Re: greylisting for postfix
Marc Baudoin <[email protected]>
| Newsgroups | gmane.os.netbsd.general,gmane.os.netbsd.help |
|---|---|
| Message-ID | <[email protected]> |
Rick Kelly <[email protected]> écrit : > Jukka Salmi said: > > >Postgrey _is_ documented. Run `perldoc postgrey'. > > It shows nothing about actually configuring postgrey into the system. I beg your pardon: % perldoc postgrey [...] · Put something like this in /etc/main.cf: smtpd_recipient_restrictions = permit_mynetworks ... reject_unauth_destination check_policy_service inet:127.0.0.1:10023 [...] And you can also consult the postgrey homepage <URL:http://isg.ee.ethz.ch/tools/postgrey/> for more information. You can find it in mail/postgrey/Makefile if you're using pkgsrc or via pkg_info: % pkg_info postgrey [...] Homepage: http://isg.ee.ethz.ch/tools/postgrey/ [...]