Re: smtp session fails when using preauthed connections

2009-03-04 Thread Kouichiro Iwao
On Wed, Mar 04, 2009 at 12:53:55AM -0600, Kyle Wheeler wrote: > What's going on is that mutt is using $tunnel for SMTP as well as for > IMAP. This is precisely the sort of thing that the account-hook was > created for. Try this: > > account-hook imap://localhost/ 'set tunnel="/usr/local/bin/ima

smtp session fails when using preauthed connections

2009-03-03 Thread Kouichiro Iwao
Hi. I have problem sending email with mutt built-in smtp function. I am using mutt 1.5.19 on freebsd machine and I store emails in ~/Maildir directory. I set muttrc file like below. set tunnel="/usr/local/bin/imapd ~/Maildir" set folder="imap://localhost/" set spoolfile="imap://localhost/INBOX"