If there are messages in the postfix queue and I want to force the queue delivery via:
postqueue -f
Will this force a redo of DNS lookup / MX record lookup?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
postqueue -fwill flush the queue made of files, that process can be done even after a reboot, and, like an automate, all resolution and contacts steps are done again.In brief, it repeats the process if name resolution via, first, the MX type entries, and tries (again) to contact the targeted mail servers.
The concern would be more on the DNS side, where the name server may keep a cache of the recently resolved entries. Meaning that even if you change the MX entries (at a registrar in charge of your DN zones for instance), they may seem unchanged from your mail server, depending on the TTL of the DNS server that resolved the MX record.