[pfx] Re: content_filter on ipv6 ?
Wietse Venema via Postfix-users <[email protected]>
| Newsgroups | gmane.mail.postfix.user |
|---|---|
| Message-ID | <[email protected]> |
lejeczek via Postfix-users: > Hi guys. > > Here is a snippet of my master config: > ... > -o content_filter=amavisfeed:[::1]:10024 > > and yet Postfix logs: > > Aug 04 09:54:10 postfix/error[920165]: 6D8F8C0145E8: > to=<[email protected]>, relay=none, delay=2061, > delays=2061/0.02/0/0, dsn=4.4.1, status=deferred (delivery > temporarily suspended: connect to > 127.0.0.1[127.0.0.1]:10024: Connection refused) > > postfix is 3.8.5 > Is my ipv6 notation wrong - first thing came to my mind - |& > am I missing something else? Which LIBC version are you using? This conversion from [::1] into [127.0.0.1] may be the result of a library that is trying to be too helpful (instead of returning the binary IP address for ::1, it could be mapping ::1 to 'localhost' and then looking up the IP address for that in /etc/hosts, which may be IPv4 only depending on your OS). Wietse _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]