Re: How to setup the secondary MX server

2022-09-14 Thread Matus UHLAR - fantomas
On 14.09.22 13:14, Jonathan Sélea wrote: Here you go: The first result on Google ;) I would add address verification check: http://www.postfix.org/ADDRESS_VERIFICATION_README.html ...but set unverified_recipient_defer_code to 250 to accept mail

Re: How to setup the secondary MX server

2022-09-14 Thread Jonathan Sélea
Here you go: The first result on Google ;) -- Jonathan Sélea Website: https://jonathanselea.se PGP Key: 0x8B35B3C894B964DD Fingerprint: 4AF2 10DE 996B 673C 0FD8 AFA0 8B35 B3C8 94B9 64DD On Wed, Sep 14 2022 at 07:10:57 PM +0800, Henrik Pang wrot

How to setup the secondary MX server

2022-09-14 Thread Henrik Pang
Hello, Is there a guide for adding a secondary MX with postfix? the secondary MX would forward messages to the main MX. When the main MX was in failure, the secondary MX should hold messages for some time. Thank you.