OK after some work I have postgrey running but it doesn't appear to be
doing "mail stuff" with postfix
I am running postfix 2.8 clamav amavid-new dovecot
my rc.conf
postgrey_enable="YES"
postgrey_pidfile="/var/run/postgrey.pid"
postgrey_flags="--pidfile=${postgrey_pidfile} --inet=127.0.0.1:6000 -d
--user=postgrey --group=postgrey --dbdir=/var/db/postgrey --auto-
whitelist-clients=10 --delay=60 --max-age=20"
postconf -n
body_checks = regexp:/usr/local/etc/postfix/body_check
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/local/libexec/postfix
daemon_timeout = 36000s
data_directory = /var/db/postfix
delay_warning_time = 2h
disable_vrfy_command = yes
header_checks = regexp:/usr/local/etc/postfix/header_checks
home_mailbox = Maildir/
html_directory = /usr/local/share/doc/postfix
mail_owner = postfix
mail_spool_directory = /var/mail/vmail
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
maps_rbl_domains = bl.spamcop.net
message_size_limit = 10240000
mydestination = localhost.$mydomain, localhost
mydomain = theoceanwindow-bv.com
mynetworks = 127.0.0.0/32, 209.160.65.133, 209.160.68.112
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/local/share/doc/postfix
receive_override_options = no_address_mappings
relay_recipient_maps = hash:/usr/local/etc/postfix/relay_recipients
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
smtp_tls_note_starttls_offer = yes
smtpd_banner = tuna.theoceanwindow-bv.com
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_sasl_authenticated,check_helo_access
hash:/usr/local/etc/postfix/helo_access,reject_invalid_hostname,permit
smtpd_recipient_restrictions = permit
mynetworks
,permit_sasl_authenticated,reject_unauth_destination,reject_rbl_client
zen.spamhaus.org,reject_rbl_client bl.spam,check_policy_service inet:
127.0.0.1:6000
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostnamebroken_sasl_auth_clients = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = permit_sasl_authenticated
smtpd_tls_CAfile = /usr/local/etc/keys/root.crt
smtpd_tls_cert_file = /usr/local/etc/keys/server.cert
smtpd_tls_key_file = /usr/local/etc/keys/private.key
smtpd_tls_loglevel = 3
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 550
virtual_alias_maps = hash:/usr/local/etc/postfix/virtual
virtual_gid_maps = static:1000
virtual_mailbox_base = /var/mail/vmail
virtual_mailbox_domains = /usr/local/etc/postfix/virtual_domains
virtual_mailbox_maps = hash:/usr/local/etc/postfix/virtual_mailbox
virtual_minimum_uid = 100
virtual_uid_maps = static:1003
ps aux | grep postgrey shows
postgrey 1258 0.0 1.0 12196 9952 ?? Is 11:10AM 0:00.03 /usr/
local/sbin/postgrey --pidfile=/var/run/postgrey.pid --
inet=127.0.0.1:6000 -d --user=postgrey --group=postgrey --dbdir=/var/
db/postgrey --auto-whitelist-clients=10 --delay=60 --max-age=20
(perl5.10.1)
he only reference in mail.log of postgrey is at start
Jan 30 11:10:48 tuna postgrey[1258]: Process Backgrounded
Jan 30 11:10:48 tuna postgrey[1258]: 2011/01/30-11:10:48 postgrey
(type Net::Server::Multiplex) starting! pid(1258)
Jan 30 11:10:48 tuna postgrey[1258]: Using default listen value of 128
Jan 30 11:10:48 tuna postgrey[1258]: Binding to TCP port 6000 on host
127.0.0.1
Jan 30 11:10:48 tuna postgrey[1258]: Setting gid to "225 225"
Jan 30 11:10:48 tuna postgrey[1258]: Setting uid to "225"
So it would would appear postgrey is now running but postfix is not
using it
any thoughts or help??