[root@alanstudio]# vi /etc/mail/mimedefang-filter
sub filter_begin {
:
:
add_recipient('boss@domain.name');
}
Configure to send a copy to boss email for each outgoing mails.
[root@alanstudio]# vi /etc/mail/mimedefang-filter
sub filter_bad_filename {
my($entity) = @_;
my($bad_exts, $re);
# Bad extensions
$bad_exts = '(ade|adp|app|asd|asf|asx|bas|bat|chm|cmd|com|cpl|crt|dll|exe|.....|wsf|wsh|\{[^\}]+\})';
Configure the filter for Bad file name extensions, such as: exe, dll

Server is hosted by Alanstudio
Linux Operating System
Recommend screen resolution 1024 x 768 / IE / FireFox
Alan Studio © 2007 by Alan Cheung Hin Lun. All rights reserved.
|