This server just tells Postfix to send emails through a relay at this address 10.0.0.3 (It's another DomU server that does all the email work, Postfix, Amavis, Spamassassin...)
So my setup for this server (at 10.0.0.1) is very simple:
Code: Select all
relayhost = [10.0.0.3]
I'm wondering why it goes through smtp, shouldn't it just pass the email to 10.0.0.3? Nothing has been configured as chrooted in master.cf, what does the private in private/smtp mean?Aug 23 07:12:04 es01 postfix/smtp[6788]: smtp_parse_destination: [10.0.0.3] smtp
Aug 23 07:12:04 es01 postfix/smtp[6788]: fatal: unknown service: smtp/tcp
Aug 23 07:12:05 es01 postfix/qmgr[31041]: warning: premature end-of-input on private/smtp socket while reading input attribute name
Aug 23 07:12:05 es01 postfix/qmgr[31041]: warning: private/smtp socket: malformed response
.......
Aug 23 07:12:05 es01 postfix/master[31039]: warning: process /usr/lib/postfix/smtp pid 6788 exit status 1
Aug 23 07:12:05 es01 postfix/master[31039]: warning: /usr/lib/postfix/smtp: bad command startup -- throttling
Aug 23 07:12:05 es01 postfix/qmgr[31041]: E69FF514D8: to=<***@*****.com>, relay=none, delay=2, status=deferred (delivery temporarily suspended: unknown mail transport error)
I'm not sure what I should do from there? Any help?



