Re: [Assp-user] One bug worked out... I think

2006-07-20 Thread Roger Stevenson



What 
are you using for DNS? What I did was createthe sub-domain 
mars.neaclinic.com on my internal network, created a newHost 
recordfor the ASSP box in that sub-domain and a new MX for that new 
host. Looks like this:

Mail 
Exchanger[10] 
assp.mars.neaclinic.comasspHost192.168.1.154

Then 
add the sub-domain to the list of local domains in ASSP.


Roger 
Stevenson

  -Original Message-From: Travis Forghani 
  [mailto:[EMAIL PROTECTED]Sent: Thursday, July 20, 2006 8:17 
  AMTo: ASSP Mail ListSubject: [Assp-user] One bug worked 
  out... I thinkI think I fixed the problem of ASSP 
  automatically considering everything spam. I deleted everything except 
  for my config filee, whitelist file, spam folder, and notspam folder; the next 
  step was to copy All ASSP files from the untouched version of ASSP I had to 
  the ASSP directory at the root of my C drive. I also, using Total 
  Commander, traversed to my spam folder and did a multi-rename of all the spam 
  emails inside of the folder (also did same for notspam folder); I removed the 
  extension of every email. Finally, I created the spamdb file and then 
  double clicked on rebuildspamdb.pl; the spamdb was built. From the 
  minimal testing I've done, it seems like ASSP is no longer automatically 
  placing all email in the spam folder; I'll let you know for sure at the end of 
  the day. I don't know why what I've done would work but it seems like it 
  has. I still don't understand why ASSP was automatically placing all 
  incoming mail into the spam folder; I had trained prior to going live, so it 
  did have a spamdb to go by when it was analyzing incoming emails. The 
  only thought I have is that the problem might have been a corrupt spamdb 
  file.On another note, I still can't post to the whitelist, redlist, or 
  anylist. Every time I forward an email to the redlist, the sender of the 
  email I forwarded does not get redlisted. My setup is per the matrix 
  below:
  Domain: 
beireport.com (bogus)DNS:
(same as parent folder)  
  Host(A)  65.169.82.145 (The IP address of my 
  firewall)(same as parent folder)  MX 
 
  beireport.comPasted below is the error from 
  my MTA:
  our message did not reach some or all of the intended recipients.

   Sent: Thu, 20 Jul 2006 08:44:02 -0400
   Subject: [Fwd: Just because]

The following recipient(s) could not be reached:

[EMAIL PROTECTED]
   Error Type: SMTP
   Error Description: Error message from remote server
   Message: 550 Your domain does not have any MX records..



MailDaemon
hMailServerI'm baffled. I hope another set 
  of eyes can tell me what is going on. In regards to the documentation, 
  I've put off writing anymore until I get the bugs worked out of my ASSP 
  implementation. Actually, I'm glad all the problems occurred; I've 
  learned a lot. Once I get all the bugs worked out, I will get the 
  documentation to the point of a quick start guide that I will submit to be 
  reviewed by everyone and then once accepted can be published on the ASSP 
  website. Thanks again everyone for all of you help.-- 
Sincerely,

Travis Forghani
IT Administrator
Bowman Enterprises, Inc.

Cell: 919-795-9298
Office: 919-894-3662, Ext. 34

[EMAIL PROTECTED]
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


[Assp-user] np domains removed, or am I just blind?

2006-07-20 Thread Dickson, Paul








All I can find is the npRe, which is too broad for just
allowing senders for certain domains.



Paul K. Dickson

Frederick County Government

x12399

Before you criticize someone, you should walk a mile in their
shoes. That way, when you criticize them, you're a mile away and you have
their shoes.








-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] np domains removed, or am I just blind?

2006-07-20 Thread Micheal Espinola Jr




Dickson, Paul wrote:

  
  

  

  
  
  
  I guess I
can do domain\.com\ , but if
there happens to be that text in the body of the message, it wont be
processed. Id rather definitely identify the sender, rather than have
the possibility for false identification.
  


True, so add more to match in the regex. If you need help matching a
part in the header, just ask. Here is an example eBay regex that I
have in my npRe:

