[xmail] Re: Corruption of Email Content

2004-03-09 Thread Adrian Hicks
I've had something similar here; XMail 1.17 on Debian 3.0.

One of our users decided to send out a 6mb attachment to all our staff (47 
users), & about 70 percent of the messages received had corrupted 
attachments.  That was some time ago & since then I've told the person to 
use our network for such distribution.  However it doesn't take away from 
the fact that messages were corrupted.

Adrian Hicks
-- 
MIS & Facilities Manager
Auston Int'l Group Ltd
45 Middle Rd, #01-00 Auston Unicentre

Tel: (65) 6339 4800 ext. 229
Fax: (65) 6339 7600
E-mail: [EMAIL PROTECTED]


On Wednesday 10 Mar 2004 12:24 am, you wrote:
> When running windows NT, the cluster size is 512 Bytes, when running
> windows XP pro, the cluster size was 4K.  Unfortunately I don't have a
> script to give you to reproduce this problem, for a couple of reasons.
> First, the software we use is a proprietary commercial product, and
> second, there is no reliable way to reproduce the problem.
>
> My intent in posting the problem was to see if anyone else had ever
> experience such an issue.  Right now I can't even be certain that it is
> infact XMail that is the problem, although I've systematically ruled out
> almost every other piece of software.
>
> Today I am switching to Windows 2000 Server and will be running as many
> tests as I can to see if the problem is isolated to non-server operating
> systems.  I am hoping that the limitations present in the networking
> components of Microsoft's non-server operating systems are somehow
> causing the problem, but this is a bit of a stretch.
>
> Kent
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> On Behalf Of Edinilson J. Santos
> Sent: Monday, March 08, 2004 20:12
> To: [EMAIL PROTECTED]
> Subject: [xmail] Re: Corruption of Email Content
> Importance: High
>
>
>  This sounds strange for me because I'm using XMail since 0.69 in
> Windows environment without this kind of problem. Today we are hosting
> thousands of mailboxes using version 1.17 with W2K Server. Could you
> send me the script (or the code) that you are using to try to simulate
> here, in my environment.
> ps: Which NTFS cluster size are you using?
>
> Edinilson
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe xmail" in
> the body of a message to [EMAIL PROTECTED]
> For general help: send the line "help" in the body of a message to
> [EMAIL PROTECTED]
>
> ---
> [This E-mail was scanned for viruses.]


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Corruption of Email Content

2004-03-09 Thread Kent Morris
When running windows NT, the cluster size is 512 Bytes, when running
windows XP pro, the cluster size was 4K.  Unfortunately I don't have a
script to give you to reproduce this problem, for a couple of reasons.
First, the software we use is a proprietary commercial product, and
second, there is no reliable way to reproduce the problem.

My intent in posting the problem was to see if anyone else had ever
experience such an issue.  Right now I can't even be certain that it is
infact XMail that is the problem, although I've systematically ruled out
almost every other piece of software.

Today I am switching to Windows 2000 Server and will be running as many
tests as I can to see if the problem is isolated to non-server operating
systems.  I am hoping that the limitations present in the networking
components of Microsoft's non-server operating systems are somehow
causing the problem, but this is a bit of a stretch.

Kent

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Edinilson J. Santos
Sent: Monday, March 08, 2004 20:12
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Corruption of Email Content
Importance: High


 This sounds strange for me because I'm using XMail since 0.69 in
Windows environment without this kind of problem. Today we are hosting
thousands of mailboxes using version 1.17 with W2K Server. Could you
send me the script (or the code) that you are using to try to simulate
here, in my environment.
ps: Which NTFS cluster size are you using?

Edinilson


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Re-Post email to xmail

2004-03-09 Thread lascjr
I created the anti-spam successfully.

The problem in re-generate the messages in the "/spool/local/", is the all
original header are lost.

But i have copy the file from the folder "waiting" to the folders
"/domains/domain/user/mailbox/" when the delivery is confirmed by the
sender.

The limitation in this is not delivery messages to no local domains in case
of redirects accounts.

I think, the unique solution for solve this problem is implementing this
function to the xmail server, in this case all messages created or moved to
the new spool directory (for example: spoolfilter) are directly returned at
begin filters without any process.

It will be that this implementation is viable and possible to the XMail
Server and would be of utility to the other users?

