I am getting a warning message (see below) about an invalid connection to AmaVis-New.
My problem is that I cannot find where this connection is being defined.

system is Ubuntu 11.04
postfix 2.8.2-1ubuntu2.1
dovecot 1:1.2.15-3ubuntu2.1
amavis-new 1:2.6.5-0ubuntu2

what am I doing wrong? what am I missing? any other helpful suggestions.
TIA
John Allen

=== except from mail log ===
Aug 25 15:15:36 ls0 dovecot: imap-login: Login: user=<henry....@linderly.com>, method=PLAIN, rip=74.82.82.252, lip=74.116.186.187, TLS Aug 25 15:15:39 ls0 dovecot: IMAP(henry....@linderly.com): Disconnected: Logged out bytes=125/8979 Aug 25 15:16:44 ls0 postfix/qmgr[3704]: 26A9B240091: from=<SRS0=DUGZUc=3J=www.bis6.us.blackberry.com=blackberry_internet_servi...@srs.bis6.us.blackberry.com>, size=16135, nrcpt=1 (queue active)

*Aug 25 15:16:44 ls0 postfix/qmgr[3704]: warning: connect to transport private/smtp-amavis: No such file or directory*

Aug 25 15:16:44 ls0 postfix/qmgr[3704]: 0D3CE240094: from=<SRS0=d4X0GA=3K=www.bis6.us.blackberry.com=blackberry_internet_servi...@srs.bis6.us.blackberry.com>, size=12218, nrcpt=1 (queue active) Aug 25 15:16:44 ls0 postfix/qmgr[3704]: C1163240093: from=<SRS0=d4X0GA=3K=www.bis6.us.blackberry.com=blackberry_internet_servi...@srs.bis6.us.blackberry.com>, size=26339, nrcpt=1 (queue active) Aug 25 15:16:44 ls0 postfix/error[3831]: C1163240093: to=<henry....@linderly.com>, relay=none, delay=8424, delays=8424/0.01/0/0.11, dsn=4.3.0, status=deferred (mail transport unavailable)

=== postconf -n output ===
alias_database = $alias_maps
alias_maps = hash:/etc/aliases
allow_untrusted_routing = no
biff = no
body_checks = regexp:/etc/postfix/maps/body_checks
bounce_size_limit = 65536
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = amavisfeed:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
default_privs = nobody
default_process_limit = 20
delay_warning_time = 12
disable_vrfy_command = yes
header_checks = regexp:/etc/postfix/maps/header_checks
header_size_limit = 32768
home_mailbox = Maildir/
html_directory = /usr/share/doc/postfix-2.7.0-documentation/html
inet_interfaces = all
inet_protocols = all
local_destination_concurrency_limit = 5
mail_owner = postfix
mailbox_command = /usr/lib/dovecot/deliver
mailbox_transport = dovecot
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 32768000
mydestination = localhost, localhost.localdomain, localdomain
mydomain = linderly.com
myhostname = mail.$mydomain
mynetworks = 127.0.0.0/8, 192.168.0.0/16, 74.116.186.176/28, [::1]/128, [2001:470:1f10:6bf::]/64
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.7.0-documentation/readme
recipient_delimiter = +
relay_domains =
relocated_maps = hash:/etc/postfix/maps/relocated
sample_directory = /usr/share/doc/postfix-2.5.6/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_sasl_security_options = noanonymous
smtp_sasl_tls_security_options = noanonymous
smtp_tls_cert_file = /etc/ssl/certs/Linderly_Mail_SSL.crt
smtp_tls_enforce_peername = no
smtp_tls_key_file = /etc/ssl/private/Linderly_Mail_SSL.key
smtp_tls_note_starttls_offer = yes
smtp_tls_security_level = may
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP
smtpd_data_restrictions = reject_multi_recipient_bounce, reject_unauth_pipelining, permit
smtpd_delay_reject = yes
smtpd_error_sleep_time = 5s
smtpd_hard_error_limit = 20
smtpd_helo_required = yes
smtpd_recipient_limit = 128
smtpd_recipient_restrictions = reject_non_fqdn_sender, reject_non_fqdn_recipient, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_unlisted_recipient, reject_unlisted_sender, check_client_access hash:/etc/postfix/maps/client_access, reject_unknown_client_hostname, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname, check_helo_access pcre:/etc/postfix/maps/helo_checks, check_helo_access hash:/etc/postfix/maps/helo_access, check_recipient_access hash:/etc/postfix/maps/recipient_access, reject_rbl_client zen.spamhaus.org, reject_rbl_client bl.spamcop.net, check_sender_access hash:/etc/postfix/maps/sender_access, check_policy_service inet:127.0.0.1:10023 permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_soft_error_limit = 10
smtpd_tls_CAfile = /etc/ssl/certs/Linderly_CA_Class2.crt
smtpd_tls_ask_ccert = yes
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/ssl/certs/Linderly_Mail_SSL.crt
smtpd_tls_key_file = /etc/ssl/private/Linderly_Mail_SSL.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_req_ccert = no
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_tls_session_cache_timeout = 3600s
soft_bounce = no
strict_rfc821_envelopes = yes
tls_random_source = dev:/dev/urandom
virtual_alias_maps = hash:/etc/postfix/maps/valiases
virtual_gid_maps = static:vmail
virtual_mailbox_base = /var/mail/vhosts
virtual_mailbox_domains = linderly.com
virtual_mailbox_maps = hash:/etc/postfix/maps/vmailbox
virtual_minimum_uid = 100
virtual_transport = dovecot
virtual_uid_maps = static:vmail
=== master.cf
#
# Postfix master process configuration file.  For details on the format
# of the file, see the master(5) manual page (command: "man 5 master").
#
# ==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
# ==========================================================================
smtp      inet  n       -       n       -       -       smtpd
    -o cleanup_service_name=pre-cleanup
