Koozali.org: home of the SME Server

Suddenly no mail coming through to server

Offline holck

  • *
  • 322
  • +1/-0
Suddenly no mail coming through to server
« on: February 24, 2008, 07:23:13 PM »
Since yesterday morning, something is blocking emails for all users on my server. Only one mail has appeared in /var/log/qpsmtpd/current for more than one day, usually I receive something like one every 10 minutes (including spam...). The sender receives a message like the following:
Code: [Select]
Your message cannot be delivered to the following recipients:

  Recipient address: user.name@ibsgaarden.dk
  Reason: Remote SMTP server has rejected address
  Diagnostic code: smtp;554 5.7.1 <user.name@ibsgaarden.dk>: Relay access denied
  Remote system: dns;mail-relay.tele2.dk (TCP|192.168.73.3|55124|130.227.212.4|25) (fitch5.uni2.net ESMTP)
My ADSL provider has blocked the usual port 25, and requires that I have their own mail server as secondary server for the domain, and I think this is OK.
Code: [Select]
ibsgaarden.dk. IN MX 100 mail.ibsgaarden.dk
ibsgaarden.dk. IN MX 200 mail-relay.tele2.dk
They suggest I change the priorities from 100/200 to 10/20 (I can't do that before Monday), but I am skeptical that this will help.
I would very much like to receive suggestions as to what I can do. It is a big problem for my users.

Kind regards,
Jesper
......

Offline raem

  • *
  • 3,972
  • +4/-0
Re: Suddenly no mail coming through to server
« Reply #1 on: February 24, 2008, 09:07:00 PM »
holck

Please search the wiki/Howto pages, where you would have found this
http://wiki.contribs.org/PortRedirect

...

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Suddenly no mail coming through to server
« Reply #2 on: February 25, 2008, 05:14:54 PM »
holck

Please search the wiki/Howto pages, where you would have found this
http://wiki.contribs.org/PortRedirect


That web page however won't fix a configuration problem at the ISP's mail server.

holck has mail-relay.tele2.dk listed as an MX in DNS for ibsgaarden.dk, but mail-relay.tele2.dk is not configured to accept mail for that domain.

Offline raem

  • *
  • 3,972
  • +4/-0
Re: Suddenly no mail coming through to server
« Reply #3 on: February 26, 2008, 12:13:52 AM »
CharlieBrady

Quote
...mail-relay.tele2.dk is not configured to accept mail for that domain.

Thanks Charlie
...

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Suddenly no mail coming through to server
« Reply #4 on: February 26, 2008, 12:17:04 AM »
They suggest I change the priorities from 100/200 to 10/20 (I can't do that before Monday), but I am skeptical that this will help.

And so you should be skeptical. The absolute value of priorities has no meaning. Only the numerical ranking matters. so 10/20 means exactly the same as 100/200.

Perhaps you should find a different ISP.

Offline holck

  • *
  • 322
  • +1/-0
Re: Suddenly no mail coming through to server
« Reply #5 on: February 26, 2008, 03:56:24 PM »
I will do that - thank you very much :-)
......