Hello I have an old email server with a mail stuck in the queue. I want to flush all email out and let be delivered with out any filtering. It looks like I have turned off all filtering but still messages are delivered very slowly.
Can someone help me with my config files? I can't seem to figure out were the issue is that is causing for mail to still be filtered. Thank you! Here is my main.cf # See /usr/share/postfix/main.cf.dist for a commented, more complete version smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)biff = no # appending .domain is the MUA's job. # Uncomment the next line to generate "delayed mail" warningsdelay_warning_time = 4halias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliasesmyorigin = collaborative.orgmyhostname = mail.collaborative.orgmydomain = collaborative.org mydestination = $myhostname, $mydomain, localhost.$mydomain, lists.collaborative.orgmynetworks = 10.0.0.0/24, 10.5.0.0/24, 127.0.0.0/8, 159.250.29.243/32mailbox_size_limit = 0recipient_delimiter = +home_mailbox = Maildir/ mailbox_command = /usr/bin/maildropsmtp_skip_4xx_greeting = no # added 9/2/2006 by tophersmtpd_data_restrictions = reject_unauth_pipelining smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination,check_policy_service inet:127.0.0.1:60000 smtpd_sasl_auth_enable = yessmtpd_sasl_security_options = noanonymoussmtpd_sasl_local_domain = broken_sasl_auth_clients = yes message_size_limit = 26214400 # added 2006-10-17# integrating mailman with postfixrelay_domains = mailman.collaborative.org, collaborative.org, www.collaborative.org, localhost.collaborative.org, 159.250.29.243, svahs.net, kong2.collaborative.org, 10.5.0.25, 10.0.0.19, 10.0.0.4, 10.5.0.10, 10.0.0.10, hec-pdc, mindtouch, mindtouch.collaborative.org, 10.0.0.128, kablink, dev1.collaborative.org, dev2.collaborative.org, 10.0.0.15transport_maps = hash:/etc/postfix/transportmailman_destination_recipient_limit = 1 # added 2006-04-21 to get TSL/SSL working#smtpd_use_tls = yes# You should uncomment to prevent people from passing their passwords in the clear!#smtpd_tls_auth_only = yes #smtpd_tls_key_file = /usr/lib/ssl/misc/newreq.pem#smtpd_tls_key_file = /etc/postfix/ssl/newreq.pem#smtpd_tls_cert_file = /usr/lib/ssl/misc/newcert.pem#smtpd_tls_cert_file = /etc/postfix/ssl/newcert.pem#smtpd_tls_CAfile = /usr/lib/ssl/misc/demoCA/cacert.pem#smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem#smtpd_tls_loglevel = 2#smtpd_tls_received_header = yes#smtpd_tls_session_cache_timeout = 3600s#tls_random_source = dev:/dev/urandomignore_mx_lookup_error = yesunknown_local_recipient_reject_code = 550smtpd_helo_required = yes#content_filter = smtp-amavis:[127.0.0.1]:10024virtual_alias_maps = hash:/etc/postfix/virtualinet_interfaces = allsmtpd_sasl_authenticated_header = yes#smtpd_sasl_path = smtpdsmtpd_sasl_path = private/auth-clientsmtpd_sasl_type = dovecotsmtpd_tls_auth_only = yessmtp_use_tls = yessmtpd_use_tls = yessmtp_tls_note_starttls_offer = yessmtpd_tls_key_file = /etc/ssl/ssl.keysmtpd_tls_cert_file = /etc/ssl/ssl.crtsmtpd_tls_CAfile = /etc/ssl/sub.class2.server.ca.pemsmtpd_tls_loglevel = 1smtpd_tls_received_header = yessmtpd_tls_session_cache_timeout = 3600ssmtpd_tls_ciphers = hightls_random_source = dev:/dev/urandom#added to forward email to MailArchiva email archiving server by Piet 02/24/2012#milter_default_action = tempfail#milter_default_action = accept#smtpd_milters = inet:10.0.0.26:8092#added for spf policy filter by Piet 03-21-12#policy-spf_time_limit = 3600sinet_protocols = ipv4#always_bcc = jour...@collaborative.org#smtpd_tls_CApath = /etc/ssl/certsvirtual_transport = maildropmaildrop_destination_recipient_limit = 1 Master.cf # Postfix master process configuration file. For details on the format# of the file, see the Postfix master(5) manual page.## ==========================================================================# service type private unpriv chroot wakeup maxproc command + args# (yes) (yes) (yes) (never) (500)# ==========================================================================smtp inet n - - - - smtpd#submission inet n - - - - smtpd# -o smtpd_etrn_restrictions=reject# -o smtpd_client_restrictions=permit_sasl_authenticated,rejectsmtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes#submission inet n - - - - smtpd# -o smtpd_etrn_restrictions=reject# -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes#628 inet n - - - - qmqpd587 inet n - - - - smtpd -o smtpd_sasl_auth_enable=yespickup fifo n - - 60 1 pickup# -o content_filter=# -o receive_override_options=no_header_body_checkscleanup unix n - - - 0 cleanupqmgr fifo n - - 300 1 qmgr#qmgr fifo n - - 300 1 oqmgr#tlsmgr unix - - - 1000? 1 tlsmgrtlsmgr unix - - n 300 1 tlsmgrrewrite unix - - - - - trivial-rewritebounce unix - - - - 0 bouncedefer unix - - - - 0 bouncetrace unix - - - - 0 bounceverify unix - - - - 1 verifyflush unix n - - 1000? 0 flushproxymap unix - - n - - proxymapsmtp unix - - - - - smtp# When relaying mail as backup MX, disable fallback_relay to avoid MX loopsrelay unix - - - - - smtp -o fallback_relay=# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5showq unix n - - - - showqerror unix - - - - - errordiscard unix - - - - - discardlocal unix - n n - - localvirtual unix - n n - - virtuallmtp unix - - - - - lmtpanvil unix - - - - 1 anvilscache 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=mail argv=/usr/bin/maildrop -d ${recipient}## 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 $recipientscalemail-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} #add by Piet 03-21-12 spf policy#policy-spf unix - n n - - spawn# user=nobody argv=/usr/bin/policyd-spf # added 2006-04-20 by topher#smtp-amavis unix - - n - 2 smtp#smtp-amavis unix - - - - 10 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 - - - - smtpd# -o content_filter=# -o local_recipient_maps=# -o relay_recipient_maps=# -o smtpd_restriction_classes=# -o smtpd_delay_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 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 receive_override_options=no_header_body_checks,no_unknown_recipient_checks# -o smtpd_bind_address=127.0.0.1retry unix - - - - - error