* Curtis J. Blank via Postfix-users:

> What I am looking for is pretty simple. How to get it to work with 
> "inet_protocols = all" like my existing server is currently set up to do 
> and not be limited to ipv4 only.

Well, you seem to be in a good mood. ;-)

> And it is already set to use 127.0.0.1 so why it is using [::1] instead 
> when the old server uses 127.0.01, that is part of the mystery. The 
> configs are exactly the same yet they operate differently.

Like I wrote, localhost is not the same as 127.0.0.1 or ::1. It is just
a name that your server needs to resolve into an IP address, which is a
possible source of two servers behaving differently. If you explicitly
use IP addresses instead of localhost in your configuration (Postfix,
SpamAssassin, etc., both for binding and connecting), as I suggested,
you can avoid DNS related problems. This technique was old 20 years ago,
but it still works today.

-Ralph
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to