On 30 May 2013 22:44, Wietse Venema <wie...@porcupine.org> wrote: > Simon B: >> That's what I thought. I did your suggestion and postfix did not >> complain. Not doing postfix stop/start or even /etc/init.d/postfix >> start/stop.. >> >> So, now I'm stumped. There are other master.cf on the system, but I'm >> pretty sure it's not using any of them.. > > It's in the output from the command: "postconf config_directory"
mail:~# postconf config_directory config_directory = /etc/postfix As per Victor's request.. 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 - - - - smtpd -v -o receive_override_options= submission inet n - n - - smtpd -o syslog_name=postfix/submission -o smtpd_delay_reject=yes -o receive_override_options=no_address_mappings -o always_add_missing_headers=yes #20130516 -o content_filter=dksign:[127.0.0.1]:10028 # -o smtpd_enforce_tls=yes # -o smtpd_sasl_auth_enable=yes # -o smtpd_tls_security_level=encrypt # -o smtpd_tls_auth_only=yes # -o smtpd_recipient_restrictions=reject_non_fqdn_sender,reject_non_fqdn_recipient,permit_sasl_authenticated,reject #smtps inet n - - - - smtpd # -o smtpd_tls_wrappermode=yes # -o smtpd_sasl_auth_enable=yes # -o smtpd_client_restrictions=permit_sasl_authenticated,reject #628 inet n - - - - qmqpd pickup fifo n - - 60 1 pickup # 20130516 -o content_filter=dksign:[127.0.0.1]:10028 cleanup unix n - - - 0 cleanup -v qmgr fifo n - n 300 1 qmgr #qmgr fifo n - - 300 1 oqmgr tlsmgr unix - - - 1000? 1 tlsmgr rewrite unix - - - - - trivial-rewrite bounce unix - - - - 0 bounce defer unix - - - - 0 bounce trace unix - - - - 0 bounce verify unix - - - - 1 verify flush unix n - - 1000? 0 flush proxymap unix - - n - - proxymap smtp unix - - - - - smtp # When relaying mail as backup MX, disable fallback_relay to avoid MX loops relay unix - - - - - smtp -o fallback_relay= # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5 showq unix n - - - - showq error unix - - - - - error discard unix - - - - - discard local unix - n n - - local virtual unix - n n - - virtual lmtp unix - - - - - lmtp anvil unix - - - - 1 anvil scache unix - - - - 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. # ==================================================================== # # maildrop. See the Postfix MAILDROP_README file for details. # Also specify in main.cf: maildrop_destination_recipient_limit=1 # maildrop unix - n n - - pipe flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient} # SPF Policy Daemon - added by SPB policy-spf unix - n n - - spawn user=policyd-spf argv=/usr/bin/policyd-spf # # See the Postfix UUCP_README file for configuration details. # uucp unix - n n - - pipe flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient) # # Other external delivery methods. # 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=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient scalemail-backend unix - n n - 2 pipe flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension} mailman unix - n n - - pipe flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user} # SPB - Attempt to deliver with Dovecot LDA dovecot unix - n n - - pipe flags=DRhu user=mailsystem argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop} ### local TCP socket for relay with dkimproxy.out 127.0.0.1:10029 inet n - n - 10 smtpd -o content_filter=smtp-amavis:[127.0.0.1]:10024 -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks -o smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject -o smtpd_authorized_xforward_hosts=127.0.0.0/8 ###dksign declaration dksign unix - - n - 4 smtp -o smtp_send_xforward_command=yes -o smtp_discard_ehlo_keywords=8bitmime,starttls #The amavis reciever 127.0.0.1:10025 inet n - - - - smtpd -o content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= -o smtpd_client_restrictions= -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o mynetworks=127.0.0.0/8 -o strict_rfc821_envelopes=yes -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks -o smtpd_bind_address=127.0.0.1 #the amavis connector, to send to amavis smtp-amavis unix - - - - 2 smtp -o smtp_data_done_timeout=1200 -o disable_dns_lookups=yes #Stop Postfix from cleaning emails before sending to amavis pre-cleanup unix n - n - 0 cleanup -o virtual_alias_maps= -o canonical_maps= -o sender_canonical_maps= -o recipient_canonical_maps= -o masquerade_domains= #Regular messsages can get cleaned up cleanup unix n - n - 0 cleanup -v -o mime_header_checks= -o nested_header_checks= -o body_checks= -o header_checks= smtp inet n - n - - smtpd -o cleanup_service_name=pre-cleanup pickup fifo n - n 60 1 pickup -o cleanup_service_name=pre-cleanup I seldom go that deep into that file and I've noticed there's another cleanup there. I added -v to that one too - and I still don't get dozens of log lines. postconf -n access_map_reject_code = 550 alias_database = hash:/etc/postfix/aliases alias_maps = $alias_database allow_untrusted_routing = no append_dot_mydomain = no biff = no body_checks_size_limit = 51200 bounce_size_limit = 50000 broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/lib/postfix debug_peer_level = 1 default_destination_concurrency_limit = 25 disable_vrfy_command = yes fast_flush_domains = $relay_domains header_checks = regexp:/etc/postfix/header_checks header_size_limit = 102400 home_mailbox = Maildir/ inet_interfaces = all invalid_hostname_reject_code = 501 local_destination_concurrency_limit = 2 local_recipient_maps = proxy:unix:passwd.byname $virtual_alias_maps $alias_maps mail_spool_directory = /var/spool/mail mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 5120000000 message_size_limit = 20480000 mydestination = mydomain = example.net myhostname = mail.example.net mynetworks = 127.0.0.0/8 mynetworks_style = host myorigin = $mydomain recipient_delimiter = - reject_code = 550 relay_domains = /etc/postfix/mxbackups relay_domains_reject_code = 550 relayhost = smtp_tls_CAfile = /etc/ssl/keys/example-ca.crt smtp_tls_cert_file = /etc/ssl/keys/mail.example.net.crt smtp_tls_key_file = /etc/ssl/private/mail.example.net.key smtp_tls_loglevel = 1 smtp_tls_note_starttls_offer = yes smtp_tls_security_level = may smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache smtp_tls_session_cache_timeout = 3600s smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Debian/GNU) smtpd_data_restrictions = sleep 1, reject_unauth_pipelining, permit smtpd_delay_reject = yes smtpd_helo_required = yes smtpd_recipient_limit = 250 smtpd_recipient_restrictions = reject_non_fqdn_sender, reject_non_fqdn_recipient, permit_sasl_authenticated, reject_sender_login_mismatch, reject_authenticated_sender_login_mismatch, check_helo_access hash:/etc/postfix/helo_checks, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname, reject_unknown_helo_hostname, reject_unknown_sender_domain, reject_unknown_recipient_domain, permit_mynetworks, reject_unauth_destination, reject_unlisted_recipient, check_recipient_access mysql:/etc/postfix/Mail-Disabled.cf, check_helo_access hash:/etc/postfix/helo_checks, check_recipient_access hash:/etc/postfix/laxdomains, check_client_access hash:/etc/postfix/ip_whitelist, check_sender_access hash:/etc/postfix/backscatter check_reverse_client_hostname_access pcre:/etc/postfix/fqrdns.pcre, check_policy_service unix:private/policy-spf, check_policy_service inet:127.0.0.1:10031, reject_rbl_client bl.spamcop.net, reject_rbl_client zen.spamhaus.org, reject_rbl_client cbl.abuseat.org, reject_rbl_client z.mailspike.net, warn_if_reject, reject_unknown_client, warn_if_reject, reject_rbl_client tw.countries.nerd.dk, warn_if_reject, reject_rbl_client kr.countries.nerd.dk, warn_if_reject, reject_rbl_client cn.countries.nerd.dk, warn_if_reject, reject_rbl_client dnsbl.sorbs.net, warn_if_reject, reject_rbl_client dul.dnsbl.sorbs.net, permit smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = example.net smtpd_sasl_path = private/auth smtpd_sasl_security_options = noanonymous smtpd_sasl_tls_security_options = $smtpd_sasl_security_options smtpd_sasl_type = dovecot smtpd_timeout = 300s smtpd_tls_CAfile = /etc/ssl/keys/example-ca.crt smtpd_tls_auth_only = no smtpd_tls_cert_file = /etc/ssl/keys/mail.example.net.crt smtpd_tls_key_file = /etc/ssl/private/mail.example.net.key smtpd_tls_loglevel = 1 smtpd_tls_received_header = yes smtpd_tls_security_level = may smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtpd_tls_session_cache_timeout = 3600s strict_rfc821_envelopes = yes tls_random_source = dev:/dev/urandom unknown_address_reject_code = 554 unknown_client_reject_code = 554 unknown_hostname_reject_code = 554 unknown_local_recipient_reject_code = 554 virtual_alias_maps = hash:/etc/postfix/virtual_user_aliases, proxy:mysql:/etc/postfix/Mail-Alias.cf virtual_gid_maps = static:115 virtual_mailbox_base = /var/spool/mail/virtual virtual_mailbox_domains = proxy:mysql:/etc/postfix/Mail-Domain.cf virtual_mailbox_limit = 5000000000 virtual_mailbox_limit_inbox = no virtual_mailbox_limit_maps = mysql:/etc/postfix/Mail-Quota.cf virtual_mailbox_limit_override = yes virtual_mailbox_maps = mysql:/etc/postfix/Mail-Mailbox.cf virtual_maildir_extended = yes virtual_maildir_limit_message = "User over quota, try again later" virtual_minimum_uid = 108 virtual_overquota_bounce = yes virtual_transport = dovecot virtual_uid_maps = static:108 Thanks Wietse and Victor SImon