Hi Markus,

On 2016-04-05 Tue 14:22 PM |, Markus Rosjat wrote:
> 
> yeah my server does retries but always ends up on the mailserver with the
> lower priority :(
> 

That is the correct behaviour.

Without the domain name, I'm guessing with English words what you mean;-

Pretending their broken setup is like this:

$ dig example.not.nz MX +short
1 shit.example.not.nz. # <<--- always defering server
2 smtp.example.not.nz. # <<--- real server

Your server looks up the DNS records and finds the primary MX machine is
'shit.example.not.nz'.

Your server connects to 'shit.example.not.nz', which defers the mail,
telling your server to try again later. So,..... your server tries again
later!!! It has no need to try the backup MX machine, it got told to try
again later.

If I read your words right, their setup is fucked.

They've confused nolisting with highlisting, and got them arse about.
-- 
I think there's a world market for about five computers.
        -- attr. Thomas J. Watson (Chairman of the Board, IBM), 1943

Reply via email to