Hi, I Have problem with my ISPconfig 3, i install it by how to http://www.howtoforge.com/perfect-server-debian-squeeze-with-bind-and-dovecot-ispconfig-3 Problem is inside mail delivery, send mail is working good. Mail recived have problems on my domain rastatune.pl. Work as [email protected]. I read a lot of solution on this forum, but i dont find this. Sorry for my English. Mar 14 13:09:56 rastatune postfix/local[9881]: 52A0A6520AFD: to=<[email protected]>, relay=local, delay=0.03, delays=0/0.02/0/0, dsn=5.1.1, status=bounced (unknown user: "admin") Mar 14 13:09:56 rastatune postfix/cleanup[9876]: 597686520AFE: message-id=<[email protected]> Mar 14 13:09:56 rastatune postfix/qmgr[3343]: 597686520AFE: from=<>, size=3073, nrcpt=1 (queue active) Mar 14 13:09:56 rastatune postfix/bounce[9882]: 52A0A6520AFD: sender non-delivery notification: 597686520AFE Mar 14 13:09:56 rastatune postfix/qmgr[3343]: 52A0A6520AFD: removed Mar 14 13:09:57 rastatune postfix/smtp[9884]: 597686520AFE: to=<[email protected]>, relay=mx11.go2.pl[193.17.41.141]:25, delay=0.77, delays=0/0.01/0.29/0.48, dsn=2.0.0, status=sent (250 OK queued as QIrtWv) Mar 14 13:09:57 rastatune postfix/qmgr[3343]: 597686520AFE: removed this is mail.log Thanks for solutions
Most likely you have set rastatune.pl as myhostname or mydomain in /etc/postfix/main.cf which causes the delivery to virtual mailboxes to fail. Edit main.cf and replace all occurrences of rastatune.pl with e.g. mail.rastatune.pl, add rastatune.pl in /etc/hosts for your server IP and then restart postfix.
myhostname = rastatune.pl alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases alias_database = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases myorigin = /etc/mailname mydestination = rastatune.pl, localhost, localhost.localdomain relayhost = I need to change this ?