Tom Fowle wrote:
> set imap_user=$my_user
> set imap_pass = $my_pass
> #
> # SMTP server to relay to
> # NOTE: to get this to work, I had to install the libsasl2-modules
> package
> set smtp_url =smtps://$my_user:$my_pass@$my_smtp_server:465
> #set sendmail = /usr/sbin/sendmail
> #set sendmail = "/usr/local/bin/esmtp
> #set sendmail_wait = 0
> #set dsn_notify = ""
> #set dsn_return = ""

I don't know what the problem is, but perhaps something in your password
is confusing the parsing of smtp_url.  Try setting smtp_pass and
removing $my_pass from smtp_url.

Also, since you say you aren't using the system /etc/Muttrc file, do you
have ssl_ca_certificates_file set?
  set ssl_ca_certificates_file=/etc/ssl/certs/ca-certificates.crt

I've been using mutt with fastmail for quite a while, so don't give
up.

-Kevin

Attachment: signature.asc
Description: PGP signature

Reply via email to