On Wed, 2008-10-15 at 10:50 -0700, scott andreas wrote: > Hello users, > > I'm having transport error issues with a new setup > > Ubuntu 6.10 > Postfix 2.3 > > I have a GMAIL APPS hosted mail domain tildaworks.com > > > Oct 15 10:23:20 lexi postfix/qmgr[16975]: 44A8736E1: > to=<[EMAIL PROTECTED]>, relay=none, delay=7640, > delays=7639/1.4/0/0, dsn=4.3.0, status=deferred (unknown mail > transport error) > Oct 15 10:23:20 lexi postfix/qmgr[16975]: warning: premature > end-of-input on private/smtp socket while reading input attribute name > Oct 15 10:23:20 lexi postfix/qmgr[16975]: warning: private/smtp > socket: malformed response > Oct 15 10:23:20 lexi postfix/qmgr[16975]: warning: transport smtp > failure -- see a previous warning/fatal/panic logfile record for the > problem description >
I have had this issue before and it was strangely unreproducible. *For me* The issue came up because of an error in the transport file. The file had an error for some domain , and when postfix tries to deliver a mail for this domain and is not able to then every other mail picked up by the same qmgr pid is given the "unknown mail transport error" Check your transport file for some obvious errors. I got rid of the error and everything was working fine