Tootle
Verified User
- Joined
- Sep 1, 2011
- Messages
- 38
Hi, I'm trying to find solution but I must ask you guys for help.
#1 : In this scenario I'm creating a mail from [email protected] --TO--> [email protected] [domain set on DA box on its 2nd IP 188.116.52.25] (which also forwards to [email protected] [external mail] ]) and that forwarding ends with aforementioned bounced error message ( 188.116.4.48 is a main IP of DA box)
from domain dns administration
what is more
#2 users mails with Return-Receipt flag bounces to admin account on the box with [Delayed Bounce]?? Is that because of when /etc/virtual/limit_unknown reaches it's max?
Any chances to help figure it out that bounce-mess
? Big thanks in advance.
using SpamBlockerTechnology* powered exim.conf, Version 4.1
my exim.conf
Code:
[email protected]
(ultimately generated from [email protected])
SMTP error from remote mail server after MAIL FROM:<[email protected]> SIZE=3006:
host mx.wp.pl [212.77.101.4]: 550 SPF Error:
Received-SPF: neutral (smtp.wp.pl: 188.116.4.48 is neither permitted nor denied by domain of gmail.com) client-ip=188.116.4.48; [email protected];
#1 : In this scenario I'm creating a mail from [email protected] --TO--> [email protected] [domain set on DA box on its 2nd IP 188.116.52.25] (which also forwards to [email protected] [external mail] ]) and that forwarding ends with aforementioned bounced error message ( 188.116.4.48 is a main IP of DA box)
from domain dns administration
Code:
duan.pl. TXT "v=spf1 a mx ip4:188.116.4.48 ~all"
what is more
#2 users mails with Return-Receipt flag bounces to admin account on the box with [Delayed Bounce]?? Is that because of when /etc/virtual/limit_unknown reaches it's max?
Any chances to help figure it out that bounce-mess

using SpamBlockerTechnology* powered exim.conf, Version 4.1
my exim.conf
Last edited: