On 6/17/06, jan gestre <freebsd.ph@gmail.com > wrote:


On 6/16/06, Jon Daley < roundcube@jon.limedaley.com> wrote:
On Fri, 16 Jun 2006, jan gestre wrote:
> i've finally got my roundcube working, sending and receiving mails from the
> internet, prior to installing roundcube, postfix has tls and sasl
> authentication and was integrated with dspam and clamav using amavisd-new,
> however when roundcube was installed as the webmail client, i can no longer
> see from the maillogs the mails being scanned before being sent and before
> accepting for delivery. is this normal? or roundcube totally bypass them?

        It is a client, it doesn't have any effect on receiving server
behavior, since it just talks to the imap server, and mail is filtered
before the imap server sees it.  For sending, it might depend on how you
have it set up, whether you are using php's mail() or smtp.

postfix settings are the same as my prior mailserver, the only difference is that its web client is squirrelmail. my old box was blocking spam even without the spamassassin coz i've set this at postfix main.cf:

smtpd_recipient_restrictions = reject_rbl_client sbl-xbl.spamhaus.org


i've solved the problem, i forgot to add the content_filter=smtp-amavis:[127.0.0.1]:10024 to my main.cf
:D