Axel Freyn: > > Hi, > > > We are using both mail forwarding (with an alias_database and > $HOME/.forward - files), and a mailbox_size_limit for the user > mailboxes. The local delivery is done by postfix/local. > > The problem now is: If the mailbox is full, also the forwarding does not work > anymore -- postfix/local generates a SOFTBOUNCE before trying to forward the > mail: > > postfix/smtpd[12341]: A9B8515C6F8: client=localhost.localdomain[127.0.0.1] > postfix/cleanup[12335]: A9B8515C6F8: > message-id=<20101022181430.e253115c...@...de> > postfix/qmgr[5039]: A9B8515C6F8: from=<r...@....de>, size=855, nrcpt=1 (queue > active) > postfix/local[12342]: A9B8515C6F8: to=<a...@....de>, relay=local, delay=1, > delays=0/0.01/0/1, dsn=4.2.0, status=SOFTBOUNCE (can't create user output > file. Command output: procmail: Error while writing to "/var/mail/abf" ) >
I see no Postfix errors here. PROCMAIL updates the mailbox (and fails because of the limit) before PROCMAIL forwards the message. Wietse