From owner-freebsd-questions Tue Jun 25 7:55:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com (CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com [24.103.39.131]) by hub.freebsd.org (Postfix) with SMTP id 4A30A37B408 for ; Tue, 25 Jun 2002 07:55:19 -0700 (PDT) Received: (qmail 79936 invoked from network); 25 Jun 2002 14:55:37 -0000 Received: from unknown (HELO vsivyoung) (66.46.21.253) by cpe0004761ac738-cm00109515bc65.cpe.net.cable.rogers.com with SMTP; 25 Jun 2002 14:55:37 -0000 Message-ID: <004801c21c58$873bfaf0$c801a8c0@vsivyoung> From: "Miroslav Pendev" To: Cc: "freebsd-questions" References: <20020622070316.GA15644@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> <16612008897.20020622121858@dds.nl> <4.2.0.58.20020622135159.0098dd90@pop.netzero.net> <20020622194231.GA19270@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> <108691970140.20020625170624@opti-telecom.ru> Subject: Re: Re[2]: The virus spreading around Date: Tue, 25 Jun 2002 10:56:41 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Andrew, > Dear Miroslav, > > Sunday, June 23, 2002, 12:42:31 AM, you wrote: > > MP> hehe ;-))) My mail server (q-mail) is a nice guy and so far is > MP> working without problems... > > MP> Before 4.6 RELEASE I was with 4.5 and qmail + odeiavir + F-Prot > MP> for virus check of all incomming e-mails. > > I've fucked up my poor brains with anology chain : qmail + odeiavir > 0.4.4 + McAfee 4.16 - it still doesnt work ! > Infected messages are recognized and a sender informed, but no local delivery at all ! > Even clean messages disappears ! Ok, I got 4.6 with q-mail and odeiavir + f-prot working again, few days ago. I am working on port for odeiavir for FreeBSD and I will send it for *approval* soon ;-) Try to put into ~user_homedir/.qmail file one more row with your delivery metod. For Maildir delivery, for example your .qmail must looks like this: |/usr/local/bin/odeiavir -ns /home/your_user_name/Maildir/ please note: I changed the default location for odeaivir. -ns is to not send warrning to the sender. The second row is for you delivery metod be shure to put there your correct maildir name. try man dot-qmail to read more about .qmail file ;-) (I gues qmail/man is in your 'manpath') > Can you prompt where I might make a mistake. > I guess it's in config. There is a line like "bin_mail_cm /bin/mail > $u", but there is no sendmail at this box at all. I've try to write > "bin_mail_cm /var/qmail/bin/sendmail $u" - nothing changed ( > > Best regards, > Andrew mailto:brian@opti-telecom.ru > Do not bother with bin_mail_cmd it is for 'sendmail' delivery. Did you made 'make disable-sendmail' and 'make enable-qmail' when you install qmail? This will replace sendmail with qmail at all! Hope that helps! --Miro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message