5 messages in net.sourceforge.lists.courier-users[courier-users] Courier will NOT auth...
FromSent OnAttachments
Wolfgang KäßFeb 7, 2003 12:27 pm 
Sam VarshavchikFeb 7, 2003 5:39 pm 
Wolfgang KäßFeb 9, 2003 2:47 pm.courier
Sam VarshavchikFeb 9, 2003 3:45 pm 
Wolfgang KäßFeb 10, 2003 9:01 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Courier will NOT authenticate itself to remote smtp serverActions...
From:Wolfgang Käß (wolf@wkinet.de)
Date:Feb 7, 2003 12:27:53 pm
List:net.sourceforge.lists.courier-users

Hello,

What I want to do! ================== I have to relay outgoing mails to a remote smtp (Sendmail 8.x) using SMTP_AUTH. The Server offers AUTH LOGIN PLAIN.

Courier Configuration! ====================== courier/etc/esmtproutes (permission 0600 daemon:daemon) = : server.domain.tld courier/etc/esmtpauthclients = relay username password

As described in courier.html changes will take effect without restart but in the meantime I have to restart anyway.

courier/libexec/authlib authinfo tells: AUTHENTICATION_MODULES="authdaemon" AUTHDAEMONMODULELIST="authcustom authcram authuserdb authshadow authpwd" SASL_AUTHENTICATION_MODULES="CRAM-SHA1 CRAM-MD5 PLAIN LOGIN"

courier/etc/esmtpd contains: ESMTPAUTH="LOGIN PLAIN CRAM-MD5" AUTHMODULES="authcustom authuserdb"

What will work and what will not work! ====================================== Courier connect to the server defined in esmtproutes. OK! The mail did not get delivered, mailog says "Relaying denied". Checking the connection with tcpdump I saw Courier will not start to send the AUTH command after getting the greeting from the remote smtp server.

What else do I need to force Courier to authenticate itself ?

Wolfgang Kaess