rzel / rudix

Automatically exported from code.google.com/p/rudix
Other
0 stars 0 forks source link

mutt: sasl support for smtp #128

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
-----------------------------------------------------------
 Use gmail smtp fail because it require mutt to be compile with: 
+USE_SASL and actual version of mutt is not.

What is the expected output? What do you see instead?
-----------------------------------------------------------
    When trying to use the option (from .muttrc)
        set smtp_url = "smtp://<username>@smtp.gmail.com:587/"
        set smtp_pass = "<mypass>"

    I get the following error when sending mails:
SMTP authentication requires SASL

What version of the product are you using? On what operating system?
-----------------------------------------------------------
OSX 10.8.2  (Mountain Lion) 
  $ uname -a:
Darwin ******* 12.2.1 Darwin Kernel Version 12.2.1: Thu Oct 18 16:32:48 PDT 
2012; root:xnu-2050.20.9~2/RELEASE_X86_64 x86_64

   $ rudix -v
Rudix Package Manager version 12.10
Copyright (c) 2005-2012 Rudá Moura

   $ mutt -v
Mutt 1.5.21 (2010-09-15)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Darwin 12.2.1 (x86_64)
ncurses: ncurses 5.7.20081102 (compiled with 5.7)
libiconv: 1.11
hcache backend: Berkeley DB 5.3.21: (May 11, 2012)
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_IMAP  +USE_SMTP  
+USE_SSL_OPENSSL  -USE_SSL_GNUTLS  -USE_SASL  -USE_GSS  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  -CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  
+HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  -HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/local/share/mutt"
SYSCONFDIR="/usr/local/etc"
EXECSHELL="/bin/sh"
-MIXMASTER
To contact the developers, please mail to <mutt-dev@mutt.org>.
To report a bug, please visit http://bugs.mutt.org/.

Please provide any additional information below.

Original issue reported on code.google.com by eme...@gmail.com on 8 Jan 2013 at 2:04