--
from: .{0,32} [EMAIL PROTECTED](|[34])\.ebay\.com# eBay offers
--
The ".{0,32}" is used to match whatever display name they give the
email (0 to 32 characters in length, including spaces). The "(|[34])"
is to match against the multiple sub-domains that this message might
come from (all verified to have SPF records to prevent spoofing).

  
  
  What two NP
lists are you referring to?
  


npRe and noProcessing.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


[Assp-user] Add to local domains?

2006-07-20 Thread Travis Forghani
I'm using Microsoft DNS server (Windows Server 2003).  I followed the
instructions that Michael gave me on setting up the Email Interface.
Why do I need to add the bogus domain to the Local Domains?  ASSP is
running on one machine, mail server running on another.  Both are
listening on port 25.  When a user sends mail, his or her client sends
the mail to the machine running ASSP.  I still don't understand why I
even had to create a bogus domain.  Why do the report emails even make
it to my mail server?  My mail server sits behind ASSP.  Shouldn't ASSP
recognize that the report emails are addressed to the one of the report
email address and not forward them to the mail server?  On another note,
I apologize for all of the questions I ask.  I understand that it may
get a bit annoying.  There are two reasons I am asking so many
questions.  One, I want my system to work right; two, I am writing the
documentation and I want to go ahead and give others the heads up in the
documentation.

-- 
Sincerely,

Travis Forghani
IT Administrator
Bowman Enterprises, Inc.

Cell: 919-795-9298
Office: 919-894-3662, Ext. 34

[EMAIL PROTECTED]




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] Add to local domains?

2006-07-20 Thread Micheal Espinola Jr
Travis Forghani wrote:
 I'm using Microsoft DNS server (Windows Server 2003).  I followed the
 instructions that Michael gave me on setting up the Email Interface.
 Why do I need to add the bogus domain to the Local Domains?  ASSP is
 running on one machine, mail server running on another.  Both are
 listening on port 25.  When a user sends mail, his or her client sends
 the mail to the machine running ASSP.  I still don't understand why I
   

Ah, you didn't say that before (or at least I don't recall it). If your 
clients are sending directly to ASSP (atypical), then you do not have to 
create a bogus domain.  Think it through - the bogus domain is to trick 
your MTA to send the email through the ASSP server.  If you don't have 
to do it because of your setup, then don't bother.  It wont hurt 
anything either way though.

 even had to create a bogus domain.  Why do the report emails even make
 it to my mail server?  My mail server sits behind ASSP.  Shouldn't ASSP
   

Regardless of the bogus domain, if your clients are sending directly to 
ASSP and the email options are configured properly - ASSP should be 
intercepting the messages.  The messages should not make it to your mail 
server, and your mail server should not have mailbox for those 
addresses.  As I said in a previous message, those addresses are bogus.

 recognize that the report emails are addressed to the one of the report
 email address and not forward them to the mail server?  On another note,
 I apologize for all of the questions I ask.  I understand that it may
 get a bit annoying.  There are two reasons I am asking so many
 questions.  One, I want my system to work right; two, I am writing the
 documentation and I want to go ahead and give others the heads up in the
 documentation.

Don't worry about it.  That's what the list is for, and I for one 
appreciate any questions that will offer everyone greater clarity in the 
long-run.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] Add to local domains?

2006-07-20 Thread paul+as
On 20 Jul 2006 at 14:50, Travis Forghani wrote:

 I'm using Microsoft DNS server (Windows Server 2003).  I followed the
 instructions that Michael gave me on setting up the Email Interface.
 Why do I need to add the bogus domain to the Local Domains?  ASSP is
 running on one machine, mail server running on another.  Both are
 listening on port 25.  When a user sends mail, his or her client sends
 the mail to the machine running ASSP.  I still don't understand why I
 even had to create a bogus domain.

This may help: http://assp.sourceforge.net/fom/cache/19.html

I use a bogus domain because my mail clients don't send via SMTP, so ASSP only 
get the messages if 
they are sent out from the mailserver towards the internet.

