Szépe Viktor writes:

I read in the Changelog:

"Set RELAYCLIENT for IPv6 localhost address."

In smtpaccess :0000:0000:0000:0000:0000:0000:0000:0001 allow,RELAYCLIENT
Tried with 0000:0000:0000:0000:0000:0000:0000:0001 and ::1

In syslog: courieresmtpd: started,ip=[::1]

In python:

sendersIP = courier.control.getSendersIP(controlFileList)
# gets the value of '::1'
if sendersIP and courier.config.isRelayed(sendersIP):
# returns false.

Please help!

...no.
The solution is:

:::1 allow,RELAYCLIENT
# triple :

Please document it here
http://www.courier-mta.org/makesmtpaccess.html

Thank you!

The makesmtpaccess man page references the couriertcpd man page, which does mention the need to prepend an extra : character to IP addresses.

Attachment: pgpGpQoxCW6KB.pgp
Description: PGP signature

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to