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

Re: Exim,SMTP authenticators problem!



I have forgot some sensible information that can help,my mutt -v output:
Mutt 1.5.16 (2007-06-11)
Copyright (C) 1996-2007 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: Linux 2.6.21-2-k7 (i686)
ncurses: ncurses 5.6.20070812 (compiled with 5.6)
libidn: 1.0 (compiled with 0.6.5)
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE +USE_FCNTL -USE_FLOCK +USE_INODESORT +USE_POP +USE_IMAP +USE_SMTP -USE_GSS -USE_SSL_OPENSSL +USE_SSL_GNUTLS +USE_SASL +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 +COMPRESSED +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/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
To report a bug, please visit http://bugs.mutt.org/.

patch-1.5.13.cd.ifdef.2
patch-1.5.13.cd.purge_message.3.4
patch-1.5.13.cd.trash_folder.3.4
patch-1.5.13.nt+ab.xtitles.4
patch-1.5.16.rr.compressed.1
patch-1.5.4.vk.pgp_verbose_mime
patch-1.5.6.dw.maildir-mtime.1
patch-1.5.8.hr.sensible_browser_position.3


Marco Vittorini Orgeas wrote:
Hello again,
I am in step by step configuration,and I am facing little problems, so I ask here:
I have tried to send my first email with mutt and I was unsuccessful.
I am trying to connect to a remote smtp server(exim) to send my mails of my mavior.eu account, but when i press "y" to send,mutt try to connect to server,establish a tls session and then fails with a "No authenticators available" message.
This is my (simple) muttrc relevant section:

set mbox_type=Maildir
set editor="vim"

# Base hook to reset account variables to known state before activating new ones #account-hook . 'unset preconnect imap_user imap_pass imap_authenticators folder'

account-hook imap://mavior.eu 'set imap_user=myuser imap_pass=mypass'
folder-hook imap://mavior.eu 'set spoolfile=+INBOX folder=imap://mavior.eu from = marco@xxxxxxxxx envelope_from_address=marco@xxxxxxxxx smtp_url=smtp://myuser:mypass@xxxxxxxxxxxxxx certificate_file=~/.mutt.certificates'
mailboxes = imap://mavior.eu/
And then my debug:
Using default SMTP port 25
Connected to imap.mavior.eu:25 on fd=6
6< 220 me3.myserver.org ESMTP Exim 4.63 Mon, 03 Sep 2007 15:44:47 +0200
6> EHLO debian^M
6< 250-me3.myserver.org Hello 81-174-45-70.dynamic.ngi.it [81.174.45.70]
6< 250-SIZE 52428800
6< 250-PIPELINING
6< 250-STARTTLS
6< 250 HELP
6> STARTTLS^M
6< 220 TLS go ahead
6> EHLO debian^M
6< 250-me3.myserver.org Hello 81-174-45-70.dynamic.ngi.it [81.174.45.70]
6< 250-SIZE 52428800
6< 250-PIPELINING
6< 250-AUTH PLAIN LOGIN
6< 250 HELP
local ip: 192.168.0.16;45356, remote ip:82.195.149.168;25
External SSF: 128
External authentication name: myuser
SASL: No worthy mechs found
smtp_auth_sasl: (null) unavailable
No authenticators available
The authenticators on exim remote MTA are plain and login and accept authentication sessions only if the connection is TLS protected(like in my case,mutt saves the certificates and all). The exim log reports something like "smtp auth session timeout" from my client!
Any suggestions? thank you i'm going crazy