On Mon, 30 Jun 2014 06:37:33 -0400 (EDT), Wietse Venema stated: >Jerry: >> I am attempting to set up virtual delivery by dovecot. Postfix is spewing >> this error message: >> >> Jun 30 05:05:07 scorpio postfix/master[40036]: warning: >> process /usr/local/libexec/postfix/pipe pid 40040 killed by signal 11 > >Please review http://www.postfix.org/DEBUG_README.html#verbose >and make the pipe daemon (not smtpd daemon) more verbose. > >Then, report the logs up to the "signal 11".
I have this loaded on a FreeBSD-10/amd64 system I restarted postfix and this is now the output: If I send via 587 to an outside contact: Jun 30 07:50:39 scorpio postfix/submission/smtpd[2041]: connect from localhost[127.0.0.1] Jun 30 07:50:39 scorpio postfix/submission/smtpd[2041]: 3h26TW2wq8z3DlVg: client=localhost[127.0.0.1], sasl_method=LOGIN, sasl_username=gerard.seib...@stemnc.org Jun 30 07:50:39 scorpio postfix/cleanup[2045]: 3h26TW2wq8z3DlVg: message-id=<20140630075039.0b14549f@scorpio> Jun 30 07:50:39 scorpio postfix/qmgr[1993]: 3h26TW2wq8z3DlVg: from=<gerard.seib...@stemnc.org>, size=746, nrcpt=1 (queue active) Jun 30 07:50:39 scorpio postfix/submission/smtpd[2041]: disconnect from localhost[127.0.0.1] Jun 30 07:50:40 scorpio postfix/smtp[2046]: 3h26TW2wq8z3DlVg: to=<ges...@yahoo.com>, relay=muon.mfg-consulting-llc.com[69.16.208.160]:25, delay=0.74, delays=0.12/0.03/0.46/0.14, dsn=2.0.0, status=sent (250 OK id=1X1a6a-00083J-1A) Jun 30 07:50:40 scorpio postfix/qmgr[1993]: 3h26TW2wq8z3DlVg: removed If I send via 587 to a virtual user: Jun 30 07:50:54 scorpio postfix/submission/smtpd[2041]: connect from localhost[127.0.0.1] Jun 30 07:50:54 scorpio postfix/submission/smtpd[2041]: 3h26Tp1x55z3DlVj: client=localhost[127.0.0.1], sasl_method=LOGIN, sasl_username=gerard.seib...@stemnc.org Jun 30 07:50:54 scorpio postfix/cleanup[2045]: 3h26Tp1x55z3DlVj: message-id=<20140630075053.4885004a@scorpio> Jun 30 07:50:54 scorpio postfix/qmgr[1993]: 3h26Tp1x55z3DlVj: from=<gerard.seib...@stemnc.org>, size=754, nrcpt=1 (queue active) Jun 30 07:50:54 scorpio postfix/submission/smtpd[2041]: disconnect from localhost[127.0.0.1] Jun 30 07:50:54 scorpio postfix/pipe[2048]: name_mask: ipv4 Jun 30 07:50:54 scorpio postfix/pipe[2048]: name_mask: subnet Jun 30 07:50:54 scorpio postfix/pipe[2048]: inet_addr_local: configured 2 IPv4 addresses Jun 30 07:50:54 scorpio postfix/pipe[2048]: been_here: 192.168.1.0/24: 0 Jun 30 07:50:54 scorpio postfix/pipe[2048]: been_here: 127.0.0.0/8: 0 Jun 30 07:50:54 scorpio postfix/pipe[2048]: mynetworks: 192.168.1.0/24 127.0.0.0/8 Jun 30 07:50:54 scorpio postfix/master[1991]: warning: process /usr/local/libexec/postfix/pipe pid 2048 killed by signal 11 Jun 30 07:50:54 scorpio postfix/master[1991]: warning: /usr/local/libexec/postfix/pipe: bad command startup -- throttling If I send via 25 to an outside user or a virtual user: Jun 30 07:47:51 scorpio postfix/smtpd[2023]: connect from localhost[127.0.0.1] Jun 30 07:47:51 scorpio postfix/smtpd[2023]: fatal: no SASL authentication mechanisms Jun 30 07:47:52 scorpio postfix/master[1991]: warning: process /usr/local/libexec/postfix/smtpd pid 2023 exit status 1 Jun 30 07:47:52 scorpio postfix/master[1991]: warning: /usr/local/libexec/postfix/smtpd: bad command startup -- throttling Jun 30 07:48:52 scorpio postfix/smtpd[2030]: connect from localhost[127.0.0.1] Jun 30 07:48:52 scorpio postfix/smtpd[2030]: fatal: no SASL authentication mechanisms Jun 30 07:48:53 scorpio postfix/master[1991]: warning: process /usr/local/libexec/postfix/smtpd pid 2030 exit status 1 Jun 30 07:48:53 scorpio postfix/master[1991]: warning: /usr/local/libexec/postfix/smtpd: bad command startup -- throttling postconf -fn authorized_submit_users = !www, static:all broken_sasl_auth_clients = yes canonical_maps = hash:/usr/local/etc/postfix/canonical command_directory = /usr/local/sbin config_directory = /usr/local/etc/postfix daemon_directory = /usr/local/libexec/postfix data_directory = /var/db/postfix debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5 delay_warning_time = 12h disable_vrfy_command = yes dovecot_destination_recipient_limit = 1 enable_long_queue_ids = yes html_directory = /usr/local/share/doc/postfix inet_protocols = ipv4 mail_owner = postfix mailq_path = /usr/local/bin/mailq manpage_directory = /usr/local/man message_size_limit = 26214400 milter_default_action = accept mydestination = mydomain = seibercom.net myhostname = scorpio.seibercom.net mynetworks_style = subnet myorigin = $mydomain newaliases_path = /usr/local/bin/newaliases queue_directory = /var/spool/postfix readme_directory = /usr/local/share/doc/postfix sample_directory = /usr/local/etc/postfix sender_dependent_relayhost_maps = hash:/usr/local/etc/postfix/sender_relay sendmail_path = /usr/local/sbin/sendmail setgid_group = maildrop smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/usr/local/etc/postfix/sasl_passwd smtp_sasl_security_options = noanonymous smtp_sender_dependent_authentication = yes smtp_tls_CAfile = /usr/local/etc/postfix/certs/cacert.pem smtp_tls_CApath = /usr/local/etc/postfix/certs/ smtp_tls_note_starttls_offer = yes smtp_tls_policy_maps = hash:/usr/local/etc/postfix/tls_policy smtp_tls_security_level = may smtp_tls_session_cache_database = btree:/var/db/postfix/smtp_tls_session_cache smtpd_authorized_verp_clients = $mynetworks smtpd_client_restrictions = reject_unauth_pipelining permit_sasl_authenticated reject_unknown_client_hostname smtpd_milters = unix:/var/run/clamav/clmilter.sock smtpd_recipient_restrictions = reject_unauth_pipelining permit_sasl_authenticated permit_mynetworks reject_unknown_recipient_domain reject_unauth_destination smtpd_reject_footer = For assistance, please provide the following information in your problem report: time ($localtime), client ($client_address) and server ($server_name). 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, noplaintext smtpd_sasl_tls_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_tls_CAfile = /usr/local/etc/postfix/certs/cacert.pem smtpd_tls_cert_file = /usr/local/etc/postfix/certs/Postfix-cert.pem smtpd_tls_key_file = /usr/local/etc/postfix/certs/Postfix-key.pem smtpd_tls_received_header = yes smtpd_tls_security_level = may smtpd_tls_session_cache_database = btree:/var/db/postfix/smtpd_tls_session_cache tls_random_source = dev:/dev/urandom transport_maps = hash:/usr/local/etc/postfix/transport_maps unknown_local_recipient_reject_code = 550 virtual_gid_maps = static:1002 virtual_mailbox_base = /var/mail/vmail/seibercom/gerard virtual_mailbox_domains = seibercom.net virtual_mailbox_maps = hash:/usr/local/etc/postfix/vmailbox virtual_minimum_uid = 100 virtual_transport = dovecot virtual_uid_maps = static:1002 postconf -M smtp inet n - n - - smtpd submission inet n - n - - smtpd -o syslog_name=postfix/submission -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o smtpd_reject_unlisted_recipient=no -o smtpd_recipient_restrictions= -o smtpd_relay_restrictions=permit_sasl_authenticated,reject -o milter_macro_daemon_name=ORIGINATING pickup unix n - n 60 1 pickup cleanup unix n - n - 0 cleanup qmgr unix 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 dovecot unix - n n - - pipe -v flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/dovecot-lda -f ${sender} -d ${recipient} Apparently, something is preventing Postfix from contacting Dovecot for delivery. Or at least that is all I can figure out. -- Jerry