On Wed, Apr 22, 2009 at 10:14:24AM -0700, Mark Johnson wrote: > maximal_queue_lifetime = 5h
This looks rather unwise, unless you never send to Internet domains. > minimal_backoff_time = 1000s Just delete from main.cf and use the default value. > mydestination = $myhostname, localhost.$mydomain, localhost > mydomain = edoxxxxx.com > myhostname = postfixmailer.edoxxxxxx.com > myorigin = $myhostname One often uses "$mydomain" instead, and on the "mailhub" the domain is either local or virtual, and on null-clients punted to the "relayhost" (mailhub). > smtp_helo_timeout = 60s Below RFC recommendations, but probably still safe in practice. > smtpd_recipient_limit = 16 This violates RFCs, use the default, or set to at least 100. Where are the problem logs? -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.