<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — 4-6 Hour delay in sending mail]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic3979.xml" />
	<updated>2012-11-15T19:25:13Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic3979-46-hour-delay-in-sending-mail.html</id>
		<entry>
			<title type="html"><![CDATA[Re: 4-6 Hour delay in sending mail]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19086.html#p19086" />
			<content type="html"><![CDATA[<p>Thanks. </p><p>The problem is resolved. The network card in box had started to fail.</p>]]></content>
			<author>
				<name><![CDATA[banderson443]]></name>
				<uri>http://www.iredmail.org/forum/user31962.html</uri>
			</author>
			<updated>2012-11-15T19:25:13Z</updated>
			<id>http://www.iredmail.org/forum/post19086.html#p19086</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 4-6 Hour delay in sending mail]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18478.html#p18478" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>banderson443 wrote:</cite><blockquote><p>smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unlisted_recipient, check_policy_service inet:127.0.0.1:7777, check_policy_service inet:127.0.0.1:10031, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname<br />smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10031</p></blockquote></div><p>Try removing &quot;check_policy_service inet:127.0.0.1:10031&quot; in smtpd_recipient_restrictions, and comment out smtpd_end_of_data_restrictions. Then restart Postfix to see whether it happens again or not.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-10-07T12:23:33Z</updated>
			<id>http://www.iredmail.org/forum/post18478.html#p18478</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 4-6 Hour delay in sending mail]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18466.html#p18466" />
			<content type="html"><![CDATA[<p>We are at a complete loss on what could be going on if anyone has an idea of what to check/change it would be greatly appreciated. I&#039;ve tried to attached my mail.log and copy/paste it into the text of this reply without any luck. </p><p>Below is the main.cf if there are any other logfiles that will help i will be glad to upload them. </p><p>Thanks</p><p> # See /usr/share/postfix/main.cf.dist for a commented, more complete version</p><br /><p># Debian specific:&nbsp; Specifying a file name will cause the first<br /># line of that file to be used as the name.&nbsp; The Debian default<br /># is /etc/mailname.<br />#myorigin = /etc/mailname</p><p>smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)<br />biff = no</p><p># appending .domain is the MUA&#039;s job.<br />append_dot_mydomain = no</p><p># Uncomment the next line to generate &quot;delayed mail&quot; warnings<br />#delay_warning_time = 4h</p><p>readme_directory = no</p><p># TLS parameters<br />smtpd_tls_cert_file = /etc/ssl/certs/iRedMail_CA.pem<br />smtpd_tls_key_file = /etc/ssl/private/iRedMail.key<br />smtpd_use_tls=yes<br />smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache<br />smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache</p><p># See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for<br /># information on enabling SSL in the smtp client.</p><p>myhostname = smtp.goxxx.com<br />alias_maps = hash:/etc/postfix/aliases<br />alias_database = hash:/etc/postfix/aliases<br />myorigin = goxxx.com<br />mydestination = $myhostname, localhost, localhost.localdomain, localhost.$myhostname<br />relayhost = <br />mynetworks = 127.0.0.0/8, x.37.84.x, x.37.84.x<br />mailbox_size_limit = 0<br />recipient_delimiter = +<br />inet_interfaces = all<br />inet_protocols = ipv4<br />virtual_alias_domains = <br />mydomain = goxxx.com<br />mynetworks_style = subnet<br />smtpd_data_restrictions = reject_unauth_pipelining<br />smtpd_reject_unlisted_recipient = yes<br />smtpd_sender_restrictions = permit_mynetworks, reject_sender_login_mismatch, permit_sasl_authenticated<br />delay_warning_time = 0h<br />maximal_queue_lifetime = 1d<br />bounce_queue_lifetime = 1d<br />proxy_read_maps = $canonical_maps $lmtp_generic_maps $local_recipient_maps $mydestination $mynetworks $recipient_bcc_maps $recipient_canonical_maps $relay_domains $relay_recipient_maps $relocated_maps $sender_bcc_maps $sender_canonical_maps $smtp_generic_maps $smtpd_sender_login_maps $transport_maps $virtual_alias_domains $virtual_alias_maps $virtual_mailbox_domains $virtual_mailbox_maps $smtpd_sender_restrictions<br />smtp_data_init_timeout = 240s<br />smtp_data_xfer_timeout = 600s<br />smtpd_helo_required = yes<br />smtpd_helo_restrictions = permit_mynetworks,permit_sasl_authenticated, check_helo_access pcre:/etc/postfix/helo_access.pcre<br />queue_run_delay = 300s<br />minimal_backoff_time = 300s<br />maximal_backoff_time = 4000s<br />enable_original_recipient = no<br />disable_vrfy_command = yes<br />home_mailbox = Maildir/<br />allow_min_user = no<br />message_size_limit = 15728640<br />virtual_minimum_uid = 1001<br />virtual_uid_maps = static:1001<br />virtual_gid_maps = static:1001<br />virtual_mailbox_base = /var/vmail<br />smtpd_reject_unlisted_sender = yes<br />transport_maps = proxy:mysql:/etc/postfix/mysql/transport_maps_user.cf, proxy:mysql:/etc/postfix/mysql/transport_maps_domain.cf<br />virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql/virtual_mailbox_domains.cf<br />virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql/virtual_mailbox_maps.cf<br />virtual_alias_maps = proxy:mysql:/etc/postfix/mysql/virtual_alias_maps.cf, proxy:mysql:/etc/postfix/mysql/domain_alias_maps.cf, proxy:mysql:/etc/postfix/mysql/catchall_maps.cf, proxy:mysql:/etc/postfix/mysql/domain_alias_catchall_maps.cf<br />sender_bcc_maps = proxy:mysql:/etc/postfix/mysql/sender_bcc_maps_user.cf, proxy:mysql:/etc/postfix/mysql/sender_bcc_maps_domain.cf<br />recipient_bcc_maps = proxy:mysql:/etc/postfix/mysql/recipient_bcc_maps_user.cf, proxy:mysql:/etc/postfix/mysql/recipient_bcc_maps_domain.cf<br />relay_domains = lists.goxxx.com<br />smtpd_sender_login_maps = proxy:mysql:/etc/postfix/mysql/sender_login_maps.cf<br />smtpd_sasl_auth_enable = yes<br />smtpd_sasl_local_domain = <br />broken_sasl_auth_clients = yes<br />smtpd_sasl_security_options = noanonymous<br />smtpd_sasl_authenticated_header = no<br />smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unlisted_recipient, check_policy_service inet:127.0.0.1:7777, check_policy_service inet:127.0.0.1:10031, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname<br />smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10031<br />smtpd_tls_security_level = may<br />smtpd_tls_loglevel = 0<br />smtpd_tls_CAfile = /etc/ssl/certs/iRedMail_CA.pem<br />tls_random_source = dev:/dev/urandom<br />mailbox_command = /usr/lib/dovecot/deliver<br />virtual_transport = dovecot<br />dovecot_destination_recipient_limit = 1<br />smtpd_sasl_type = dovecot<br />smtpd_sasl_path = ./dovecot-auth<br />content_filter = smtp-amavis:[127.0.0.1]:10024<br />smtp-amavis_destination_recipient_limit = 1<br />mailman_destination_recipient_limit = 1</p>]]></content>
			<author>
				<name><![CDATA[banderson443]]></name>
				<uri>http://www.iredmail.org/forum/user31962.html</uri>
			</author>
			<updated>2012-10-05T14:57:39Z</updated>
			<id>http://www.iredmail.org/forum/post18466.html#p18466</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[4-6 Hour delay in sending mail]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18460.html#p18460" />
			<content type="html"><![CDATA[<p>==== Required information ====<br />- iRedMail version: 0.1.9<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql<br />- Linux/BSD distribution name and version: ubuntu server 12.04<br />- Related log if you&#039;re reporting an issue: <br />==== </p><p>We just went through a week worth of testing before moving this server into production, and didn&#039;t see delays sending for a week. <br />Now we have moved it into production and mails are being delayed 4-6 hours. </p><p>Could someone help us figure out what is going on?</p><p>Thanks.</p>]]></content>
			<author>
				<name><![CDATA[banderson443]]></name>
				<uri>http://www.iredmail.org/forum/user31962.html</uri>
			</author>
			<updated>2012-10-04T22:47:33Z</updated>
			<id>http://www.iredmail.org/forum/post18460.html#p18460</id>
		</entry>
</feed>
