On 12/07/2012 12:39 PM, Reindl Harald wrote:
Am 07.12.2012 09:37, schrieb Muzaffer Tolga Özses:
do not accept mail unless you deliver it.
now, if you have queued mail to remove, you can use
# postsuper -d $queueid
The domain exists, but not the user. How do I achieve your suggestion?
in my setup "local_recipient_maps" must contain all existent RCPT
but my setup maybe very special qith a lot of mysql-maps and tables
because dbmail as storage/imap/pop3
BEFORE any mailserver will be connected to the internet it
is a basic task to make 100% sure not accept messages which
can not be finally delivered - either you will get blacklisted
because backscattering very soon
NOQUEUE: reject: RCPT from mail-ea0-f172.google.com[209.85.215.172]: 550 5.1.1
<r...@bilgisayarciniz.org>: Recipient address rejected: User unknown in virtual mailbox table;
from=<to...@ozses.net> to=<r...@bilgisayarciniz.org> proto=ESMTP
helo=<mail-ea0-f172.google.com> <--- This piece of log is from when I try to mail
r...@bilgisayarciniz.org directly.
2617A9BFF: to=<r...@bilgisayarciniz.org>, relay=virtual, delay=0.01, delays=0/0/0/0,
dsn=5.1.1, status=bounced (unknown user: "r...@bilgisayarciniz.org") <--- This is
from when the system-sent mail to root is redirected to r...@bilgisayarciniz.org.
In both cases r...@bilgisayarciniz.org does not exist. How can I silently
discard in the second case?
Regards,