<<< Date Index >>>     <<< Thread Index >>>

Re: smtp in 1.5.16



On Sunday, 17 June 2007 at 16:55, dfeustel@xxxxxxxxxxxxxx wrote:
> I have built 1.5.16 and so far I cannot even complete an smtp
> connection attempt to my isp from 64-bit OpenBSD 4.1.
> Here is my configure setup:
> 
> #
> #rebuild mutt *16
> #
> 
> make clean
> 
> ./configure \
> --enable-smtp \
> --enable-sasl \
> --enable-pop \
> --enable-debug \
> --enable-flock \
> --enable-imap \
> --disable-fcntl
> 
> make
> /home/daf/M16/mutt-1.5.16}
> 
> This builds a makefile that compiles, but smtp does not seem to work.  Are
> there other configure flags required to make smtp connections work from
> mutt?

Have you set $smtp_url? If not, mutt will still use sendmail.
The SASL option is actually --with-sasl (it can take an optional
path). Your particular server may also want --with-ssl.