This is a discussion on Re: delivery from local users within the mailing.postfix.users forums, part of the Mail Servers and Related category; Ralf Hildebrandt wrote: > * Paul Puschmann <lnx@uzulabs.net>: > > >>If my system wants to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Ralf Hildebrandt wrote:
> * Paul Puschmann <lnx@uzulabs.net>: > > >>If my system wants to send a message e.g. for a failed cron-job or >>something else this message gets stuck in the queue and can't get >>delivered to my internal server where all mailboxes are. > > > Why? Show some logs? > Okay, here they are... My mail log: > Oct 18 12:00:01 reliam postfix/pickup[24567]: 3321AD819: uid=0 from=<root> > Oct 18 12:00:01 reliam postfix/cleanup[24901]: 3321AD819: message-id=<20041018100001.3321AD819@reliam.medicproof.de> > Oct 18 12:00:01 reliam postfix/qmgr[28691]: 3321AD819: from=<root@medicproof.de>, size=531, nrcpt=1 (queue active) > Oct 18 12:00:02 reliam postfix/qmgr[28691]: 3321AD819: to=<root@medicproof.de>, orig_to=<root>, relay=none, delay=1, status=deferred (transport is unavailable) > Oct 18 12:00:22 reliam postfix/postfix-script: warning: /var/spool/postfix/etc/resolv.conf and /etc/resolv.conf differ > Oct 18 12:00:46 reliam postfix/qmgr[28691]: warning: connect to transport smtp-amavis: No such file or directory > Oct 18 12:01:46 reliam postfix/qmgr[28691]: warning: connect to transport smtp-amavis: No such file or directory > Oct 18 12:02:46 reliam postfix/qmgr[28691]: warning: connect to transport smtp-amavis: No such file or directory > Oct 18 12:03:46 reliam postfix/qmgr[28691]: warning: connect to transport smtp-amavis: No such file or directory and my master.cf: > # ================================================== ======================== > # service type private unpriv chroot wakeup maxproc command + args > # (yes) (yes) (yes) (never) (100) > # ================================================== ======================== > smtp inet n - y - 2 smtpd -o content_filter=smtp:[localhost]:10024 > > pickup fifo n - y 60 1 pickup > cleanup unix n - y - 0 cleanup > qmgr fifo n - y 300 1 qmgr > > rewrite unix - - y - - trivial-rewrite > bounce unix - - y - 0 bounce > defer unix - - y - 0 bounce > trace unix - - n - 0 bounce > verify unix - - n - 1 verify > flush unix n - n 1000? 0 flush > proxymap unix - - n - - proxymap > smtp unix - - y - - smtp > relay unix - - n - - smtp > showq unix n - y - - showq > error unix - - y - - error > local unix - n n - - local > virtual unix - n y - - virtual > lmtp unix - - y - - lmtp > anvil unix - - n - 1 anvil > localhost:10025 inet n - y - - smtpd -o content_filter= > # > # Interfaces to non-Postfix software. Be sure to examine the manual > # pages of the non-Postfix software to find out what options it wants. > # > # maildrop. See the Postfix MAILDROP_README file for details. > # > 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 > vscan unix - n n - 10 pipe > user=vscan argv=/usr/sbin/amavis ${sender} ${recipient} > procmail unix - n n - - pipe > flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc ${sender} ${recipient} Hope this is right. The warning is fixed by now. Paul |