On Tue, Oct 14, 2008 at 03:50:34PM +1100, Chris wrote: > I've been trying to send mails via Gmail's IMAP using Mutt 1.5.17 on > OBSD 4.3. I installed this Mutt from the package list. But sending > mails don't work as it says "SMTP authentication requires SASL" The > output of mutt -v shows "-USE_SASL". Is there any way to get around > this on OBSD 4.3 w/o compiling Mutt from source? I know I can use a > separate MTA like msmtp but I would rather use Mutt since it already > has this feature. > > Thanks. >
This probably needs to be addressed to ports@; in anyway: unset imap_passive set imap_keepalive=300 account-hook imaps://[EMAIL PROTECTED]/ 'set imap_pass=PW mail_check=60 timeout=15' folder-hook imaps://[EMAIL PROTECTED]/ \ 'set folder="imaps://[EMAIL PROTECTED]/" ;\ set smtp_url="smtps://[EMAIL PROTECTED]:465/" ;\ set postponed="+[Gmail]/Drafts" ;\ set from="John Smith <[EMAIL PROTECTED]>"'