[imp] Sendmail issue

Ronald Bootsman Ronald@Bootsman.net
Thu, 2 Aug 2001 14:21:44 +0200


Can somebody please give me an answer to my question?!
Which files do I have to change to get the extra sendmail options working in
IMP ?

This option has to be added when a mail will be send out
-C /usr/local/inflex/inflex.cf


-----------------------------------------------------
Regards,

Ronald Bootsman



----- Original Message -----
From: <m.ibarra@cdcixis-na.com>
To: <imp@lists.horde.org>
Sent: Thursday, August 02, 2001 1:49 PM
Subject: RE: [imp] Sendmail issue


> I do not think that this is a topic for this list,
> rather a discussion for sendmail. However, here are
> some tools worth looking into regarding this subject:
>
> Amavis: (A MAil VI Scanner) http://www.amavis.org
> Reliable AntiVirus http://ravantivirus.com
>
> My guess is that the original poster has their CVS/viral
> scanning box on another machine other than their sendmail
> server, the above could be used with that same setup or
> instead of, may just provide some sort of redundancy. I
> haven't used any of the tools above, but plan on tinkering
> with amavis real soon. There are many others, free ones
> too :-)
>
> -mike
>
>
> -----Original Message-----
> From: Darius Matuliauskas [mailto:darius@lnk.lt]
> Sent: Thursday, August 02, 2001 6:13 AM
> To: imp@lists.horde.org
> Subject: Re: [imp] Sendmail issue
>
>
> Hi there,
>
>     Heck, really - that's a great idea to have an option of scanning
> attachments with an antivirus before downloading them. What do you think?
>
> Regards,
>     Darius
>
> > I use a virusscanner on my FreeBSD server, which scans all inbound and
> > outbound messages on known virussen.
> > But only the messages via IMP don't get scanned. Now I need to add some
> > configuration for sendmail to a file.
>
>
>
> --
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
> --
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
>
>
> ********* DISCLAIMER *********
> Dit email-bericht is gecontroleerd op alle bekende virussen.
> Het McAfee Virus-Dat file is gedateerd van 01/08/2001.
>
> De informatie in dit e-mail-bericht is uitsluitend bestemd voor de
> geadresseerde. Verstrekking aan en gebruik door anderen is niet
toegestaan.
> Door de elektronische verzending van het bericht kunnen er geen rechten
> worden ontleend aan de informatie.
>
> This Email message has been scanned on all known virusses.
> The Virus signature file of McAfee is dated 08/01/2001.
>
> The information stated in this email message is for the addressee only.
> Sending to and use by other persons is prohibited.
>
>



********* DISCLAIMER *********
Dit email-bericht is gecontroleerd op alle bekende virussen.
Het McAfee Virus-Dat file is gedateerd van 01/08/2001.

De informatie in dit e-mail-bericht is uitsluitend bestemd voor de
geadresseerde. Verstrekking aan en gebruik door anderen is niet toegestaan.
Door de elektronische verzending van het bericht kunnen er geen rechten
worden ontleend aan de informatie.

This Email message has been scanned on all known virusses.
The Virus signature file of McAfee is dated 08/01/2001.

The information stated in this email message is for the addressee only.
Sending to and use by other persons is prohibited.




>From janmailing@gmx.de Date: Thu,  2 Aug 2001 12:20:42 +0000
Return-Path: <janmailing@gmx.de>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 65656 invoked from network); 2 Aug 2001 12:25:10 -0000
Received: from mailout02.sul.t-online.com (HELO mailout02.sul.t-online.de) (194.25.134.17)
  by horde.org with SMTP; 2 Aug 2001 12:25:10 -0000
Received: from fwd07.sul.t-online.de 
	by mailout02.sul.t-online.de with smtp 
	id 15SHXI-0003BQ-03; Thu, 02 Aug 2001 14:25:08 +0200
Received: from linux.wg.de (320034214675-0001@[217.0.157.66]) by fmrl07.sul.t-online.com
	with esmtp id 15SHXE-0Wpy6qC; Thu, 2 Aug 2001 14:25:04 +0200
Received: from localhost (localhost [127.0.0.1])
	by linux.wg.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id f72CKhV13246
	for <imp@lists.horde.org>; Thu, 2 Aug 2001 14:20:43 +0200
Received: from 192.168.60.1 ( [192.168.60.1])
	as user jan@mail.wg.de by linux.wg.de with HTTP;
	Thu,  2 Aug 2001 12:20:42 +0000
Message-ID: <996754842.3b69459a87c36@linux.wg.de>
Date: Thu,  2 Aug 2001 12:20:42 +0000
From: Jan Schneider <janmailing@gmx.de>
To: imp@lists.horde.org
References: <996752676.3b693d24d485e@hermesadm.chb.fr>
In-Reply-To: <996752676.3b693d24d485e@hermesadm.chb.fr>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [imp] smalls Attachments problem again

Hi,

try this patch:

--- mimetypes.lib       2000/09/15 20:20:12     1.8.2.21
+++ mimetypes.lib       2001/08/02 12:16:33
@@ -125,7 +125,8 @@
 
        // set the size - bytes and kilobytes
        $mime->bytes = (isset($mime->bytes)) ? $mime->bytes : 0;
-       $mime->size = (isset($mime->bytes)) ? sprintf('%0.2f', $mime-
>bytes/1024) : '?';
+       $localeinfo = localeconv();
+       $mime->size = (isset($mime->bytes)) ? number_format($object-
>bytes/1024, 2, $localeinfo['decimal_point'], '') : '?';
 } // mimeParse()
 
 function mimeSummary ($mime) {

I don't know if it works because I don't have a imp version 2.2.3 but it fixed 
the problem in imp cvs.

Btw, please don't send emails that consist mostly of signatures and pgp keys.

Jan.

Zitat von Poirier Xavier <xpoirier@ch-bourg01.fr>:

> Hi all,
> 
> IMP 2.2.3 HORDE 1.2.3 LINUX mandrake 7.2 KERNEL 2.2.4 PHP 4pl1 ...
> I posted before that I encountered sommes problems with attachment files
> witch 
> are too small - they not appear like an attachment for the recipient !
> I noticed that it is < 900 bytes of an attachment.
> Someone says that I have to upgrade my IMP version (I hope it was not the 
> outlook express adept!) to 2.2.4 , but I 'm sorry 
> 
> I CAN'T UPGRADE MY IMP version NOW!!
> 
> Is there somewere an IMP adept who can help me to find the bug in the code
> ?
> and I'll modify it.
> Because ALL is working very good for us with IMP 2.2.3 !!!
> Thanks.
> 
> I love GNU! what a very good work!
> xavier.
> 


:::::::::::::::::::::::::::::::::::::::: 
AMMMa AG - discover your knowledge
:::::::::::::::::::::::::::
Detmolder Str. 25-33 :: D-33604 Bielefeld
fon +49.521.96878-0 :: fax  +49.521.96878-20
http://www.ammma.de
::::::::::::::::::::::::::::::::::::::::::::::