I do this once in a blue moon, so troubleshooting problems requires me to dive back into man pages and try to understand what's going on. The error that I think is telling me what the problem is is: Aug 19 18:31:43 mail postfix/qmgr[41135]: warning: connect to transport private/filter: Connection refused

After that I see tons of these:

status=deferred (mail transport unavailable)

So I think filter is what the problem is. Here is what I have NOW in master.cf: (I tried changing from the filter.sh script to running mail directory through the spamassassin daemon.)

smtp       inet  n       -       -       -       -       smtpd
        -o content_filter=spamassassin
spamassassin unix -      n       n       -       -      pipe
        user=root argv=/usr/local/bin/spamc -f -e
        /usr/sbin/sendmail -oi -f ${sender) $(recipient}
smtps    inet  n       -       n       -       -       smtpd
 -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
 -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
pickup    fifo  n       -       n       60      1       pickup
cleanup   unix  n       -       n       -       0       cleanup
qmgr      fifo  n       -       n       300     1       qmgr
tlsmgr    unix  -       -       n       1000?   1       tlsmgr
rewrite   unix  -       -       n       -       -       trivial-rewrite
bounce    unix  -       -       n       -       0       bounce
defer     unix  -       -       n       -       0       bounce
trace     unix  -       -       n       -       0       bounce
verify    unix  -       -       n       -       1       verify
flush     unix  n       -       n       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
smtp      unix  -       -       n       -       -       smtp
showq     unix  n       -       n       -       -       showq
error     unix  -       -       n       -       -       error
discard   unix  -       -       n       -       -       discard
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       n       -       -       lmtp
anvil     unix  -       -       n       -       1       anvil
scache    unix  -       -       n       -       1       scache
maildrop  unix  -       n       n       -       -       pipe
 flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
uucp      unix  -       n       n       -       -       pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail    unix  -       n       n       -       -       pipe
 flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
relay     unix  -       -       n       -       -       smtp
retry     unix  -       -       n       -       -       error
proxywrite unix -       -       n       -       1       proxymap
smtp      inet  n       -       n       -       1       postscreen
smtpd pass - - n - - smtpd -o content_filter=spamassassin

dnsblog   unix  -       -       n       -       0       dnsblog
tlsproxy  unix  -       -       n       -       0       tlsproxy

There's obviously something wrong in here, but what is is escapes me. I need help.

Paul Schmehl (pschm...@tx.rr.com)
Independent Researcher

Reply via email to