On Montag, 12. Mai 2008 Michael Mayer wrote: > I think using lookup tables is still the better option for high > traffic servers, because most of the mail you usually get is spam for > not-existing addresses. So you can prevent a database access in 90% > of the cases. For my own server however, it should not make a > difference - we do have just like 10 or 20 mailboxes.
Simply use address_verify_map = btree:/etc/postfix/verify address_verify_negative_refresh_time = 3h address_verify_negative_expire_time = 3d in main.cf so that postfix caches it's knowledge about recipients in it's own hash. Fast enough and fully automatic. mfg zmi -- // Michael Monnerie, Ing.BSc ----- http://it-management.at // Tel: 0676/846 914 666 .network.your.ideas. // PGP Key: "curl -s http://zmi.at/zmi.asc | gpg --import" // Fingerprint: AC19 F9D5 36ED CD8A EF38 500E CE14 91F7 1C12 09B4 // Keyserver: www.keyserver.net Key-ID: 1C1209B4
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
