This is a discussion on Re: Name Service Error within the mailing.postfix.users forums, part of the Mail Servers and Related category; Stephen Hargrove: > I have the following in /etc/postfix/master.cf: > > smtp inet n - y - - smtpd > -...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Stephen Hargrove:
> I have the following in /etc/postfix/master.cf: > > smtp inet n - y - - smtpd > -o content_filter=smtp:localhost:10025 Make that one of: content_filter=smtp:[127.0.0.2]:10025 content_filter=smtp:[localhost]:10025 Or else set up a DNS zone localhost. Wietse |