This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

getting nailed by bloclists

I am having issues with isp's blocking status mails from ASL because it contains do-not-reply@fw-notify.net. in v4 simply changing hte admin e-mail address fixed this.  HOw can i change those entries to what they need to be?  When i had this issue in v4 all i had to do was remove the do-not-reply@fw-notify.net and change it to a valid e-mail address.  It seems v5 is not allowing this?

Received: from exim by mx.domain.example with local (Exim 4.30)
id 1BH8qN-0000My-0F
for do-not-reply@fw-notify.net; Fri, 23 Apr 2004 18:08:23 -0400
X-Failed-Recipients: wwarren@emmanuelcomputerconsulting.com
Auto-Submitted: auto-generated
From: Mail Delivery System 
To: do-not-reply@fw-notify.net
Subject: [mx.domain.example] [WAR 035] Mail delivery failed : returning message to sender
Message-Id: 
Date: Fri, 23 Apr 2004 18:08:23 -0400

This message was created automatically by the SMTP relay on mx.domain.example.
  
A message that you sent could not be delivered to all of its recipients.
The following address(es) failed:

  
    SMTP error from remote mailer after RCPT TO::
    host mx01.1and1.com [217.160.230.12]: 550 rejected because of RBL:
    http://dsbl.org/listing?ip=151.205.151.28

------ This is a copy of the message, including all the headers. ------

Return-path: 
Received: from [127.0.0.1] (helo=localhost.localdomain)
by mx.domain.example with esmtp (Exim 4.30)
id 1BH8qJ-0000MQ-8Z
for ; Fri, 23 Apr 2004 18:08:19 -0400
Content-Disposition: inline
Content-Length: 312
Content-Transfer-Encoding: binary
Content-Type: text/plain
MIME-Version: 1.0
X-Mailer: MIME::Lite 3.01 (F2.71; B2.12; Q2.03)
From: Firewall Notification System 
To: 
Subject: [astaro.emmanuelcomputerconsulting.com][INFO-000] System was restarted
Date: Fri, 23 Apr 2004 18:08:18 -0400
Datestamp: false
X-Scan-Signature: 91007dc29be3321c650957ecdbbd0fa2


This thread was automatically locked due to age.
Parents
  • do-not-reply@fw-notify.net. is the issue.  Just tested it with a valid e-amil address and it went through. so where(what .conf file) do i edit out the do-not-reply@fw-notify.net out?
  • i ahve tried looking through the various exim.conf files..but no clues there.  From what i can tell about the error it has to be in the mailer somewhere.  Any ideas anyone?
  • When you send an e-mail with a different e-mail address are you using the exact same SMTP server to send the message?

    Based on the info for this particular RBL (http://dsbl.org/sender), it looks like this RBL only tracks SMTP server IP addresses.  People who use this RBL will reject any e-mail from a SMTP server on the list.  In addition to open relays, these lists usually contain all the ranges that DSL/Cable users are assigned, to weed out any spam that comes directly from a host that has DSL (this would also drop e-mail worms, since the SMTP originates from the infected machine).

    I was having problems sending mail from home because of this, but I solved my issue by making the Astaro bounce all e-mail off the ISP's SMTP server.  It would relay e-mail for anyone that had an IP on their internal network.

    Hope that helps.
  • [ QUOTE ]
    When you send an e-mail with a different e-mail address are you using the exact same SMTP server to send the message?

    Based on the info for this particular RBL (http://dsbl.org/sender), it looks like this RBL only tracks SMTP server IP addresses.  People who use this RBL will reject any e-mail from a SMTP server on the list.  In addition to open relays, these lists usually contain all the ranges that DSL/Cable users are assigned, to weed out any spam that comes directly from a host that has DSL (this would also drop e-mail worms, since the SMTP originates from the infected machine).

    I was having problems sending mail from home because of this, but I solved my issue by making the Astaro bounce all e-mail off the ISP's SMTP server.  It would relay e-mail for anyone that had an IP on their internal network.

    Hope that helps. 

    [/ QUOTE ]
    ok..well since ASL 5 tries to connect directly to the smtp server of the e-mail address i am using i would have to change the sending address to my isp e-amil address and i do not want to do that as i switch isp's very often. so how do i modify ASL to use outgoing.verizon.net which requires authorization?  I use my domains server(my webhosts server) smtp.1and1.com which requires auth as well.  What is funny is that they just started filtering(1and1) the day i posted this.  Now then if i use a valid e-mail address (like @verizon.net it works fine.  So i want to modify ASL to use a valid e-amil address(ASL tech support tells me the fw-notify is valid..howver everytime i let asl 4 or 5 use the fw-notify address get blacklisted fast.  V4 it was easy just fill all the e-amil addy fields with the address you wanted and you were set.  Apparently asl5 has done away with this convienence.
    "quote"I was having problems sending mail from home because of this, but I solved my issue by making the Astaro bounce all e-mail off the ISP's SMTP server

    How did you do this?
  • I went back to asl 4 and got a 68.236 ip that is not blocklisted.  However i still want to know how to maod v5 tog et around the issue i was having.
  • Ok.. here is the V5 stuff...

    in /usr/local/bin, locate the file called notifier.

    Edit this file, and around line 580, you will see a section like this:

    my $mail = Astaro::MIME::Lite->new(
                    'From'     => 'Firewall Notification System  $$rcptref,
                    'Subject'  => $subject,
                    'Date'   => strftime("%a, %d %b %Y %H:%M:%S %z", localtime),
                    'Data'   => $templateref,
                    'Type'   => $ctype,


    Just change the relevant line [:)]le.
  • this works fine.
    thanks alot.
Reply Children