Suspecting a mail routing issue, here is a summary of port assignments from
various config files (full config files are in original post).  Maybe this
will allow someone to see a problem that I am missing.

Also, a bit of history may help... this server has been migrated from a
functional installation running on Lenny.  I inherited the Lenny server,
installed the Jessie server from scratch, migrated the users, etc. across,
installed new package versions and have been reconfiguring as needed for the
newer versions.  The port assignments below are the same as those used on
the Lenny server, with one exception - the smtp-amavis content filter in
main.cf on Lenny used port 10028, not 10024.  I've tried both on Jessie and
get the same non-functional results.  It confounds me as to how the old
server using 10028, which is the dkimproxy_out relay port, could have been
working.  But again, I've inherited this, and consequently am learning much
on the fly.  Anyway, hopefully this little summary will help someone to see
something I can't.  Thanks for your time.

main.cf
content_filter = smtp-amavis:[127.0.0.1]:10024
smtpd_recipient_restrictions =
        check_sender_access regexp:/etc/postfix/filter_10026_catchall,

filter_10026_catchall
/^/  FILTER dkimsign:[127.0.0.1]:10026

dkimproxy_in.conf
# specify what address/port DKIMproxy should listen on
listen    127.0.0.1:10026
# specify what address/port DKIMproxy forwards mail to
relay     127.0.0.1:10029

dkimproxy_out.conf
# specify what address/port DKIMproxy should listen on
listen    127.0.0.1:10027
# specify what address/port DKIMproxy forwards mail to
relay     127.0.0.1:10028

master.cf
pickup    fifo  n       -       n       60      1       pickup
        -o content_filter=dkimsign:127.0.0.1:10026
smtp-amavis unix -      -       n     -       2  smtp
    -o smtp_data_done_timeout=1200
    -o smtp_send_xforward_command=yes
    -o disable_dns_lookups=yes
    -o max_use=20
127.0.0.1:10025 inet n  -       n     -       -  smtpd
    -o content_filter=
    ...
submission  inet  n     -       n       -       -       smtpd
    -o smtpd_etrn_restrictions=reject
    -o smtpd_sasl_auth_enable=yes
    -o content_filter=dkimsign:[127.0.0.1]:10027
    -o receive_override_options=no_address_mappings
    -o
smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
    -o smtpd_client_restrictions=permit_mynetworks,reject
dkimsign    unix  -       -       n       -       10       smtp
    -o smtp_send_xforward_command=yes
    -o smtp_discard_ehlo_keywords=8bitmime,starttls
127.0.0.1:10028 inet  n  -      n       -       10      smtpd
    -o content_filter=
     ...
127.0.0.1:10029 inet  n  -      n       -       10      smtpd
    -o content_filter=
     ...




--
View this message in context: 
http://postfix.1071664.n5.nabble.com/postfix-amavis-not-scanning-email-tp89098p89112.html
Sent from the Postfix Users mailing list archive at Nabble.com.

Reply via email to