Patric Falinder:
> Hi,
> 
> I have all my users (addresses, passwords etc) in a MySQL-database thats
> not on the same server. So I was just wondering if its possible to put
> every mail in the queue when the database is down for some reason?
> Right now it just return a error message that it can't find the user and
> stuff so there might be mails that gets lost and don't return..

The real bug is that the database reports the wrong error: "user
does not exist" instead of "sorry the database is down".

You need to get the real bug fixed (the incorrect error from the
database). 

You can put "soft_bounce=yes" in the Postfix main.cf file.  There
is nothing else that can be fixed in Postfix to work around a
database that reports incorrect errors.

        Wietse

Reply via email to