pickup    fifo  n       -       n       60      1       pickup
    -o cleanup_service_name=pre-cleanup
submission inet n       -       n       -       -       smtpd
    -o cleanup_service_name=pre-cleanup
    -o smtpd_tls_security_level=encrypt
#    -o smtp_saslauth=enable=yes
    -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
#    -o syslog=postfix/submit
#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
proxywrite unix -       -       n       -       1       proxymap
smtp      unix  -       -       n       -       -       smtp
relay     unix  -       -       n       -       -       smtp
showq     unix  n       -       n       -       -       showq
error     unix  -       -       n       -       -       error
retry     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
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent.  See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
dovecot   unix  -       n       n       -       -       pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop} -m ${extension}

amavisfeed unix    -        -       n        -    4    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=
    -o smtpd_deley_reject=no
    -o smtpd_client_restrictions=permit_mynetworks,reject
    -o smtpd_helo_restrictions=
    -o smtpd_sender_restrictions=
    -o smtpd_recipient_restrictions=permit_mynetworks,reject
    -o smtpd_data_restrictions=reject_unauth_pipelining
    -o smtpd_end_of_data_restrictions=
    -o smtp_restriction_classes=
    -o mynetworks=127.0.0.0/8
    -o smtpd_error_sleep_time=0
    -o smtpd_soft_error_limit=1001
    -o smtpd_hard_error_limit=1000
    -o smtpd_client_connection_count_limit=0
    -o smtpd_client_connection_rate_limit=0
    -o local_header_rewrite_clients=
    -o local_recipient_maps=
-o receive_override_options=no_header_body_checks,no_unknown_recipient_checks
    -o smtpd_tls_security_level=none
    -o local_recipient_maps=
    -o relay_recipient_maps=

pre-cleanup unix n    -    n    -    0    cleanup
    -o virtual_alias_maps=

cleanup    unix    n    -    n    -    0    cleanup
    -o mime_header_checks=
    -o nested_header_checks=
    -o header_checks=
    -o body_checks=
#   -o always_bcc=archi...@linderly.com
====

--
"All that is necessary for the triumph of evil is that good men do nothing." (Edmund Burke)

--
"All that is necessary for the triumph of evil is that good men do nothing." 
(Edmund Burke)

Reply via email to