Hallo! Ich habe folgendes Problem: wenn ich eine email lokal an root schicke, so landet diese beim root des relayhosts ;-( Email an andere Benutzer machen keine Probleme.
Hier mein /etc/postfix/main.cf append_dot_mydomain = no myhostname = dragonfly.net.local alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = epost.de mydestination = dragonfly.net.local, localhost.net.local, localhost, dragonfly relayhost = mail.epost.de mynetworks = 127.0.0.0/8 mailbox_size_limit = 0 recipient_delimiter = mailbox_transport = cyrus mailbox_command = procmail -a "$EXTENSION" In meinen /etc/alias steht u.a. root: bjoern Das taucht dann in /var/log/mail.info auf postfix/cleanup[2637]: 52C65366B6: message-id=<[EMAIL PROTECTED]> postfix/qmgr[1311]: 52C65366B6: from=<[EMAIL PROTECTED]>, size=479, nrcpt=1 (queue active) postfix/cleanup[2637]: 65D9E27DBB: message-id=<[EMAIL PROTECTED]> postfix/qmgr[1311]: 65D9E27DBB: from=<[EMAIL PROTECTED]>, size=618, nrcpt=1 (queue active) postfix/local[2639]: 52C65366B6: to=<[EMAIL PROTECTED]>, relay=local, delay=0,status=sent (forwarded as 65D9E27DBB) postfix/smtp[2640]: warning: mail.epost.de[193.28.100.151] offered AUTH option multiple times postfix/smtp[2640]: 65D9E27DBB: to=<[EMAIL PROTECTED]>, relay=mail.epost.de[193.28.100.151], delay=2, status=sent (250 <404E028900150AF2> Mail accepted) Es wird also mail an root an bjoern weitergeleitet - aber die sollte doch an [EMAIL PROTECTED] gehen, nicht [EMAIL PROTECTED] Was habe ich �bersehen - oder sehr wahrscheinlich nicht verstanden... Vielen Dank f�r die Hilfe! Gru�, Bj�rn Beckmann -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

