On Mon, Sep 14, 2009 at 10:45:41AM -0400, fursink wrote: > > This is broken, the "unix" delivery agent needs to be "private" not > > "public". > > Bang, 10 points! changing to: > slow unix y - n - 1 smtp > > fixed the issue... Thank You!
When creating new transports (instances of delivery agents), mimic the configuration of existing transports, not other services. You cloned the wrong "smtp" service: the SMTP "inet" listener, instead of the "smtp" "unix" delivery agent. All delivery agents are "private", which is usually expressed via a "-" in the "private/public" field, because "private" is the default value. -- 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.