At 03:52 PM 5/31/2005, Andy Loates wrote:

/etc/postfix/main.cf:
mynetworks = 127.0.0.1/32,10.1.100.11/32,10.1.100.20/32
#

Dale,

Just a suggestion, but isn't Postfix a touch sensitive about having whitespace between items in lists. Try some spaces in the above i.e

mynetworks = 127.0.0.1/32, 10.1.100.11/32, 10.1.100.20/32
                          ^               ^

That's not it. Postfix treats whitespace and commas the same when parsing main.cf. So either/or/both is acceptable in main.cf.

--
Noel Jones


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to