Hi, I try to obtain notification for quarantined email, but cannot achieve it.
Nothnig even if I launch dspam_notify by hand. What are the points I should look at ? Here is my dspam_notify.conf #!/usr/bin/perl # Who will the notifications be sent from? $FROM = 'ds...@rail.eu.org'; # What will the notification subject be? $SUBJECT = 'Daily Spam Quarantine Summary'; # What text to display in the body? $BODY = qq!<p>This report has been sent to you from the Anti-Spam service hosted at rail.eu.org. Below is a list of items in your quarantine area. You can view or release a message by clicking on the links (right). If you no longer wish to receive these reports then you may change the option on the 'Preferences' page.</p>!; # Quarantine URL $DSPAM_URL = 'https://mail.rail.eu.org/dspam'; # Maximum of entries to show in mail $MAX_ITEMS = 200; # Address of your SMTP server? localhost should be fine. $SERVER = 'localhost'; # Port of your SMTP server? 25 should be fine $PORT = '25'; # Enable User Preference Checking (Very CPU Intensive!!!) Not Recommended for more than 500 email accounts. $PREF_CHECK = 1; # Configuration was successful 1; ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ Dspam-user mailing list Dspam-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspam-user