Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 10-01-2016 11:01:08

Shopper
Member
Registered: 09-10-2007
Posts: 94

email to customer is blocked by our server

Hi,

since some time our customers do not receive the confirmation email anymore - I don't know how long.
The shop is Europacart Vers. 8.0.3

The confirmation emails are blocked by our server saying

Code:

amavis[26442]: (26442-07) Blocked BAD-HEADER-0 {BouncedOpenRelay,Quarantined}

A few days ago I found out that mails sent by php mail() where the lines end with "/r/n" are blocked due to bad header.
This could also be the case in the confirmation emails.
When I disable   

Code:

$final_bad_header_destiny = D_PASS;

in amavisd.conf the email is successfully sent.

Where can I check whether in the confirmation email the lines end with "/r/n" or "/n"?

The problem maybe due to linux software updates - maybe amavisd - because we ran mail scripts since many years which now had this problem.

Offline

 

#2 10-03-2016 08:01:24

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: email to customer is blocked by our server

They definitely end in /r/n, so I'd advise changing to SMTP or sendmail using your installer.php script.


Nick Hendler

Offline

 

#3 10-03-2016 13:06:35

Shopper
Member
Registered: 09-10-2007
Posts: 94

Re: email to customer is blocked by our server

Thank you, I will do.

Offline

 

Board footer