Hi- I installed postfix and all the requisite packages for my mailserver. Postfix is running with TLS just fine, however I can't inject mail into the smtp from telnet. My /var/log/syslog gives me these errors when I reload postfix:
Apr 10 07:48:17 atlantis postfix/master[28666]: reload configuration Apr 10 07:48:17 atlantis postfix/pickup[31444]: EA6CB2E68F1: uid=106 from=<logcheck> Apr 10 07:49:02 atlantis postfix/trivial-rewrite[31446]: warning: connect to mysql server atlantis: Can't connect to MySQL server on 'atlantis' (111) Apr 10 07:49:02 atlantis postfix/trivial-rewrite[31446]: fatal: mysql:/etc/postfix/mysql-virtual_forwardings.cf(0,100): table lookup problem Apr 10 07:49:03 atlantis postfix/cleanup[31445]: warning: connect to mysql server atlantis: Can't connect to MySQL server on 'atlantis' (111) Apr 10 07:49:03 atlantis postfix/cleanup[31445]: warning: EA6CB2E68F1: virtual_alias_maps map lookup problem for [EMAIL PROTECTED] Apr 10 07:49:03 atlantis postfix/pickup[31444]: warning: maildrop/974C930A7A4: Error writing message file Apr 10 07:49:03 atlantis postfix/pickup[31444]: 03D942E68F1: uid=106 from=<logcheck> Apr 10 07:49:03 atlantis postfix/cleanup[31445]: warning: 03D942E68F1: virtual_alias_maps map lookup problem for [EMAIL PROTECTED] Apr 10 07:49:03 atlantis postfix/pickup[31444]: warning: maildrop/31DB930A7A5: Error writing message file Apr 10 07:49:03 atlantis postfix/pickup[31444]: 052462E68F1: uid=106 from=<logcheck> Apr 10 07:49:03 atlantis postfix/cleanup[31445]: warning: 052462E68F1: virtual_alias_maps map lookup problem for [EMAIL PROTECTED] Apr 10 07:49:03 atlantis postfix/pickup[31444]: warning: maildrop/9A9B330A7A6: Error writing message file Apr 10 07:49:03 atlantis postfix/pickup[31444]: 0752F2E68F1: uid=106 from=<logcheck> Apr 10 07:49:03 atlantis postfix/cleanup[31445]: warning: 0752F2E68F1: virtual_alias_maps map lookup problem for [EMAIL PROTECTED] Apr 10 07:49:03 atlantis postfix/pickup[31444]: warning: maildrop/57BE430A7A7: Error writing message file Apr 10 07:49:03 atlantis postfix/smtpd[31200]: warning: premature end-of-input on private/rewrite socket while reading input attribute name Apr 10 07:49:03 atlantis postfix/smtpd[31200]: warning: problem talking to service rewrite: Success Apr 10 07:49:04 atlantis postfix/smtpd[29791]: warning: premature end-of-input on private/rewrite socket while reading input attribute name Apr 10 07:49:04 atlantis postfix/smtpd[29791]: warning: problem talking to service rewrite: Connection reset by peer Apr 10 07:49:04 atlantis postfix/master[28666]: warning: process /usr/lib/postfix/trivial-rewrite pid 31446 exit status 1 Apr 10 07:49:04 atlantis postfix/master[28666]: warning: /usr/lib/postfix/trivial-rewrite: bad command startup -- throttling Apr 10 07:49:05 atlantis postfix/trivial-rewrite[31447]: warning: connect to mysql server atlantis: Can't connect to MySQL server on 'atlantis' (111) Apr 10 07:49:05 atlantis postfix/trivial-rewrite[31447]: fatal: mysql:/etc/postfix/mysql-virtual_forwardings.cf(0,100): table lookup problem Apr 10 07:49:06 atlantis postfix/smtpd[29791]: warning: premature end-of-input on private/rewrite socket while reading input attribute name Apr 10 07:49:06 atlantis postfix/smtpd[31200]: warning: premature end-of-input on private/rewrite socket while reading input attribute name Apr 10 07:49:06 atlantis postfix/smtpd[29791]: warning: problem talking to service rewrite: Connection reset by peer Apr 10 07:49:06 atlantis postfix/smtpd[31200]: warning: problem talking to service rewrite: Success Apr 10 07:49:06 atlantis postfix/master[28666]: warning: process /usr/lib/postfix/trivial-rewrite pid 31447 exit status 1 --- I've tried un-chrooting smtp and rewrite, and making sure that there are appropriate perms for user mysql user postfix on the database and tables. I'm at a loss as to where to proceed from here. Any help is greatly appreciated. -Mike -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
