motty.cruz a écrit : > Hello, > > I’m trying to get postfix to deliver mail to virtual user account, this > is what I get. > > Using postfix with mysql, below is my log and postfix configuration. > Thanks, in advance, > > > > /var/log/maillog > > Mar 12 22:13:07 flux postfix/qmgr[2414]: 7A7A8239790: removed > > Mar 12 22:13:07 flux postfix/smtp[2449]: B0490239791: > to=<r...@flux.lugostowing.net>, relay=none, delay=0.08, > delays=0.07/0.01/0/0, dsn=5.4.6, status=bounced (mail for > flux.lugostowing.net loops back to myself) >
1) there is a reason why the default is: $ postconf -d mydestination mydestination = $myhostname, localhost.$mydomain, localhost so if you remove $myhostname, you are supposed to know what you are doing. now, if you wanty virtual delivery, add flux.lugostowing.net to your virtual domains or fix the application that sends such mail. 2) what application is sending mail to r...@flux.lugo...? are you running Sendmail? (instead of the postfix sendmail command). > Mar 12 22:13:07 flux postfix/qmgr[2414]: B0490239791: removed > > flux# > > >