Paul



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] NP+SPF Issue: (was: whitelisted domain isn't tagged as spam by SPF softfail)

2006-07-20 Thread Dickson, Paul
After all that, I turned it off because of tons of false positives :-/..


No idea.  Sorry.

Paul K. Dickson
Frederick County Government
x12399
Before you criticize someone, you should walk a mile in their shoes.
That way, when you criticize them, you're a mile away and you have their
shoes.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Micheal
Espinola Jr
Sent: Thursday, July 20, 2006 2:52 PM
To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
Subject: [Assp-user] NP+SPF Issue: (was: whitelisted domain isn't tagged
as spam by SPF softfail)

Everything is working great except for the following:  NP + SPF-failed 
messages are not going to the CC All Spam account.  In test-mode they 
are being delivered to the recipient tagged as spam, but no copy to CC 
All Spam.

Paul, are you seeing this too?



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDE
V
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] NP+SPF Issue: (was: whitelisted domain isn't tagged as spam by SPF softfail)

2006-07-20 Thread Micheal Espinola Jr
Ah, you mean mis-use/configuration of SPF?  Bummer.  But, that's why I 
use it in test-mode, but I hardly get any false-positives thankfully.  
Too bad you cant use it as an excuse to harass people into using it 
properly.

In a nut shell:  A normal SPF failure will goto my CC All Spam.  An NP + 
SPF won't.

Fritz, any ideas?  )))



Dickson, Paul wrote:
 After all that, I turned it off because of tons of false positives :-/..


 No idea.  Sorry.

 Paul K. Dickson
 Frederick County Government
 x12399
 Before you criticize someone, you should walk a mile in their shoes.
 That way, when you criticize them, you're a mile away and you have their
 shoes.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Micheal
 Espinola Jr
 Sent: Thursday, July 20, 2006 2:52 PM
 To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
 Subject: [Assp-user] NP+SPF Issue: (was: whitelisted domain isn't tagged
 as spam by SPF softfail)

 Everything is working great except for the following:  NP + SPF-failed 
 messages are not going to the CC All Spam account.  In test-mode they 
 are being delivered to the recipient tagged as spam, but no copy to CC 
 All Spam.

 Paul, are you seeing this too?


 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDE
 V
 ___
 Assp-user mailing list
 Assp-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/assp-user

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Assp-user mailing list
 Assp-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/assp-user
   


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] Add to local domains?

2006-07-20 Thread Roger Stevenson
Yeah, what he said.  I needed the sub-domain because I have an Exchange
server and the Outlook client doesn't use SMTP, so I can't route internal
mail through ASSP. 

Roger Stevenson 

-Original Message-
From: Micheal Espinola Jr [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 20, 2006 1:58 PM
To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
Subject: Re: [Assp-user] Add to local domains?


Travis Forghani wrote:
 I'm using Microsoft DNS server (Windows Server 2003).  I followed the
 instructions that Michael gave me on setting up the Email Interface.
 Why do I need to add the bogus domain to the Local Domains?  ASSP is
 running on one machine, mail server running on another.  Both are
 listening on port 25.  When a user sends mail, his or her client sends
 the mail to the machine running ASSP.  I still don't understand why I
   

Ah, you didn't say that before (or at least I don't recall it). If your 
clients are sending directly to ASSP (atypical), then you do not have to 
create a bogus domain.  Think it through - the bogus domain is to trick 
your MTA to send the email through the ASSP server.  If you don't have 
to do it because of your setup, then don't bother.  It wont hurt 
anything either way though.

 even had to create a bogus domain.  Why do the report emails even make
 it to my mail server?  My mail server sits behind ASSP.  Shouldn't ASSP
   

Regardless of the bogus domain, if your clients are sending directly to 
ASSP and the email options are configured properly - ASSP should be 
intercepting the messages.  The messages should not make it to your mail 
server, and your mail server should not have mailbox for those 
addresses.  As I said in a previous message, those addresses are bogus.

 recognize that the report emails are addressed to the one of the report
 email address and not forward them to the mail server?  On another note,
 I apologize for all of the questions I ask.  I understand that it may
 get a bit annoying.  There are two reasons I am asking so many
 questions.  One, I want my system to work right; two, I am writing the
 documentation and I want to go ahead and give others the heads up in the
 documentation.

Don't worry about it.  That's what the list is for, and I for one 
appreciate any questions that will offer everyone greater clarity in the 
long-run.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user


Re: [Assp-user] NP+SPF Issue: (was: whitelisted domain isn't tagged as spam by

2006-07-20 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
assp-user@lists.sourceforge.net schreibt:
Fritz, any ideas?  )))

I will not touch SPF. If you want changes in SPF , do it.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user