At 04:38 AM 7/3/2002, Ron Culler wrote:
>You might want to add another table (domain admins) I am working on a
>patch that will add the code to the existing version.  The concept is
>that much like the is_unreplyable_email function - If the sender or
>recpt. domain matches a domain in the (domain admins) db set an
>additional admin var like Quarrantine_cc to send to the correct domain
>admin. The domain admin gets notification reguardless of the direction
>of the email.

What I outlined would do that.

 > CREATE TABLE domainpref (
 >    domainid int(11) NOT NULL auto_increment,
 >    domainname varchar(80) NOT NULL,
 >    password varchar(12) NOT NULL,
 >    prefix_subject int(11) NOT NULL default '0',
 >    prefix_text varchar(20) NULL default '[SPAM] ',
 >    notify_address varchar(80) NULL default 'postmaster',
 >    viri_address varchar(80) NULL default 'quarantine',
 >    spam_address varchar(80) NULL default 'spam',
 >    PRIMARY KEY (domainid),
 >    KEY domainname (domainname)
 > ) PACK_KEYS=1;

domainname - list of all local domains

notify_address - account (prepended to domainname) that receive the viri 
notices

viri_address - account (prepended to domainname) that the viri infected 
emails are routed to

spam_address  - account (prepended to domainname) that the spam emails are 
routed to
-- 
Anthony Baratta
President
Keyboard Jockeys

"Conformity is the refuge of the unimaginative."



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to