thanks.
lascjr

- Original Message - 
From: "Davide Libenzi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 03, 2004 7:59 AM
Subject: [xmail] Re: Re-Post email to xmail


> On Tue, 24 Feb 2004 [EMAIL PROTECTED] wrote:
>
> > After some tests my problem is continue.
> >
> > After inserted the informations at header of message i don't repost mail
> > without lost the original informations of the first entry, this data is
> > changed by the last informations of repost at spool/local.
> >
> > This is a new routine for anti-spam check, the message is only delivered
to
> > destination if the sender exists and not a robot.
> >
> > I think:
> >
> > 1-in the incoming filter check the existence of specific codes at header
> > (created at pass 4).
> >
> > - if found then return 0 to normal trip, end.
> >
> > - if not fount then:
> >
> >  2-Copy the file of spool (@@FILE) (for example:
> > spool\0\0\mess\121121212312.555.host) into folder called "waiting"
> >  3-Send a one new e-mail to sender with a url web site and a
code to
> > confirm the delivery to destination
> >  4-stop delivery of message, returning 4 to xmail.
> >
> >  - if the sender not confirm the delivery in xx days, the email
is
> > deleted.
> >
> >  - if the sender confirm the delivery then:
> >
> >  4-Insert a specifics codes into header of message in
folder
> > "waiting"
> >  5-delivery this message to xmail return at same point
of
> > execution of pass 1
> >
> > The problem is: what's return to same exact point of filter incoming
check
> > (pass 1) without change any data of original email (host, ips, ...),
with a
> > only a my specifics codes inserted  ?
>
> Of course, if coded properly everything is possible :)
>
>
>
> - Davide
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe xmail" in
> the body of a message to [EMAIL PROTECTED]
> For general help: send the line "help" in the body of a message to
> [EMAIL PROTECTED]
>
>

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: xmail windows + filter

2004-03-09 Thread The RED
i tried it.. (c:\mailroot\bin\XMail.exe --debug -Md) i can not see anything
about filtering in debug mode..
i dont know which is wrong: XAV or filtering?

- Original Message -
From: "Sasa Stupar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 09, 2004 3:25 PM
Subject: [xmail] Re: xmail windows + filter


> In debug mode you can see if the filter runs or not: Filter run
> In case you didn't run debug correctly:
> c:\mailroot\bin\XMail.exe --debug -Md
>
> Sasa
>
>
> The RED pravi:
>
> > Hi
> >
> > I tried XAV + Fprot (DOS) for antivirus filtering..
> > I already setup all settings but XAV not running?
> > my filters/.tab file is below:
> > "c:\xmail\xav\xav.exe" "c:\xmail\xav" "@@FILE" "@@FROM" "@@RCPT" "5"
> >
> > xav.ini file is below:
> > DecoderPath=c:\xmail\xav\mpack\munpack.exe
> > AntivirusPath=c:\f-prot\f-prot.exe
> > AntivirusCommand=/COLLECT /DUMB /AI /ARCHIVE /NOBOOT /NOMEM /PACKED
> > /NOFLOPPY /SILENT
> > AntivirusReturn=3
> >
> > I tried run debug mode, i can not see anything about filtering..
> >
> > How can i do for filtering ?
> > (xmail 1.17, windows 2003 server)
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe xmail" in
> the body of a message to [EMAIL PROTECTED]
> For general help: send the line "help" in the body of a message to
> [EMAIL PROTECTED]
>

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: xmail windows + filter

2004-03-09 Thread Sasa Stupar
In debug mode you can see if the filter runs or not: Filter run
In case you didn't run debug correctly:
c:\mailroot\bin\XMail.exe --debug -Md

Sasa


The RED pravi:

> Hi
> 
> I tried XAV + Fprot (DOS) for antivirus filtering..
> I already setup all settings but XAV not running?
> my filters/.tab file is below:
> "c:\xmail\xav\xav.exe" "c:\xmail\xav" "@@FILE" "@@FROM" "@@RCPT" "5"
> 
> xav.ini file is below:
> DecoderPath=c:\xmail\xav\mpack\munpack.exe
> AntivirusPath=c:\f-prot\f-prot.exe
> AntivirusCommand=/COLLECT /DUMB /AI /ARCHIVE /NOBOOT /NOMEM /PACKED
> /NOFLOPPY /SILENT
> AntivirusReturn=3
> 
> I tried run debug mode, i can not see anything about filtering..
> 
> How can i do for filtering ?
> (xmail 1.17, windows 2003 server)


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: xmail windows + filter

