Hello,
I have a question regarding sendmail.
I got a client who is trying to send e-mails to another, there is however a problem. The another part is behind a mailserver which greylists every first attempt to deliever a e-mail from my SMTP server. Then my SMTP server is supposed to retry sending it after a couple of minutes.
However it just tries several times for a couple of seconds. And then quits trying, but a couple of hours later - And the chance of delieverying have already expired. So I just get greylisted again.
Is this some sort of lack of configuration on my SMTP server. Or is it possible to configure some sort of relay-delay when greylisted? I was told that the default time should be 20 minutes to 4 hours resend time.
This is a piece of log from the recipient mailserver:
This is a piece of log from my SMTP server:
Any help is greatly appreciated.
Kind regards,
Alex.
I have a question regarding sendmail.
I got a client who is trying to send e-mails to another, there is however a problem. The another part is behind a mailserver which greylists every first attempt to deliever a e-mail from my SMTP server. Then my SMTP server is supposed to retry sending it after a couple of minutes.
However it just tries several times for a couple of seconds. And then quits trying, but a couple of hours later - And the chance of delieverying have already expired. So I just get greylisted again.
Is this some sort of lack of configuration on my SMTP server. Or is it possible to configure some sort of relay-delay when greylisted? I was told that the default time should be 20 minutes to 4 hours resend time.
This is a piece of log from the recipient mailserver:
Code:
Aug 18 03:25:09 mx1 spamd[314]: xxx.xxx.xxx.xxx: connected (12/11)
Aug 18 03:25:20 mx1 spamd[314]: (GREY) xxx.xxx.xxx.xxx: <sender@domain.com> -> <recipient@domain.com>
Aug 18 03:25:20 mx1 spamd[314]: xxx.xxx.xxx.xxx: disconnected after 11 seconds.
Aug 18 03:25:25 mx1 spamd[314]: xxx.xxx.xxx.xxx: connected (11/10)
Aug 18 03:25:36 mx1 spamd[314]: (GREY) xxx.xxx.xxx.xxx: <sender@domain.com> -> <recipient@domain.com>
Aug 18 03:25:36 mx1 spamd[314]: xxx.xxx.xxx.xxx: disconnected after 11 seconds.
Aug 18 08:26:59 mx1 spamd[314]: xxx.xxx.xxx.xxx: connected (6/3)
Aug 18 08:27:10 mx1 spamd[314]: (GREY) xxx.xxx.xxx.xxx: <sender@domain.com> -> <recipient@domain.com>
Aug 18 08:27:10 mx1 spamd[314]: xxx.xxx.xxx.xxx: disconnected after 11 seconds.
This is a piece of log from my SMTP server:
Code:
Aug 18 03:27:18 smtp sendmail[30674]: n7H7n5EI053660: to=recipient@domain.com, delay=17:38:13, xdelay=00:00:23, mailer=esmtp, pri=2153006,
relay=mx1.mailserver.com [xxx.xxx.xxx.xxx], dsn=4.0.0, stat=Deferred: 451 Temporary failure, please try again later.
Aug 18 03:27:18 smtp sendmail[30674]: n7H7n5EI053660: n7I11rSe030674: sender notify: Warning: could not send message for past 4 hours
Kind regards,
Alex.