8 Einträge, 1 Seite |
Fehler gefunden ... der Kunde holt das mit einem Pop-Beamer ab ... die werden bei ihm aber falsch geroutet (extern statt intern), weil ich sehe im Log die Mail vom Kunden wieder reinkommen, und dann schepperts weil die delivery informationen schon im header stehen und somit postfix von einem loop ausgehen muß ... braves Postfix :)
1
2
3
4
5
mydomain = example.tld
myhostname = mail.example.tld
mydestination = $myhostname, localhost, localhost.$mydomain, $mydomain
mynetworks = 127.0.0.1/8, 192.168.0.0/24
relayhost = #wird nicht benötigt da Postfix direktversand
1
2
3
4
5
6
7
8
9
10
11
12
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
cyrus unix - n n ; - - pipe
user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
uucp unix - n n ; - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
procmail unix - n n - - pipe
flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc ${sender} ${recipient}
Jan 23 02:59:44 localhost postfix/local[11441]: BC96E1B98784B: to=<froschpopo@mail.example.tld>, orig_to=<froschpopo@localhost>, relay=local, delay=3, status=bounced (mail forwarding loop for [EMAIL=froschpopo@mail.example.tld]froschpopo@mail.example.tld[/EMAIL])
8 Einträge, 1 Seite |