2004-03-09 Thread Liron Newman
The RED wrote:
>Hi
>
>I tried XAV + Fprot (DOS) for antivirus filtering..
>I already setup all settings but XAV not running?
>my filters/.tab file is below:
>"c:\xmail\xav\xav.exe" "c:\xmail\xav" "@@FILE" "@@FROM" "@@RCPT" "5"
>
>xav.ini file is below:
>DecoderPath=c:\xmail\xav\mpack\munpack.exe
>AntivirusPath=c:\f-prot\f-prot.exe
>AntivirusCommand=/COLLECT /DUMB /AI /ARCHIVE /NOBOOT /NOMEM /PACKED
>/NOFLOPPY /SILENT
>AntivirusReturn=3
>
>I tried run debug mode, i can not see anything about filtering..
>
>How can i do for filtering ?
>(xmail 1.17, windows 2003 server)
>
>  
>
This is probably some DOS-related issue, with long filenames vs short 
filenames. Search the archive of this list for "XAV" and see messages 
from the last two months or so.

BTW, I recommend F-Prot for Windows and using fpcmd.exe that's a 
commandline app.

If you have any other questions I'll be happy to help. :)



-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]



[xmail] xmail windows + filter

2004-03-09 Thread The RED
Hi

I tried XAV + Fprot (DOS) for antivirus filtering..
I already setup all settings but XAV not running?
my filters/.tab file is below:
"c:\xmail\xav\xav.exe" "c:\xmail\xav" "@@FILE" "@@FROM" "@@RCPT" "5"

xav.ini file is below:
DecoderPath=c:\xmail\xav\mpack\munpack.exe
AntivirusPath=c:\f-prot\f-prot.exe
AntivirusCommand=/COLLECT /DUMB /AI /ARCHIVE /NOBOOT /NOMEM /PACKED
/NOFLOPPY /SILENT
AntivirusReturn=3

I tried run debug mode, i can not see anything about filtering..

How can i do for filtering ?
(xmail 1.17, windows 2003 server)

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]



[xmail] R: Re: smtp.ipprop.tab

2004-03-09 Thread Sergio Casagrande
Thank you Francesco.
Davide, could you say something about this problem?
Ciao.
Sergio


-Messaggio originale-
Da: Francesco Vertova [mailto:[EMAIL PROTECTED]
Inviato: luned=EC 8 marzo 2004 9.01
A: [EMAIL PROTECTED]
Oggetto: [xmail] Re: smtp.ipprop.tab


You wrote:

> About spam problem, some days ago, I changed my server.tab =
configuration =3D
> in this way:
> "SMTP-RDNSCheck"  "1"
> "CheckMailerDomain"   "1"
> Now, I have also this line:
> "213.140.2.0/24"  "WhiteList=3D1"
> but in smtp log file I read this line:
>=20
> """telsey.it" "213.140.2.54"  "2004-03-02 06:00:38"   =3D
> "ms006msg.fastweb.it" ""  "[EMAIL PROTECTED]" ""  ""  =3D
> "SNDR=3DENODNS"   ""  "0" ""
=20
When I first installed XMail I set RDNSCheck and CheckMailerDomain, too. =
And I had to turn both off because of too many misconfigured legitimate =
servers around (and b/c a temporary DNS problem caused too many good =
mail to be rejected). And yes, I remember seeing a couple of times a =
whitelisted IP rejected because of SNDR=3DENODNS. But I had no time to =
investigate or reproduce the error, and anyway the error was quite =
occasional (99.99% times WhiteList worked).

Ciao, Francesco

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]



[xmail] XMail Server Manager 0.0.30

2004-03-09 Thread Michael Harrington
Hey Everyone,

This is just a simple note to tell you that the address for XMail Server
Manager has changed.  The new URL is
http://www.alouria.com/products/xmailsm/.  There is an extremely minor
update (version 0.0.30) which modifies the URL information, but does not
need to be installed if you are already running version 0.0.29.  The update
only corrects the "Product Update" portion of the application.

-Mike Harrington
[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]