Dear all , i have a big problem with postfx queue. I'm using postfix amavis spamassain. But queue has 30000 mails. it's sending very slow. What Can i do ? Thanks. Postconf -n alias_maps = hash:/etc/aliases body_checks = regexp:/etc/postfix/body_checks bounce_queue_lifetime = 3d broken_sasl_auth_clients = yes config_directory = /etc/postfix content_filter = smtp-amavis:[127.0.0.1]:10024 disable_vrfy_command = yes header_checks = regexp:/etc/postfix/header_checks inet_interfaces = all local_recipient_maps = maximal_queue_lifetime = 3d message_size_limit = 20240000 milter_default_action = accept milter_protocol = 2 mime_header_checks = regexp:/etc/postfix/mime_header_checks mydomain = example.net myhostname = gw.example.net mynetworks = 127.0.0.0/8 non_smtpd_milters = inet:localhost:10026 proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks qmgr_clog_warn_time = 0 receive_override_options = no_address_mappings smtp_tls_note_starttls_offer = yes smtp_use_tls = yes smtpd_data_restrictions = reject_unauth_pipelining, permit smtpd_delay_reject = yes smtpd_helo_required = yes smtpd_helo_restrictions = permit_mynetworks, check_helo_access hash:/etc/postfix/helo_access, permit smtpd_milters = inet:localhost:10026 smtpd_recipient_limit = 250 smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_invalid_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unknown_address, reject_unauth_pipelining, reject_unknown_recipient_domain, reject_non_fqdn_hostname, reject_unauth_destination, reject_sender_login_mismatch, check_client_access hash:/etc/postfix/backscatterer_white, reject_rbl_client zen.spamhaus.org, check_sender_access hash:/etc/postfix/backscatterer_white, check_sender_access hash:/etc/postfix/check_backscatterer smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sender_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unknown_sender_domain, warn_if_reject, reject_non_fqdn_sender, check_sender_access hash:/etc/postfix/sender_restrictions, check_sender_access hash:/etc/postfix/null_sender smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem smtpd_tls_auth_only = no smtpd_tls_cert_file = /etc/postfix/ssl/example.crt smtpd_tls_key_file = /etc/postfix/ssl/example.key smtpd_tls_loglevel = 1 smtpd_tls_received_header = yes smtpd_tls_session_cache_timeout = 3600s smtpd_use_tls = yes soft_bounce = yes tls_random_source = dev:/dev/urandom transport_maps = hash:/etc/postfix/transport unknown_address_reject_code = 554 unknown_client_reject_code = 554 unknown_hostname_reject_code = 554 unknown_local_recipient_reject_code = 554 unverified_recipient_reject_code = 554 unverified_sender_reject_code = 554 virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf master.cf smtp inet n - - - 60 smtpd #submission inet n - - - - smtpd # -o smtpd_tls_security_level=encrypt # -o smtpd_sasl_auth_enable=yes # -o smtpd_client_restrictions=permit_sasl_authenticated,reject # -o milter_macro_daemon_name=ORIGINATING #smtps inet n - - - - smtpd # -o smtpd_tls_wrappermode=yes # -o smtpd_sasl_auth_enable=yes # -o smtpd_client_restrictions=permit_sasl_authenticated,reject # -o milter_macro_daemon_name=ORIGINATING #628 inet n - - - - qmqpd pickup fifo n - - 60 1 pickup cleanup unix n - - - 0 cleanup 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 proxywrite unix - - n - 1 proxymap smtp unix - - - - - smtp # When relaying mail as backup MX, disable fallback_relay to avoid MX loops relay unix - - - - - smtp -o smtp_fallback_relay= # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5 showq unix n - - - - showq error unix - - - - - error retry 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} # # 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} smtp-amavis unix - - n - 40 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes #Equivalently when using lmtp: #lmtp-amavis unix - - n - 2 lmtp # -o lmtp_data_done_timeout=1200 # -o lmtp_send_xforward_command=yes 127.0.0.1:10025 inet n - n - 50 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 smtpd_error_sleep_time=0 -o smtpd_soft_error_limit=1001 -o smtpd_hard_error_limit=1000 ######### SSL smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes # -o smtpd_reject_unlisted_sender=yes -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject # -o broken_sasl_auth_clients=yes #### SUBMISSION submission inet n - - - 70 smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject
Are there any errors in your mail log? Does Code: postqueue -p show any reason why mails are delayed?
hello Falko, May be u can help me pls. I have the same problem, my queue of postfix its sooo slow, to send and receive too this is my postqueue -p -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient------- 5ADD13200FC* 108283 Tue May 25 14:41:22 [email protected] [email protected] [email protected] [email protected] 9A7F932015D* 18320 Tue May 25 14:39:32 [email protected] [email protected] B437632011F* 13269 Tue May 25 14:43:29 [email protected] [email protected] 4093232018F* 60997 Tue May 25 14:44:18 [email protected] [email protected] 37A8C320164* 43791 Tue May 25 14:40:28 [email protected] [email protected] 170483200BF* 2412 Tue May 25 14:39:01 [email protected] [email protected] C6B2C32011A* 32826 Tue May 25 14:44:15 [email protected] [email protected] [email protected] [email protected] [email protected] B926E3200EB* 34125 Tue May 25 14:41:06 [email protected] [email protected] [email protected] A477F320182* 4981 Tue May 25 14:43:19 [email protected] [email protected] 30161320186* 2374 Tue May 25 14:39:55 [email protected] [email protected] 87FA232017B* 130055 Tue May 25 14:40:02 [email protected] [email protected] [email protected] [email protected] 083E33200A4* 92746 Tue May 25 14:39:00 [email protected] [email protected] E7A29320141* 5858 Tue May 25 14:42:29 [email protected] [email protected] 674CD32013E* 6157 Tue May 25 14:38:26 [email protected] [email protected] 2923D320191* 89291 Tue May 25 14:44:28 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] 320C132018C* 77030 Tue May 25 14:43:40 [email protected] [email protected] 6DE1A320183* 11593 Tue May 25 14:43:35 [email protected] [email protected] 26A31320187* 58710 Tue May 25 14:39:54 [email protected] [email protected] 27BCA320115* 2637 Tue May 25 14:38:42 [email protected] [email protected] EA4CD320189* 2434 Tue May 25 14:43:35 [email protected] [email protected] A531D320153* 51619 Tue May 25 14:42:40 [email protected] [email protected] 0AB69320151* 2387 Tue May 25 14:39:11 [email protected] [email protected] 3710A320179* 65742 Tue May 25 14:44:58 [email protected] [email protected] F203B320143* 78048 Tue May 25 14:41:32 [email protected] [email protected] B76A4320170* 68016 Tue May 25 14:43:59 [email protected] [email protected] 34DEC320160* 8859 Tue May 25 14:43:26 [email protected] [email protected] [email protected] E1E0C32016A* 13568 Tue May 25 14:41:58 [email protected] [email protected] 2BAA4320133* 21101 Tue May 25 14:43:32 [email protected] [email protected] 6FB9D320180* 17541 Tue May 25 14:43:15 [email protected] [email protected] 3DD90320119* 17539 Tue May 25 14:43:15 [email protected] [email protected] 73ACB32017F* 6521 Tue May 25 14:43:07 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] 5545532018D* 610730 Tue May 25 14:44:27 [email protected] [email protected] [email protected] 39587320188* 27085 Tue May 25 14:39:58 [email protected] [email protected] [email protected] 393493200C8* 10652 Tue May 25 14:39:28 [email protected] [email protected] EDEE4320169* 1481 Tue May 25 14:41:57 [email protected] [email protected] [email protected] [email protected] EE07932017A* 12800 Tue May 25 14:38:11 [email protected] [email protected] 4431C3200D3* 3182 Tue May 25 14:44:50 [email protected] [email protected] EF56C320132* 6570 Tue May 25 14:41:37 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] 987D332018B* 1603 Tue May 25 14:40:46 [email protected] [email protected] EC43432016E* 2171 Tue May 25 14:42:55 [email protected] [email protected] B551F320127* 31252 Tue May 25 14:41:22 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] 5665C320140* 153476 Tue May 25 14:42:14 [email protected] [email protected] [email protected] 5AA8C32007C* 17990 Tue May 25 14:40:40 [email protected] [email protected] C18D332018A* 173978 Tue May 25 14:43:40 [email protected] [email protected] [email protected] 7D91532011D* 8382 Tue May 25 14:42:55 [email protected] [email protected] CD82832016D* 30144 Tue May 25 14:42:53 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] 7F90132014B* 48110 Tue May 25 14:38:27 [email protected] [email protected] A2813320144* 49365 Tue May 25 14:41:40 [email protected] [email protected] 09918320192* 1597 Tue May 25 14:44:52 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] 8F32A3200F5* 69260 Tue May 25 14:42:51 [email protected] [email protected] 7F470320181* 1714 Tue May 25 14:43:15 [email protected]omain [email protected] 8E70B32017E* 5118 Tue May 25 14:40:29 [email protected] [email protected] 8E50E320190* 25425 Tue May 25 14:44:19 [email protected] [email protected] 4EE02320163* 58721 Tue May 25 14:39:54 [email protected] [email protected] 1C8AE32012F* 61008 Tue May 25 14:44:18 [email protected] [email protected] F0BF6320177* 22686 Tue May 25 14:44:40 [email protected] [email protected] 3B0DE32018E* 60999 Tue May 25 14:44:18 [email protected] [email protected] B2F8C320081* 1219 Tue May 25 14:39:52 [email protected] [email protected] 8D735320172* 13348 Tue May 25 14:44:07 [email protected] [email protected] BDE91320185* 228435 Tue May 25 14:39:55 [email protected] [email protected] [email protected] [email protected] 4817432013A* 2371 Tue May 25 14:39:46 [email protected] [email protected] 4B740320130* 17538 Tue May 25 14:43:15 [email protected] [email protected] 27108320167* 13726 Tue May 25 14:43:52 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] EC759320152* 13269 Tue May 25 14:41:50 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] F2E6232012C* 33833 Tue May 25 14:38:35 [email protected] [email protected] Documentation.RGD/Brasil/CSAV@CSAV_VAP.csav.com [email protected] [email protected] Documentation.RGD/Brasil/[email protected] [email protected] [email protected] [email protected] C1FD432016C* 19789 Tue May 25 14:42:07 [email protected] [email protected] [email protected] 5E7BE32017C* 58721 Tue May 25 14:40:16 [email protected] [email protected] 7FEE8320092* 5760 Tue May 25 14:40:48 MAILER-DAEMON [email protected] B589A320166* 58710 Tue May 25 14:40:12 [email protected] [email protected] D299532015C* 1210 Tue May 25 14:39:14 [email protected] [email protected] 8B0BA3200C5* 2421 Tue May 25 14:42:47 [email protected] [email protected] C2E36320176* 96531 Tue May 25 14:44:33 [email protected] [email protected] [email protected] 7CCD032012B* 54746 Tue May 25 14:39:11 [email protected] [email protected] BFDF7320147* 16042 Tue May 25 14:41:40 [email protected] [email protected] 28D52320157* 3200 Tue May 25 14:43:58 [email protected] [email protected] 9E515320148* 3825 Tue May 25 14:41:41 [email protected] [email protected] 80D85320155* 5033 Tue May 25 14:43:51 [email protected] [email protected] F2189320112* 10027 Tue May 25 14:40:43 [email protected] [email protected] [email protected] 0E06F320103* 89765 Tue May 25 14:39:37 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] E5F693200D5 4440 Mon May 24 10:31:25 [email protected] (host mx1.forer.com.br[200.180.91.24] said: 450 4.7.1 Client host rejected: cannot find your hostname, [189.42.38.162] (in reply to RCPT TO command)) [email protected] E81673200F9 30628 Mon May 24 12:07:55 [email protected] (connect to csav-vap.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/[email protected] (connect to CSAV_VAP.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/CSAV@CSAV_VAP.csav.com E4CB43200E9 3751 Tue May 25 08:21:09 [email protected] (connect to gbrsecurity02.telesp.net.br[200.171.222.87]:25: Connection timed out) [email protected] EF888320121 736827 Tue May 25 14:19:22 [email protected] (host srv.dea.com.br[200.247.169.210] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] EFC10320074 44883 Mon May 24 17:35:50 [email protected] (host mx.idsul.com.br[187.17.225.9] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] EB22632011E 55081 Tue May 25 11:50:26 [email protected] (host freitasassessoria.com.br[216.180.234.98] said: 451 Temporary local problem - please try later (in reply to RCPT TO command)) [email protected] [email protected] [email protected] E6DFA320126 9594 Tue May 25 14:06:32 [email protected] (host mail.cikel.com.br[200.250.189.3] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] [email protected] E5469320125 27741 Tue May 25 14:11:21 [email protected] (host multiseas.com.br[200.155.113.178] said: 451 Temporary local problem - please try later (in reply to RCPT TO command)) [email protected] [email protected] E2E4D320142 592637 Tue May 25 14:27:25 [email protected] (host srv.dea.com.br[200.247.169.210] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] E066F32013B 177765 Tue May 25 11:42:48 [email protected] (connect to mx2.sulpartner.com.br[189.75.51.60]:25: Connection timed out) [email protected] E60CF3200B1 324993 Mon May 24 15:26:15 [email protected] (host mail.interplaquel.com.br[187.5.139.115] said: 450 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] ED3A13201EE 126330 Tue May 25 11:58:33 [email protected] (host mail.moliza.com.br[200.180.30.122] said: 450 4.7.1 Client host rejected: cannot find your hostname, [189.42.38.162] (in reply to RCPT TO command)) [email protected] E41DE320138 7542 Tue May 25 14:14:28 [email protected] (host mx2.bcmg.com.br[200.155.112.17] said: 451 4.1.8 Domain of sender address [email protected] does not resolve (in reply to MAIL FROM command)) [email protected] [email protected] [email protected] A99453200BD 4234 Tue May 25 09:35:04 [email protected] (host mx.idsul.com.br[187.17.225.9] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] A184C3200A5 21674 Mon May 24 16:44:36 [email protected] (host mx.idsul.com.br[187.17.225.9] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] A026632009A 1536 Sun May 23 18:42:46 [email protected] (connect to alerta.com[217.76.134.241]:25: Connection refused) [email protected] AC787320162 3915 Tue May 25 08:21:14 [email protected] (connect to cableradionetwork.com[209.62.20.200]:25: Connection refused) [email protected] AAA50320175 447318 Tue May 25 14:31:28 [email protected] (host srv.dea.com.br[200.247.169.210] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] A5A6C3201A4 509908 Tue May 25 12:23:48 [email protected] (host mail.igempresas.net[201.94.127.1] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] AA0AB3200C2 14091 Mon May 24 17:11:52 [email protected] (host mail2.unetvale.com.br[200.193.10.5] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] [email protected] AF9B4320064 5276 Tue May 25 12:13:26 [email protected] (host mx2.bcmg.com.br[200.155.112.17] said: 451 4.1.8 Domain of sender address [email protected] does not resolve (in reply to MAIL FROM command)) [email protected] [email protected] A930832014E 1919893 Tue May 25 10:44:02 [email protected] (connect to mx.bol.com.br[200.221.29.128]:25: Connection timed out) [email protected] 018BA3200A0 8319 Mon May 24 16:35:01 [email protected] (host master.ativadespachos.com.br[200.193.51.130] said: 450 : User unknown in local recipient table (in reply to RCPT TO command)) [email protected] 0DB993200A6 5883 Mon May 24 09:24:24 [email protected] (host mx1.forer.com.br[200.180.91.24] said: 450 4.7.1 Client host rejected: cannot find your hostname, [189.42.38.162] (in reply to RCPT TO command)) [email protected] 0F62232008E 6812 Mon May 24 13:02:50 [email protected] (host mx1.forer.com.br[200.180.91.24] said: 450 4.7.1 Client host rejected: cannot find your hostname, [189.42.38.162] (in reply to RCPT TO command)) [email protected] 08A2A320114 7831 Tue May 25 12:14:56 [email protected] (host mail.cikel.com.br[200.250.189.3] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] [email protected] 0E3DE3200E7 547024 Mon May 24 09:59:36 [email protected] (host vip-us-br-mx.terra.com[208.84.244.133] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] C173732014C 125585 Tue May 25 10:43:45 [email protected] (host srv2.engeplus.com.br[189.28.176.2] said: 450 4.7.1 Client host rejected: cannot find your hostname, [189.42.38.162] (in reply to RCPT TO command)) [email protected] (host mx1.engeplusempresas.com.br[189.28.176.29] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] CA5903200D9 3830 Tue May 25 08:20:09 [email protected] (connect to embarqhsd.net[64.45.201.2]:25: Connection timed out) [email protected] C6F2C320063 2096 Mon May 24 08:14:28 [email protected] (host mx.cdl-sc.org.br[189.39.224.31] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] CF5D53200E3 3766 Tue May 25 08:20:10 [email protected] (connect to embarqhsd.net[64.45.201.2]:25: Connection timed out) [email protected] C98A9320124 8123 Tue May 25 14:14:13 [email protected] (host mx2.bcmg.com.br[200.155.112.17] said: 451 4.1.8 Domain of sender address [email protected] does not resolve (in reply to MAIL FROM command)) [email protected] [email protected] [email protected] C0611320117 3778 Tue May 25 08:22:31 [email protected] (connect to mail.brasiltelecom.net.br[201.34.180.145]:25: Connection timed out) [email protected] BB62D3201E4 24693 Tue May 25 10:13:47 [email protected] (connect to CSAV_VAP.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/CSAV@CSAV_VAP.csav.com B7495320070 3745 Tue May 25 08:25:39 [email protected] (host mx2.clients.netdns.net[202.157.142.59] refused to talk to me: 450 4.7.1 : Helo command rejected: Host not found) [email protected] B6430320093 3087 Mon May 24 13:53:35 [email protected] (host mx2.bcmg.com.br[200.155.112.17] said: 451 4.1.8 Domain of sender address [email protected] does not resolve (in reply to MAIL FROM command)) [email protected] [email protected] 5E5023200AC 3773 Tue May 25 08:22:31 [email protected] (host mx1.forer.com.br[200.180.91.24] said: 450 4.7.1 Client host rejected: cannot find your hostname, [189.42.38.162] (in reply to RCPT TO command)) [email protected] 5CCE332016F 1237 Tue May 25 14:28:37 [email protected] (host mx.ispnet.com.br[200.234.222.116] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] 50ADA320099 3663 Mon May 24 13:50:34 [email protected] (host mx2.bcmg.com.br[200.155.112.17] said: 451 4.1.8 Domain of sender address [email protected] does not resolve (in reply to MAIL FROM command)) [email protected] [email protected] 5A87B32015A 203141 Tue May 25 14:25:58 [email protected] (connect to mx2.sulpartner.com.br[189.75.51.60]:25: Connection timed out) [email protected] 570633200ED 330626 Mon May 24 09:50:53 [email protected] (host semasa.ind.br[201.3.243.138] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 52258320108 326177 Mon May 24 11:55:44 [email protected] (Host or domain name not found. Name service error for name=fcdespachosint.com.br type=MX: Host not found, try again) [email protected] [email protected] 59E3732006F 26655 Mon May 24 09:20:46 [email protected] (host mail2.unetvale.com.br[200.193.10.5] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] [email protected] 5BC7E3200C6 47261 Tue May 25 08:41:27 [email protected] (host mx.idsul.com.br[187.17.225.9] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] 564A432008C 11668 Mon May 24 14:29:07 [email protected] (connect to csav-vap.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/[email protected] (connect to CSAV_VAP.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/CSAV@CSAV_VAP.csav.com 579C5320073 5847 Mon May 24 12:30:35 MAILER-DAEMON (connect to smtp.mudancascontinuas.com.br[187.8.12.245]:25: Connection timed out) [email protected] 5D605320116 3837 Tue May 25 08:24:57 [email protected] (host srv.costasul.com.br[200.247.134.134] said: 450 4.7.1 Client host rejected: cannot find your hostname, [189.42.38.162] (in reply to RCPT TO command)) [email protected] 53A6B320128 65462 Tue May 25 11:49:10 [email protected] (host freitasassessoria.com.br[216.180.234.98] said: 451 Temporary local problem - please try later (in reply to RCPT TO command)) [email protected] [email protected] [email protected] 5A2B2320135 614999 Tue May 25 14:30:03 [email protected] (host srv.dea.com.br[200.247.169.210] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 5F77D320158 3788 Tue May 25 08:20:25 [email protected] (connect to airtelbroadband.in[125.19.17.20]:25: Connection refused) [email protected] 54D9A3201FF 3736 Tue May 25 08:20:47 [email protected] (connect to mail.the9.com[114.80.196.169]:25: Connection timed out) [email protected] 506943200FA 276813 Tue May 25 09:05:47 [email protected] (host aguia.sul.com.br[200.219.150.2] said: 421 "Recusado. Seu servidor nao possui o Dns Reverso configurado, contate o administrador da sua rede!" (in reply to RCPT TO command)) [email protected] [email protected] DB96532008B 2337 Mon May 24 13:57:16 [email protected] (host mail2.unetvale.com.br[200.193.10.5] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] DECCB3200DF 47619 Tue May 25 09:00:14 [email protected] (host smtpjin1.f1.k8.com.br[187.16.23.70] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] D3BFA320156 13911 Tue May 25 14:30:45 [email protected] (host mx.ispnet.com.br[200.234.222.116] said: 451 4.7.1 Greylisting in action, please come back in 00:05:00 (in reply to RCPT TO command)) [email protected] DCE12320097 26655 Mon May 24 09:22:40 [email protected] (host mail2.unetvale.com.br[200.193.10.5] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] [email protected] DA9FA320084 325180 Mon May 24 15:24:13 [email protected] (host mail.centranet.com.br[200.101.82.240] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] D2774320075 9710 Mon May 24 08:41:43 [email protected] (connect to csav-vap.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/[email protected] 43E373200D4 3734 Tue May 25 08:23:31 [email protected] (host mail.interplaquel.com.br[187.5.139.115] said: 450 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 46C21320060 14477 Mon May 24 09:52:37 [email protected] (host csavgroupsmtp02.csavgroup.com[164.77.210.85] said: 450 4.1.1 : Recipient address rejected: undeliverable address: unknown user: "adrian.lamek" (in reply to RCPT TO command)) [email protected] 4B8433200B7 4078 Mon May 24 15:47:03 [email protected] (connect to brsmtp04.br.abnamro.com[200.208.15.131]:25: Connection timed out) [email protected] 40A4D320107 23243 Mon May 24 11:45:30 [email protected] (connect to csav-vap.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/[email protected] (connect to CSAV_VAP.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/CSAV@CSAV_VAP.csav.com 42C2F320173 5850 Tue May 25 12:13:46 [email protected] (host mx2.bcmg.com.br[200.155.112.17] said: 451 4.1.8 Domain of sender address [email protected] does not resolve (in reply to MAIL FROM command)) [email protected] [email protected] 99BF6320105 12329 Tue May 25 12:08:44 [email protected] (host mail.igempresas.net[201.94.127.1] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] 97B9E32016B 25400 Tue May 25 10:40:06 [email protected] (connect to CSAV_VAP.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/CSAV@CSAV_VAP.csav.com 93AFC3200B8 44306 Mon May 24 16:36:41 [email protected] (host mail.interplaquel.com.br[187.5.139.115] said: 450 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 9CECD3200BA 29155 Tue May 25 12:14:23 [email protected] (host mx1.engeplusempresas.com.br[189.28.176.29] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] 967DE320068 1574 Sun May 23 18:42:44 [email protected] (host mxs.valuehost.ru[217.112.42.208] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 962A33200B2 15078 Mon May 24 09:25:28 [email protected] (host csavgroupsmtp02.csavgroup.com[164.77.210.85] said: 450 4.1.1 : Recipient address rejected: undeliverable address: unknown user: "adrian.lamek" (in reply to RCPT TO command)) [email protected] 9184A3201FA 3819 Tue May 25 08:20:42 [email protected] (connect to orpheus.amdahl.com[129.212.11.3]:25: Connection timed out) [email protected] 91D9B3200CB 10622 Mon May 24 16:51:35 [email protected] (host mx2.bcmg.com.br[200.155.112.17] said: 451 4.1.8 Domain of sender address [email protected] does not resolve (in reply to MAIL FROM command)) [email protected] 9513832005F 5895 Sat May 22 23:50:38 MAILER-DAEMON (connect to fffg.com[98.124.198.1]:25: Connection refused) [email protected] 9595732007F 1569 Sun May 23 18:42:42 [email protected] (host mx.cdl-sc.org.br[189.39.224.31] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 98DBC320225 3814 Tue May 25 08:20:54 [email protected] (connect to mail.atspace.com[82.197.131.104]:25: Connection refused) [email protected] 91931320067 2108 Mon May 24 08:33:57 [email protected] (host mx.cdl-sc.org.br[189.39.224.31] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 2B23832013D 31576 Tue May 25 12:23:14 [email protected] (host mail.igempresas.net[201.94.127.2] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] 24344320080 21376 Mon May 24 11:20:37 [email protected] (connect to csav-vap.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/[email protected] (connect to CSAV_VAP.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/CSAV@CSAV_VAP.csav.com 2954B320102 5780 Mon May 24 11:43:34 [email protected] (host mx2.bcmg.com.br[200.155.112.17] said: 451 4.1.8 Domain of sender address [email protected] does not resolve (in reply to MAIL FROM command)) [email protected] 2EC03320072 28468 Mon May 24 10:02:45 [email protected] (host mail.cikel.com.br[200.250.189.3] said: 450 4.7.1 Client host rejected: cannot find your hostname, [189.42.38.162] (in reply to RCPT TO command)) [email protected] F422232010A 13159170 Mon May 24 10:22:52 [email protected] (lost connection with c.mx.mail.yahoo.com[206.190.54.127] while sending end of data -- message may be sent more than once) [email protected] F146732022A 3761 Tue May 25 08:20:48 [email protected] (connect to gbrsecurity02.telesp.net.br[200.171.222.87]:25: Connection timed out) [email protected] 8E5483200B0 6019 Tue May 25 09:05:46 [email protected] (host mail.cikel.com.br[200.250.189.3] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] [email protected] (connect to msn.com.br[65.55.206.209]:25: Connection timed out) [email protected] 82EC932019B 3794 Tue May 25 08:21:23 [email protected] (connect to mail.nightagito.com[69.162.115.193]:25: Connection timed out) [email protected] 8845632014A 595023 Tue May 25 14:28:22 [email protected] (host srv.dea.com.br[200.247.169.210] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 8000C3200BB 160974 Mon May 24 16:42:56 [email protected] (host srv.dea.com.br[200.247.169.210] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 83F7B320109 626855 Tue May 25 14:29:16 [email protected] (host srv.dea.com.br[200.247.169.210] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 896EB320159 622286 Tue May 25 14:23:49 [email protected] (host srv.dea.com.br[200.247.169.210] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 88E0532009F 6122 Tue May 25 12:26:28 [email protected] (host mx2.bcmg.com.br[200.155.112.17] said: 451 4.1.8 Domain of sender address [email protected] does not resolve (in reply to MAIL FROM command)) [email protected] 804B032010E 3773 Tue May 25 08:22:31 [email protected] (host mx1.forer.com.br[200.180.91.24] said: 450 4.7.1 Client host rejected: cannot find your hostname, [189.42.38.162] (in reply to RCPT TO command)) [email protected] 8039E320077 8344 Mon May 24 08:34:53 [email protected] (host mail.interplaquel.com.br[187.5.139.115] said: 450 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 8FDA6320089 17388 Mon May 24 15:26:16 [email protected] (host mx2.bcmg.com.br[200.155.112.17] said: 451 4.1.8 Domain of sender address [email protected] does not resolve (in reply to MAIL FROM command)) [email protected] 836EE3200CA 6184 Mon May 24 09:50:21 [email protected] (host mail2.unetvale.com.br[200.193.10.5] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] [email protected] 319EE320149 6831 Tue May 25 10:21:58 [email protected] (host multiseas.com.br[200.155.113.178] said: 451 Temporary local problem - please try later (in reply to RCPT TO command)) [email protected] [email protected] (host mx2.bcmg.com.br[200.155.112.17] said: 451 4.1.8 Domain of sender address [email protected] does not resolve (in reply to MAIL FROM command)) [email protected] [email protected] 392D532011C 45889 Tue May 25 08:38:48 [email protected] (host mx.idsul.com.br[187.17.225.9] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] 30E2A3200E8 51877 Tue May 25 14:03:22 [email protected] (host mx1.engeplusempresas.com.br[189.28.176.29] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] 1F487320100 17321 Mon May 24 09:58:02 [email protected] (connect to csav-vap.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/[email protected] (connect to CSAV_VAP.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/CSAV@CSAV_VAP.csav.com 1D02B3200EE 73127 Mon May 24 10:20:10 [email protected] (host mail.interplaquel.com.br[187.5.139.115] said: 450 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 1FFA93200AB 44172 Mon May 24 16:36:36 [email protected] (host mail.interplaquel.com.br[187.5.139.115] said: 450 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 1B1B4320085 5952 Mon May 24 14:06:31 [email protected] (host mail.cikel.com.br[200.250.189.3] said: 450 4.7.1 Client host rejected: cannot find your hostname, [189.42.38.162] (in reply to RCPT TO command)) [email protected] [email protected] (connect to msn.com.br[65.55.206.209]:25: Connection timed out) [email protected] 6137E3200AF 17551 Mon May 24 15:09:48 [email protected] (host mx.hbinfo.com.br[200.180.64.8] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 6C20B3200AA 42898 Mon May 24 17:28:16 [email protected] (host mx.idsul.com.br[187.17.225.9] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] 6AA8C320094 3472 Mon May 24 12:31:55 MAILER-DAEMON (host mx1.forer.com.br[200.180.91.24] said: 450 4.7.1 Client host rejected: cannot find your hostname, [189.42.38.162] (in reply to RCPT TO command)) [email protected] 6ACDE3200DD 336976 Tue May 25 09:03:22 [email protected] (host mx.idsul.com.br[187.17.225.9] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] 681F03200CD 3734 Tue May 25 08:23:31 [email protected] (host mail.interplaquel.com.br[187.5.139.115] said: 450 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] 691F932013C 190445 Tue May 25 14:13:21 [email protected] (connect to mx2.sulpartner.com.br[189.75.51.60]:25: Connection timed out) [email protected] 6081F32007E 7860 Mon May 24 09:22:54 [email protected] (host csavgroupsmtp02.csavgroup.com[164.77.210.85] said: 450 4.1.1 : Recipient address rejected: undeliverable address: unknown user: "adrian.lamek" (in reply to RCPT TO command)) [email protected] 604A8320062 2010 Mon May 24 08:18:23 [email protected] (connect to homail.com[207.46.31.61]:25: Connection timed out) [email protected] 62A2432011B 25739 Tue May 25 08:38:47 [email protected] (host csavgroupsmtp02.csavgroup.com[164.77.210.85] said: 450 4.1.1 : Recipient address rejected: undeliverable address: unknown user: "adrian.lamek" (in reply to RCPT TO command)) [email protected] 7A1453200F3 416600 Tue May 25 11:03:05 [email protected] (connect to mx2.sulpartner.com.br[189.75.51.60]:25: Connection timed out) [email protected] 7F6133200F0 3810 Tue May 25 08:23:53 [email protected] (connect to CSAV_VAP.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/CSAV@CSAV_VAP.csav.com 741E03200B4 15336 Mon May 24 16:21:55 [email protected] (host mail2.unetvale.com.br[200.193.10.5] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] [email protected] 7FCC132020C 326032 Tue May 25 11:59:28 [email protected] (host freitasassessoria.com.br[216.180.234.98] said: 451 Temporary local problem - please try later (in reply to RCPT TO command)) [email protected] [email protected] 73314320168 3687 Tue May 25 08:20:28 [email protected] (connect to alerta.com[217.76.134.241]:25: Connection refused) [email protected] 766F63201D5 28328 Tue May 25 10:49:17 [email protected] (connect to CSAV_VAP.csav.com[200.1.129.66]:25: No route to host) Documentation.RGD/Brasil/CSAV@CSAV_VAP.csav.com 730DA3200BE 6117 Mon May 24 19:54:11 [email protected] (host mx2.bcmg.com.br[200.155.112.17] said: 451 4.1.8 Domain of sender address [email protected] does not resolve (in reply to MAIL FROM command)) [email protected] 7060D320065 8966 Mon May 24 08:31:34 [email protected] (host csavgroupsmtp02.csavgroup.com[164.77.210.85] said: 450 4.1.1 : Recipient address rejected: undeliverable address: unknown user: "adrian.lamek" (in reply to RCPT TO command)) [email protected] 74D193200C1 3819 Tue May 25 08:27:07 [email protected] (lost connection with p3plsmtp09-04.prod.phx3.secureserver.net[97.74.135.167] while receiving the initial server greeting) [email protected] 7BF2C3200C4 52788 Mon May 24 15:27:00 [email protected] (host mx2.bcmg.com.br[200.155.112.17] said: 451 4.1.8 Domain of sender address [email protected] does not resolve (in reply to MAIL FROM command)) [email protected] 7D4EA320146 5177 Tue May 25 14:36:28 [email protected] (host mail.cikel.com.br[200.250.189.3] said: 450 4.7.1 : Helo command rejected: Host not found (in reply to RCPT TO command)) [email protected] [email protected] 7E7D132019F 130973 Tue May 25 11:09:47 [email protected] (host srv2.engeplus.com.br[189.28.176.2] said: 450 4.7.1 Client host rejected: cannot find your hostname, [189.42.38.162] (in reply to RCPT TO command)) [email protected] (host mx1.engeplusempresas.com.br[189.28.176.29] said: 450 4.1.8 : Sender address rejected: Domain not found (in reply to RCPT TO command)) [email protected] Anyone can help me pls. Tks!!!
Do you have valid nameservers in /etc/resolv.conf? Also make sure that your server isn't blacklisted: http://mxtoolbox.com/blacklists.aspx
The ip of my server isn't blacklisted. well... i have this ips in "/etc/resolv.conf": 200.255.255.66 200.255.255.70 this ips it's from my provider "Embratel / Brazil"... and I think it's ok, but I'll try to change to OpenDNS ips and later I'll post the results here. many tks man!!!
Hello all, Its not my DNS in resolv.conf ... its the MyDNSConfig with wrong zones. Falko, what I need to create to be the right things? my hostname is server my domain is mysite.com my ip is 1.2.3.4 what I do to works fine(with reverse,etc)?