![]() |
Mailserver / Postfix Problems
First I followed the http://www.howtoforge.com/virtual_po..._quota_courier Howto.
I had to solve a "small" problem with the mysql access, -> http://www.howtoforge.com/forums/sho...=6190#post6190. and now I stuck (I think so ???) with a general mailserver problem. I think my mailserver doesn't accept mails... and because of this I cannot activate my accounts. mail.log Code:
Nov 11 09:42:17 m34s12 postfix/qmgr[22811]: 8EF23334E0: from=<michael.eichriedler@aon.at>, size=1031, nrcpt=1 (queue active)But what are these "root-mails" , as you get now, I am new in Linux... So probably it's a simple problem and somebody can help me... Michael |
It seems as if Postfix is running a bit unstable on 127.0.0.1.:confused:
Please post /etc/postfix/main.cf and the output of Code:
netstat -tap |
/etc/postfix/main.cf
Code:
smtpd_banner = ESMTP (Debian/GNU)Code:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program nameI had syscp preinstalled on my debian sarge system. I deinstalled it because I wanted a more transparent system. Probably this is the source of all the problems.... |
There seem to be missing a few lines (e.g. proxy_read_maps) in /etc/postfix/main.cf that are in the tutorial ( http://www.howtoforge.com/virtual_po...ota_courier_p2 ). Please run
Code:
postconf -e 'mynetworks = 127.0.0.0/8' |
I inserted the missing lines and restarted postfix with /etc/init.d/postfix restart.
/etc/postfix/main.cf Code:
smtpd_banner = ESMTP (Debian/GNU)Code:
Nov 12 09:25:39 m34s12 postfix/smtpd[16619]: connect from warsl404pip7.highway.telekom.at[195.3.96.91] |
Quote:
Code:
ps auxCode:
netstat -tapPlease compare your configuration with the amavisd part of the tutorial and check if there are differences... |
I checked the amavisd configuration...
changed the following lines in /etc/init.d/saslauthd (I had an preinstalled debian ) from: Code:
PWDIR=/var/run/saslauthdCode:
PWDIR="/var/spool/postfix/var/run/${NAME}"Code:
amavis 7511 0.0 0.5 18116 5204 ? Ss 14:33 0:00 amavisd (master)Code:
tcp 0 0 m34s12.vlinux.de:10024 *:* LISTEN -Code:
Nov 14 14:33:57 m34s12 amavis[7511]: Found $zoo at /usr/bin/zoo |
It is definitly a problem with amavis!
I deactivated amavis and everything works fine.... |
That's strange...:confused: Might be because it is a pre-installed Debian. You never know what you get when someone else installs a system for you...
|
...thanks a lot!
I will try to get also amavis running, but for now I am happy with this...:) |
| All times are GMT +2. The time now is 09:13. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.