10 messages in net.sourceforge.lists.courier-usersRe: [courier-users] smart host/relay ...
FromSent OnAttachments
Victor StarSep 15, 2006 8:21 pm 
Milan ObuchSep 15, 2006 10:57 pm 
Victor StarSep 16, 2006 10:27 am 
Jeff JansenSep 16, 2006 11:25 am 
Victor StarSep 16, 2006 12:14 pm 
Victor StarSep 16, 2006 1:45 pm 
Sam VarshavchikSep 16, 2006 2:03 pm 
Victor StarSep 16, 2006 2:24 pm 
Sam VarshavchikSep 16, 2006 4:24 pm 
Victor StarSep 16, 2006 4:44 pm 
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:Re: [courier-users] smart host/relay with authorizationActions...
From:Victor Star (gro@victorstar.com)
Date:Sep 16, 2006 10:27:34 am
List:net.sourceforge.lists.courier-users

Hi Milan,

only option is to use their smtp server which requires authorization (username/password). The only way to setup Smart host for Courier that I've found is to use esmtproutes file. But it only allows for plain ip or server name, no authorization. I've been able to set it up successfully with Postfix by using "smtp_sasl_password_maps" option in it's main.cf. Now I'm looking to replace Postfix with all-in-one Courier solution. Is there a way to configure Courier for this setup?

Hi, you have half the solution ready with esmtproutes. The second half is in esmtpauthclient. Just look at http://www.courier-mta.org/?courier.html for details. Regards, Milan

Thank you Milan. Now, is it supposed to display any information about authorization in the
maillog? It doesn't mention using relay host there at all. Tires to deliver messages from
the queue and then time outs :-/ My esmtproutes looks like this: <TAB>: smtp.provider.relay.host.com

esmtpauthclient: smtp.provider.relay.host.com userid password

maillog: ====- 8< -=================================================== Sep 16 13:18:50 <myhostname> courieresmtp:
id=00005C6D.450B67C1.00002C27,from=<myfrom@email>,addr=<myto@email>: Operation
timed out Sep 16 13:18:50 <myhostname> courieresmtp:
id=00005C6D.450B67C1.00002C27,from=<myfrom@email>,addr=<myto@email>,status:
deferred Sep 16 13:18:50 <myhostname> courieresmtp:
id=00005C74.450C3001.00004E09,from=<myfrom@email>,addr=<myto@email>: Operation
timed out Sep 16 13:18:50 <myhostname> courieresmtp:
id=00005C74.450C3001.00004E09,from=<myfrom@email>,addr=<myto@email>,status:
deferred Sep 16 13:18:50 <myhostname> courierd: completed,id=00005C78.450A23D2.000004B4 Sep 16 13:18:50 <myhostname> courierd: Waiting. shutdown time=none, wakeup
time=Sat Sep 16 15:18:50 2006, queuedelivering=4, inprogress=3 Sep 16 13:18:50 <myhostname> courierd: completed,id=00005C80.450A23A4.000004A2 Sep 16 13:18:50 <myhostname> courierd: completed,id=00005C6D.450B67C1.00002C27 Sep 16 13:18:50 <myhostname> courierd: completed,id=00005C74.450C3001.00004E09 Sep 16 13:18:50 <myhostname> courierd: Waiting. shutdown time=Sat Sep 16
14:16:43 2006, wakeup time=Sat Sep 16 13:23:50 2006, queuedelivering=4,
inprogress=0 ====- 8< -===================================================

Can I enable more detailed logging? Or is there anything obviously wrong with my
setup?

I appreciate your help.