Postfix + Postgrey on Debian

This is a discussion on Postfix + Postgrey on Debian within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; Because I found very LITTLE documentation on the web for this, here it is: TASK: Install PostGrey (greylisting policy server ...


Go Back   Usenet Forums > Mail Servers and Related > alt.comp.mail.postfix

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-17-2004
HisNameWasRobertPaulson
 
Posts: n/a
Default Postfix + Postgrey on Debian

Because I found very LITTLE documentation on the web for this, here it is:

TASK: Install PostGrey (greylisting policy server for Postfix) on Debian
(Sarge, in this example)

You must have Postfix 2.1.x or better for this to work.

1) Install PostGrey (damn, thats easy, don't you love apt!?)
host:pwd# apt-get install postgrey

2) Verify the service is listed in /etc/init.d
host:pwd# ls -l /etc/init.d/postgrey

3) Add some domains that you want exempt from greylisting, if any
host:pwd# vi /etc/postgrey/whitelist_clients

4) Add the following to /etc/postfix/main.cf ::
# line for defining the policy server:
smtpd_policy_service_endpoint = inet:127.0.0.1:60000

# line for listing action upon RCPT command
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination,
check_policy_service inet:127.0.0.1:60000

5) Verify Operation... and... DONE!

Enjoy!


Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:51 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0