Oppdatering 14.08.2005

Nå blir mottager adressene validert ved bruk av smtp videresending, dette er gjort via følgende linjer i acl’en til rcpt_to:

# Reject the recipient if it is not a valid mailbox.
# If the mailbox is not on our system (e.g. if we are a
# backup MX for the recipient domain), then perform a
# callout verification; but if the destination server is
# not responding, accept the recipient anyway.
#
deny
message = unknown user
!verify = recipient/callout=20s,defer_ok

Denne endringen gjør at en slipper mailkøer som fyller seg av fryste mailer.