On 03/17/2016 09:44 AM, PICCORO McKAY Lenz wrote:
> 2016-03-17 11:49 GMT-04:30 Gordon Messmer <gordon.mess...@gmail.com 
> <mailto:gordon.mess...@gmail.com>>:
>
>     Is it executable by the user that esmtpd is running as?  Use "ps aux |
>     grep esmtpd.pid" to check the UID of the esmtpd process.
>
> yes verified, but i not taking on the server side, i'm taking on the 
> client side, on server side all are ok and are STARTTLS required and 
> cappable

If the server offers STARTTLS, then you need to make sure that the 
executable referenced in the "COURIERTLS" setting in 
/etc/courier/courierd on the client is executable by the user that 
courierd runs as, and ESMTP_USE_STARTTLS is set to "1".

Those are the only settings that matter here.  If it's not working, look at:

$ egrep 'userid|^COURIERTLS|^ESMTP_USE_STARTTLS' /etc/courier/courierd
# permissions, with only userid/groupid changed to match the account's.
#  yourself, and it must be owned by the "daemon" userid.
ESMTP_USE_STARTTLS=1
COURIERTLS=/usr/lib/courier/bin/couriertls

$ ls -l /usr/lib/courier/bin/couriertls
-r-xr-xr-x. 1 bin bin 77552 Jul  5  2015 /usr/lib/courier/bin/couriertls*

And if that looks fine, then you probably need to resort to dumping 
network traffic.  Something is broken, and you haven't given us enough 
information to know what:

tcpdump -nn -s0 -A port 25 and host eldominio.net.ve


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to