List Info

Thread: as I can create whitelist amavis




as I can create whitelist amavis
user name
2007-03-18 20:47:17
for some reason amavisd-new block some accounts of mail of
my domain,
like I can create a whitelist and that amavisd-new he
doesn't take
them as spam?

greetings

richard g.

------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: as I can create whitelist amavis
country flaguser name
United States
2007-03-19 16:42:12
gnu wrote:

> for some reason amavisd-new block some accounts of mail
of my domain,
> like I can create a whitelist and that amavisd-new he
doesn't take
> them as spam?

> greetings
> richard g.

Assuming you are using Postfix; for mail originating from
one of your
networks (or from the local machine, or for your
authenticated users)
use a policy bank. Here are examples:
http://www200.pair.com/mecham/spam/bypassing.html#index

http://www200.pair.com/mecham/spam/bypassing.html#10

http://www200.pair.com/mecham/spam/bypassing.html#11

Gary V



------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: as I can create whitelist amavis
user name
2007-03-19 19:03:06
ok,is it possible that a mail accountl is not scan for
amavisd-new in
virus search?

thank list

richard g

2007/3/19, Gary V <listsjohnmecham.com>:

> Assuming you are using Postfix; for mail originating
from one of your
> networks (or from the local machine, or for your
authenticated users)
> use a policy bank. Here are examples:
> http://www200.pair.com/mecham/spam/bypassing.html#index
> 
http://www200.pair.com/mecham/spam/bypassing.html#10
> 
http://www200.pair.com/mecham/spam/bypassing.html#11
>

------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Penpals and Postfix on dual ports
country flaguser name
United Kingdom
2007-03-20 07:02:01
Hi,

I currently have postfix listening on port 25 with amavis,
and
on 2525 that only allows SASL authenticated users and no
amavis.
 
Is there any way of passing the SASL authenticated users
through
amavis with no checking so that it can build up a penpals
list?
Or passing the fact that the mail has been SASL
authenticated to
amavis so I only have to have one port listening?



------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

Re: Penpals and Postfix on dual ports
country flaguser name
Slovenia
2007-03-20 08:02:59
Lawrence,

> I currently have postfix listening on port 25 with
amavis, and
> on 2525 that only allows SASL authenticated users and
no amavis.
>
> Is there any way of passing the SASL authenticated
users through
> amavis with no checking so that it can build up a
penpals list?
> Or passing the fact that the mail has been SASL
authenticated to
> amavis so I only have to have one port listening?

Let the smtp service on port 2525 use another amavisd port
for
scanning, then you can assign a policy bank with disabled
checks
to that amavisd port.

main.cf:
content_filter = smtp-amavis:[127.0.0.1]:10024

master.cf:
2525 inet n - n - - smtpd
 -o content_filter=smtp-amavis:[127.0.0.1]:10026

amavisd.conf:

$inet_socket_port = [10024,10026];
$interface_policy{'10026'} = 'AUTHENTICATED';

$policy_bank{'AUTHENTICATED'} = {
  bypass_virus_checks_maps  => [1],
  bypass_spam_checks_maps   => [1],
  bypass_banned_checks_maps => [1],
};


Btw, why do you use a nonstandard port 2525 for mail
submission
instead of the standard 587?

  Mark

------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user

AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )