On Fri May 8 2009 10:45:33 Rocco Scappatura wrote:
> Sorry,
>
> > On Fri May 8 2009 10:20:22 Rocco Scappatura wrote:
> > > I get:
> > >
> > > warning: connect #3 to subsystem private/hash: No such file or
> > > directory
> >
> > And which process gives you this warning? You snipped out
> > significant portions of the log, so definitive help is not
> > possible.
>
> May  8 17:16:50 av3 postfix/local[3419]: fatal: connect #11 to
> subsystem private/hash: No such file or directory
> May  8 17:16:51 av3 postfix/qmgr[2075]: warning: premature
> end-of-input on private/local socket while reading input attribute
> name
> May  8 17:16:51 av3 postfix/qmgr[2075]: warning: private/local
> socket: malformed response
> May  8 17:16:51 av3 postfix/qmgr[2075]: warning: transport local
> failure -- see a previous warning/fatal/panic logfile record for the
> problem description
> May  8 17:16:51 av3 postfix/master[2071]: warning: process
> /usr/libexec/postfix/local pid 3419 exit status 1
> May  8 17:16:51 av3 postfix/master[2071]: warning:
> /usr/libexec/postfix/local: bad command startup -- throttling
> May  8 17:16:51 av3 postfix/qmgr[2075]: BE6C2750131:
> to=<postmas...@localhost.av3.sttspa.it>,
> orig_to=<postmas...@localhost>, relay=none, delay=101,
> delays=0.11/101/0/0, dsn=4.3.0, status=deferred (unknown mail
> transport error)

This helps, and no, it was not your virtual_alias_maps ...

> > > In main.cf I set:
> > >
> > > virtual_alias_domains = domain.tld
> > > virtual_alias_maps = hash:/etc/postfix/virtual
> >
> > And you're showing a main.cf snippet rather than postconf(1)
> > output.
>
> alias_maps = hash:/etc/aliases
> anvil_rate_time_unit = 60s
> body_checks = regexp:/etc/postfix/body_checks
> bounce_size_limit = 1
> command_directory = /usr/sbin
> config_directory = /etc/postfix
> content_filter = smtp-amavis:[127.0.0.1]:10024
> daemon_directory = /usr/libexec/postfix
> debug_peer_level = 2
> default_process_limit = 150
> header_checks = regexp:/etc/postfix/header_checks
> html_directory = no
> inet_interfaces = $myhostname, localhost
> local_recipient_maps = unix:passwd.byname $alias_maps
> mail_owner = postfix
> mail_spool_directory = /var/spool/mail

The culprit is this:

> mailbox_transport = hash:/etc/postfix/transport

Any transport(5) setting takes the form of "transport:nexthop".  You 
have defined a transport of "hash", which does not exist, and a nexthop 
of "/etc/postfix/transport", which makes no sense.

> mailq_path = /usr/bin/mailq
> manpage_directory = /usr/local/man
> message_size_limit = 35840000
> minimal_backoff_time = 1800s
> mydestination = $myhostname, localhost.$mydomain, localhost,
> $mydomain mydomain = av3.domain2.tld
> myhostname = av3.domain2.tld
> mynetworks = /etc/postfix/relayzahra2
> myorigin = $mydomain
> newaliases_path = /usr/bin/newaliases
> proxy_read_maps = $local_recipient_maps $mydestination
> $virtual_mailbox_domains $relay_recipient_maps $relay_domains
> $canonical_maps $sender_canonical_maps $recipient_canonical_maps
> $relocated_maps $transport_maps $mynetworks
> proxy:mysql:/etc/postfix/mysql-check-recipient-access.cf
> proxy:mysql:/etc/postfix/mysql-check-client-access.cf
> proxy:mysql:/etc/postfix/mysql-check-sender-access.cf
> proxy:mysql:/etc/postfix/mysql-relay-recipients.cf
> proxy:mysql:/etc/postfix/mysql-transport.cf
> proxy:mysql:/etc/postfix/mysql-check-client-filter-access.cf
> queue_directory = /var/spool/postfix
> readme_directory = no
> relay_domains = proxy:mysql:/etc/postfix/mysql-relay-domains.cf
> relay_recipient_maps =
> proxy:mysql:/etc/postfix/mysql-relay-recipients.cf
> sample_directory = /etc/postfix
> sendmail_path = /usr/sbin/sendmail
> setgid_group = postdrop
> smtp_connect_timeout = 10s
> smtp_discard_ehlo_keyword_address_maps =
> hash:/etc/postfix/mta_workarounds
> smtpd_banner = $myhostname
> smtpd_client_connection_count_limit = 50
> smtpd_client_connection_rate_limit = 100
> smtpd_client_event_limit_exceptions = 10.38.200.62
> smtpd_client_message_rate_limit = 60
> smtpd_client_recipient_rate_limit = 250
> smtpd_client_restrictions = check_client_access
> proxy:mysql:/etc/postfix/mysql-check-client-filter-access.cf
> smtpd_end_of_data_restrictions =
> smtpd_helo_restrictions =
> smtpd_recipient_restrictions = check_client_access
> proxy:mysql:/etc/postfix/mysql-check-client-access.cf
> permit_mynetworks    permit_sasl_authenticated
> reject_unauth_destination    reject_non_fqdn_sender
> reject_non_fqdn_recipient    reject_unlisted_sender
> reject_unlisted_recipient    reject_unknown_sender_domain
> reject_invalid_hostname    reject_rbl_client zen.spamhaus.org
> reject_rbl_client list.dsbl.org    check_policy_service
> inet:127.0.0.1:54000
> smtpd_sasl_auth_enable = yes
> smtpd_sender_restrictions = check_sender_access
> proxy:mysql:/etc/postfix/mysql-check-sender-access.cf
> check_recipient_access
> proxy:mysql:/etc/postfix/mysql-check-sender-access.cf
> check_recipient_access
> proxy:mysql:/etc/postfix/mysql-check-recipient-access.cf
> strict_rfc821_envelopes = yes
> transport_maps = proxy:mysql:/etc/postfix/mysql-transport.cf
> unknown_local_recipient_reject_code = 550
> unverified_recipient_reject_code = 550
> virtual_alias_domains = domain.tld
> virtual_alias_maps = hash:/etc/postfix/virtual

-- 
    Offlist mail to this address is discarded unless
    "/dev/rob0" or "not-spam" is in Subject: header

Reply via email to