Hi I have a problem with my amavisd-configuration. I use spamassassin 2.55 with amavisd-new for spamchecking. My postsystem is Postfix. It works good for incoming mails, but I have problems with my outgoing mails. I don´t like to scan them for spam. I found the term to terminate this: @bypass_spam_checks_acl = ( "!.$mydomain", "." ); But my problem is I have to work with more domains, so I would like to send emails with different domains through my postsystem, but without spamscanning. Like I said above, for one domain it´s working well, but I use more, so it isn´t working. Here an excample I prepared to do: @bypass_spam_checks_acl = ( "!.$mydomain", '!.domain2.com', "." ); @bypass_spam_checks_acl = ( '!.domain1.com', '!.domain2.com', '.' ); @bypass_spam_checks_acl = ( '!.domain1.com' '!.domain2.com', '.' ); Greetings Markus Rölle
participants (1)
-
Markus.Roelle@sytech.de