> There's a way to make messages destined to a especific email NOT to > be filtered? > We have some folks for here ( president, managers, etc ) > that they want to receive emails with archives that we normally block > (.doc, .xls, .jpg, etc). > > Any idea? > > Thanks ! > -- > Evandro Lins
AFAIK, you can not have Q-S skip messages based upon different recipient addresses within the same domain. Its all or nothing. You can seperate the scanned from the unscanned at the domain level (using MX records) using the same mail server. For example: Any email addressed to @domain.com would be scanned while email addressed to @rawmail.domain.com would go unscanned. The MX records would dictate what mail server was used. In my case I do this for a domain that does not want any email scanned. On my qmail server i created a virtual IP interface and run a seperate qmail-smtpd process that doesn't run Q-S. For instance in DNS records you could: ; mail is scanned for viruses by Q-S domain.com. IN A 192.168.0.5 mail.domain.com. IN A 192.168.0.5 ; rawmail is not scanned rawmail.domain.com. IN A 192.168.0.6 domain.com. IN MX 10 mail.domain.com. rawmail.domain.com. IN MX 10 rawmail.domain.com. Of course you would have two qmail-smtpd daemons running on your qmail server. The one bound to 192.168.0.5 would have the QMAILQUEUE variable set and the other on 192.168.0.6 would not. The downside is that the folks who do not want virus protection would have to change their email addresses to "[EMAIL PROTECTED]". --- Ed. ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
