Доброго времени суток.Есть связка FreeBSD 7.1+Postfix+clamav+spamassassin+clamav
Очень смущает ошибка postgrey в логах:
Feb 26 19:30:22 ak postgrey[1110]: Couldn't unlink "/var/run/postgrey.pid" [Permission denied]
ak# less /var/log/maillog
Feb 26 19:30:22 ak postgrey[1110]: 2009/02/26-19:30:22 Server closing!
Feb 26 19:30:22 ak postgrey[1110]: Couldn't unlink "/var/run/postgrey.pid" [Permission denied]
Feb 26 19:30:24 ak postgrey[1469]: Process Backgrounded
Feb 26 19:30:24 ak postgrey[1469]: 2009/02/26-19:30:24 postgrey (type Net::Server::Multiplex) starting! pid(1469)
Feb 26 19:30:24 ak postgrey[1469]: Binding to TCP port 10023 on host localhost
Feb 26 19:30:24 ak postgrey[1469]: Setting gid to "225 225"
Feb 26 19:30:24 ak postgrey[1469]: Setting uid to "225"
Подскажите пожалуйста с чем это может быть связано? В инете информации практически нет.
ps ax | grep postgrey
1110 ?? Is 0:00.01 /usr/local/sbin/postgrey --pidfile=/var/run/postgrey.pid --inet=10023 -d --user=postgrey --group=postgrey --dbdir=/var/db/postgrey
1436 p1 R+ 0:00.00 grep postgrey
sockstat | grep postgrey
postgrey perl5.8.8 1110 4 dgram -> /var/run/log
postgrey perl5.8.8 1110 5 tcp4 127.0.0.1:10023 *:*
Вот конфиги:
main.cf
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_recipient_access hash:/usr/local/etc/postfix/recipient_access, reject_unauth_pipelining, reject_non_fqdn_recipient, reject_unknown_recipient_domain, reject_unlisted_recipient, reject_unauth_destination, check_policy_service inet:127.0.0.1:60000, reject_rbl_client list.dsbl.org, reject_rbl_client dynablock.wirehub.net, reject_rbl_client blackholes.wirehub.net, reject_rbl_client dnsbl.njabl.org, reject_rbl_client dul.ru
master.cf
scan unix - - n - 16 smtp
-o smtp_send_xforward_command=yes
-o smtp_tls_security_level=none
127.0.0.1:10026 inet n - n - 16 smtpd
-o content_filter=
-o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
-o smtpd_helo_restrictions=
-o smtpd_client_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks_style=host
-o smtpd_authorized_xforward_hosts=127.0.0.0/8
smtp inet n - n - - smtpd
-o content_filter=spam:dummy
spam unix - n n - - pipe
flags=R user=spamd argv=/usr/local/bin/spamc -u spamd -e /usr/local/sbin/sendmail -f $sender $recipient
Огромное спасибо.