[Mimedefang] disable scans for outgoing mail?

Oliver Schulze L. oliver at samera.com.py
Thu Jul 19 11:51:25 EDT 2007


You need to define what outgoing mail is and and what you
want to skip scanning, then you do the coding.

One way to do it is when you have only one Intranet like: 192.168.1.0/24

Then somehing like this:

if ($RelayAddr =~ /^192\.168\.1\..*$/) {
    # don't do scan
}
else {
    # scan it
}

Just an idea

HTH
Oliver

alex wrote:
> hi,
>
> how to disable scans for outgoing mail?
>
> thx
>
>   

-- 
Oliver Schulze L.   | http://tinymailto.com/oliver  
Asuncion - Paraguay | http://www.solojuegos.mobi    




More information about the MIMEDefang mailing list