Hello
On my server i've got postfix (with virtual domains in SQL) and amavisd-new
2.4.4
I have an alias [EMAIL PROTECTED] And i want only email from @mydomain.com to
be passed to [EMAIL PROTECTED]
In amavis.conf found $per_recip_blacklist_sender_lookup_tables and write the
following
$per_recip_blacklist_sender_lookup_tables = {
'[EMAIL PROTECTED]' => [qw( !mydomain.com )],
}
but... that doesn't help me. Please tell me how to control access to our
internal mailing lists from outside
p.s. please pardon my english :-\
--
With respect,
Anton Kudris
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/