S
saschahb
Guest
Hi,
i just tried to use amavis with qmail.
- i downloaded amavis-0.3.12
- ./configure --prefix=/usr/local
everything was detected correctly...
- make and then make install
- cd /var/qmail/bin
- cp qmail-queue qmail-queue-real
- cp /usr/local/sbin/amavis qmail-queue
now I've changed the orig queue to the one from amavis.
when i do a test:
echo test|mailx -i [email protected]
the email arrives at my mailbox... and yeah! it was checked for virus (i can see the tag within the mailheader)...
BUT: now my problem...
if the mail arrives from outside the qmail-daemon does not even touch this qmail-queue... no log entry, no failure... so the mail will not be delivered...
if i change back to the original qmail-queue everything works fine...
anyone has a solution for this problem?
i just tried to use amavis with qmail.
- i downloaded amavis-0.3.12
- ./configure --prefix=/usr/local
everything was detected correctly...
- make and then make install
- cd /var/qmail/bin
- cp qmail-queue qmail-queue-real
- cp /usr/local/sbin/amavis qmail-queue
now I've changed the orig queue to the one from amavis.
when i do a test:
echo test|mailx -i [email protected]
the email arrives at my mailbox... and yeah! it was checked for virus (i can see the tag within the mailheader)...
BUT: now my problem...
if the mail arrives from outside the qmail-daemon does not even touch this qmail-queue... no log entry, no failure... so the mail will not be delivered...
if i change back to the original qmail-queue everything works fine...
anyone has a solution for this problem?