'allo,

      I'm trying to get the email interface to work so that I can take the huge 
backlog of spam that is cluttering my email inbox and speed up the learning 
time for ASSP.  The problem I keep getting is that my MTA keeps rejecting the 
email addressed for assp-spam.

      My MTA is postfix, with several virtual domains.  Based on my 
understanding of the documentation of ASSP Email interface, I should be able to 
send email to [EMAIL PROTECTED] and have ASSP interpret the message, 
even though I don't have an assp-spam user defined for any of my virtual 
domains, or for that matter, even locally.  Is that assumption correct ?

     Prior to starting to use ASSP, I had postfix doing some basic check up, 
like

        smtpd_recipient_restrictions =
            reject_invalid_hostname,
            reject_non_fqdn_hostname,
            reject_non_fqdn_sender,
            reject_non_fqdn_recipient,
            reject_unknown_sender_domain,
            reject_unknown_recipient_domain,
            permit_mynetworks,
            reject_unauth_destination,
            check_recipient_access pcre:/etc/postfix/recipient_checks.pcre,
            check_helo_access hash:/etc/postfix/helo_checks,
            check_sender_access hash:/etc/postfix/sender_checks,
            check_client_access hash:/etc/postfix/client_checks,
            check_client_access pcre:/etc/postfix/client_checks.pcre,
            permit

        smtpd_data_restrictions =
            reject_unauth_pipelining,
            permit


Should some of these now be removed from the postfix, since ASSP also seems to 
be doing some of those checks already ?  Could this be interfering with the 
email interface ?


cheers,

      mehul


-- 
Mehul N. Sanghvi
email: [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.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to