[xmail] SV: Re: SV: Re: XMail 2 SmartPost transfer

2003-10-29 Thread Michail Tchoudinov

The idea looks good at a first glance but too many SQL dialects.

Mikhail

-Opprinnelig melding-
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
P=E5
vegne av SysLamer
Sendt: 29. oktober 2003 00:04
Til: [EMAIL PROTECTED]
Emne: [xmail] Re: SV: Re: XMail 2 SmartPost transfer

A question to Davide 

Xmail supports Mailbox and Maildir formats ...
what's about an SQL storage ???

We all know how much you love IMAP ;-] and=20
your willing to support it into Xmail  ...  ;-}

An SQL database storage instead seems a=20
good idea :
1) it helps in replication and fault tolerance
2) hot backups are allowed
3) no file-system dependancies
4) .

What do you think about ?

Thanks
Gabriele Burattini
   =20
 =20
  - Original Message -=20
  From: Michail Tchoudinov=20
  To: [EMAIL PROTECTED]
  Sent: Tuesday, October 28, 2003 9:52 PM
  Subject: [xmail] SV: Re: XMail 2 SmartPost transfer



  SmartPost uses XMail and ordinary XMail directory structure to store =
=3D
  users
  mail. SQL database is needed just to hold some additional information =
=3D
  like
  users address books, notepads, statistics etc.

  Generally SmartPost is the web-interface for XMail.

  If you need MTA that holds all mails in a database take a look at =
dbmail =3D
  MTA
  =3D20
  Mikhail Tchoudinov

  -Opprinnelig melding-
  Fra: [EMAIL PROTECTED] =
[mailto:[EMAIL PROTECTED] =3D
  P=3DE5
  vegne av WebSiteBox.net
  Sendt: 28. oktober 2003 21:14
  Til: [EMAIL PROTECTED]
  Emne: [xmail] Re: XMail 2 SmartPost transfer


  Does smartpost uses MySQL to store user emails  ?

  If no, is there any solution like smartpost with this facility ?

  Thanks
  Juniad

  -Original Message-
  From: [EMAIL PROTECTED] =
[mailto:[EMAIL PROTECTED]
  On Behalf Of Michail Tchoudinov
  Sent: Tuesday, October 28, 2003 10:29 PM
  To: [EMAIL PROTECTED]
  Subject: [xmail] XMail 2 SmartPost transfer


  Some people asked me about the possibility to transfer the existed =
XMail
  database to SMartPost infrastructure.
  Here is this script
  http://158.39.26.220/~michailt/smartpost/xmail2smartpost.zip

  It is written in php and can be started either directly=3D3D20
  or with #php -q xmail2smartpost.php

  This script transfers XMail users database to SmartPost =
infrastructure.
  You need this script only if you have already an XMail installation =
and
  =3D3D
  want
  to implement SmartPost over it.
  Before use this script you need to go through steps 2,3,5, and 6 of
  SmartPosts installation instraction.
  See http://www.smartpost.ro/install.php

  After those steps you get workable Apache+php, IMAP server(if you need =
=3D
  =3D3D
  IMAP
  or web-mail) and SmartPost's SQL database.
  REMEMBER! This script erases ALL the tables of SmartPost's database =
each
  =3D3D
  time
  you run it and fills these tables again with the data from XMail.
  Script DOES NOT affect XMail database.

  Best regards,
  Mikhail Tchoudinov
  SmartPost maintainer

  -
  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]

  -
  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]

-
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: SV: Re: XMail 2 SmartPost transfer

2003-10-29 Thread Sergio Casagrande

Davide,
you are a myth.
I write it in my little red book.
;)
Sergio


-Messaggio originale-
Da: Davide Libenzi [mailto:[EMAIL PROTECTED]
Inviato: mercoled=EC 29 ottobre 2003 0.28
A: [EMAIL PROTECTED]
Oggetto: [xmail] Re: SV: Re: XMail 2 SmartPost transfer



On Wed, 29 Oct 2003, SysLamer wrote:

 A question to Davide 

 Xmail supports Mailbox and Maildir formats ...
 what's about an SQL storage ???

 We all know how much you love IMAP ;-] and
 your willing to support it into Xmail  ...  ;-}

 An SQL database storage instead seems a
 good idea :
 1) it helps in replication and fault tolerance
 2) hot backups are allowed
 3) no file-system dependancies
 4) .

 What do you think about ?

A file system *is* a database ;) Using the POSIX APIs, it is the most
portable database on earth.



- 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: SV: Smartpost install problem

2003-10-29 Thread Sasa Stupar

OK, I have installed it by ignoring dependecies.
So I have done install by the procedure, also use xmail2smartpost.php to 
import my users, and when finally I wanted to log on as serveradmin I 
get back user doesn't exist. I have also tried to login as normal user 
and I get back the same error message. I have checked mysql tables and 
there were all users imported.
BTW when I replaced patched version of XMail, filters stoped working.

Any thoughts?

Running XMail 1.17, RH8

Michail Tchoudinov wrote:
 I see to ways.
 You can either try to satisfy Courier's dependencies=20
 (look for according packages and package versions in the internet or =
 make
 them byself)
 
 Or try to ignore this ssl dependencies (SmartPost does not use SSL, and =
 you
 should disable Courier's ssl later anyway)=20
 
 Mikhail Tchoudinov
 
 
 -Opprinnelig melding-
 Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
 P=E5
 vegne av Sasa Stupar
 Sendt: 29. oktober 2003 07:31
 Til: [EMAIL PROTECTED]
 Emne: [xmail] Smartpost install problem
 
 
 I am trying to install Courrier 2.0 (rpm) and I get this error about=20
 missing libssl... BUT I have openssl installed and running (it is RH8=20
 complete dist install).
 Any idea how to install Courrier ?
 
 Sasa
 
 -
 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]
 
 


-
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] Antispoofing of originating mail address and limiting no. of outgoing messages/user

2003-10-29 Thread Mircea Ciocan

Hi all,

Now that Xmail is in production on a mid-size isp there are couple of 
problems:

- some customers are atracted by the dark-side and try to launch 
e-mail campaigns aka spam via their legitmate accounts, of course with 
spoofed originating e-mail, is there a posibility in Xmail to make this 
impossible ( like once SMTP authorised with [EMAIL PROTECTED] all mails 
with other originating address to be rejected) ???

- other than implementing a filter to count 'em is there other 
methods to limit the number of e-mails send by an user during a period 
of time. like maximum 100/day and so on ???

Any help will be really appreciated, especially with the first issue.

 Best regards,

Mircea CIocan


P.S. I'm starting Convince Davide to implement native IMAP faster 
fund  ;-), I can contribute with testing, some medium coding skills and 
even some cash, where to send 'em Davide, I'm sure there many other 
people ready to contribute to have the only important missing piece of 
Xmail before X-mas ??

-
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] SV: Re: SV: Smartpost install problem

2003-10-29 Thread Michail Tchoudinov

I do not fully understand what you mean and what you did.

To login to SmartPost server admin interface you must have a table in =
your
[mail] database (this can be any other name), table named [serveradmin].
This table contains serveradmin account (there can be many records in =
that
table)
XMail2Smartpost script set this account the same as your XMail control
account.
But you can change this manually to any words you want. There is no any =
real
connections between this record in a table and real XMail control =
account.

Just try to edit the record in [mail]-[serveradmin] as you like.

Mikhail Tchoudinov


-Opprinnelig melding-
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
P=E5
vegne av Sasa Stupar
Sendt: 29. oktober 2003 10:05
Til: [EMAIL PROTECTED]
Emne: [xmail] Re: SV: Smartpost install problem


OK, I have installed it by ignoring dependecies.
So I have done install by the procedure, also use xmail2smartpost.php to =

import my users, and when finally I wanted to log on as serveradmin I=20
get back user doesn't exist. I have also tried to login as normal user=20
and I get back the same error message. I have checked mysql tables and=20
there were all users imported.
BTW when I replaced patched version of XMail, filters stoped working.

Any thoughts?

Running XMail 1.17, RH8

Michail Tchoudinov wrote:
 I see to ways.
 You can either try to satisfy Courier's dependencies=3D20
 (look for according packages and package versions in the internet or =
=3D
 make
 them byself)
=20
 Or try to ignore this ssl dependencies (SmartPost does not use SSL, =
and =3D
 you
 should disable Courier's ssl later anyway)=3D20
=20
 Mikhail Tchoudinov
=20
=20
 -Opprinnelig melding-
 Fra: [EMAIL PROTECTED] =
[mailto:[EMAIL PROTECTED] =3D
 P=3DE5
 vegne av Sasa Stupar
 Sendt: 29. oktober 2003 07:31
 Til: [EMAIL PROTECTED]
 Emne: [xmail] Smartpost install problem
=20
=20
 I am trying to install Courrier 2.0 (rpm) and I get this error =
about=3D20
 missing libssl... BUT I have openssl installed and running (it is =
RH8=3D20
 complete dist install).
 Any idea how to install Courrier ?
=20
 Sasa
=20
 -
 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]
=20
 -
 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]
=20
=20


-
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] Cached MX records

2003-10-29 Thread Alex Young

Hi,
I tried to delete the cached MX records that XMail keeps and had a
slight problem with some of the files. If the file ends with a . then it =
can
not be removed from windows. All others can be removed but there are a =
few
named like mx.somedomain.com. Also, if you try to open the file with =
notepad
it says it can not be found.

Anyone know how I can remove these files? Should XMail be writing out =
files
to the windows file system that cant be removed? Is XMail able to use =
these
cached results if nothing else on windows can open/view/move/delete =
these
files?

Thanks,
Alex

-
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: SV: Re: SV: Smartpost install problem

2003-10-29 Thread Sasa Stupar

I have followed install instruction on your site.
OK, but what about this filter problem with patched version of XMail 
1.17 ? Filters just don't run. I have replaced it back with normal XMail 
and the filters work normaly.

Sasa

Michail Tchoudinov wrote:

 I do not fully understand what you mean and what you did.
 
 To login to SmartPost server admin interface you must have a table in =
 your
 [mail] database (this can be any other name), table named [serveradmin].
 This table contains serveradmin account (there can be many records in =
 that
 table)
 XMail2Smartpost script set this account the same as your XMail control
 account.
 But you can change this manually to any words you want. There is no any =
 real
 connections between this record in a table and real XMail control =
 account.
 
 Just try to edit the record in [mail]-[serveradmin] as you like.
 
 Mikhail Tchoudinov
 
 
 -Opprinnelig melding-
 Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
 P=E5
 vegne av Sasa Stupar
 Sendt: 29. oktober 2003 10:05
 Til: [EMAIL PROTECTED]
 Emne: [xmail] Re: SV: Smartpost install problem
 
 
 OK, I have installed it by ignoring dependecies.
 So I have done install by the procedure, also use xmail2smartpost.php to =
 
 import my users, and when finally I wanted to log on as serveradmin I=20
 get back user doesn't exist. I have also tried to login as normal user=20
 and I get back the same error message. I have checked mysql tables and=20
 there were all users imported.
 BTW when I replaced patched version of XMail, filters stoped working.
 
 Any thoughts?
 
 Running XMail 1.17, RH8
 
 Michail Tchoudinov wrote:
 
I see to ways.
You can either try to satisfy Courier's dependencies=3D20
(look for according packages and package versions in the internet or =
 
 =3D
 
make
them byself)
=20
Or try to ignore this ssl dependencies (SmartPost does not use SSL, =
 
 and =3D
 
you
should disable Courier's ssl later anyway)=3D20
=20
Mikhail Tchoudinov
=20
=20
-Opprinnelig melding-
Fra: [EMAIL PROTECTED] =
 
 [mailto:[EMAIL PROTECTED] =3D
 
P=3DE5
vegne av Sasa Stupar
Sendt: 29. oktober 2003 07:31
Til: [EMAIL PROTECTED]
Emne: [xmail] Smartpost install problem
=20
=20
I am trying to install Courrier 2.0 (rpm) and I get this error =
 
 about=3D20
 
missing libssl... BUT I have openssl installed and running (it is =
 
 RH8=3D20
 
complete dist install).
Any idea how to install Courrier ?
=20
Sasa
=20
-
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]
=20
-
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]
=20
=20
 
 
 
 -
 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]
 
 


-
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: FW: Re: Daylight time.

2003-10-29 Thread Martin Barho

I have Xmail 1.16 in Central Europe - Prague (GMT+01:00)
tz=-3600
dlp=1
dla=0
To the last weekend it was OK. Now when is normal time all logs ends with
2300. I have Windows 2000 Server SP4(all hotfix).

Martin Barhon

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Davide Libenzi
 Sent: Wednesday, October 29, 2003 12:36 AM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Re: FW: Re: Daylight time.
 
 
 On Tue, 28 Oct 2003, Daniel Serena wrote:
 
 
  linux:~ # cat /etc/sysconfig/clock
 
  HWCLOCK=-u
  TIMEZONE=Europe/Madrid
  DEFAULT_TIMEZONE=Europe/Madrid
 
 This is strange. The -u with HWCLOCK should be set if UTC=1 
 is specified.
 
 
 
 - 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: Cached MX records

2003-10-29 Thread CLEMENT Francis


To clear xmail dns cache :

stop xmail
from windows explorer goto dnscache\mx
Ctrl+A to select all
then delete
from windows explorer goto dnscache\ns
Ctrl+A to select all
then delete

restart xmail (it will recreate necessary subdirs)

to open a file ending with . in notepad you need first to open notepad =
and
them open the file from here
use wordpad !!

Francis



-Message d'origine-
De : Alex Young [mailto:[EMAIL PROTECTED]
Envoy=E9 : mercredi 29 octobre 2003 11:04
=C0 : [EMAIL PROTECTED]
Objet : [xmail] Cached MX records



Hi,
I tried to delete the cached MX records that XMail keeps and had a
slight problem with some of the files. If the file ends with a . then =
it =3D
can
not be removed from windows. All others can be removed but there are a =
=3D
few
named like mx.somedomain.com. Also, if you try to open the file with =
=3D
notepad
it says it can not be found.

Anyone know how I can remove these files? Should XMail be writing out =
=3D
files
to the windows file system that cant be removed? Is XMail able to use =
=3D
these
cached results if nothing else on windows can open/view/move/delete =3D
these
files?

Thanks,
Alex

-
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: Antispoofing of originating mail address and limiting no. of outgoing messages/user

2003-10-29 Thread CLEMENT Francis

Filters, filters, allways filters ...

But both of your questions can be some new functionnality on a peruser
setting to include in core xmail ?!?!

RFC : Davide ? ... anyone ?

Francis

-Message d'origine-
De : Mircea Ciocan [mailto:[EMAIL PROTECTED]
Envoy=E9 : mercredi 29 octobre 2003 10:30
=C0 : [EMAIL PROTECTED]
Objet : [xmail] Antispoofing of originating mail address and limiting
no. of outgoing messages/user



Hi all,

Now that Xmail is in production on a mid-size isp there are couple of=20
problems:

- some customers are atracted by the dark-side and try to launch=20
e-mail campaigns aka spam via their legitmate accounts, of course =
with=20
spoofed originating e-mail, is there a posibility in Xmail to make this =

impossible ( like once SMTP authorised with [EMAIL PROTECTED] all mails =

with other originating address to be rejected) ???

- other than implementing a filter to count 'em is there other=20
methods to limit the number of e-mails send by an user during a period=20
of time. like maximum 100/day and so on ???

Any help will be really appreciated, especially with the first =
issue.

 Best regards,

Mircea CIocan


P.S. I'm starting Convince Davide to implement native IMAP faster=20
fund  ;-), I can contribute with testing, some medium coding skills =
and=20
even some cash, where to send 'em Davide, I'm sure there many other=20
people ready to contribute to have the only important missing piece of=20
Xmail before X-mas ??

-
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] SV: Re: SV: Re: SV: Smartpost install problem

2003-10-29 Thread Michail Tchoudinov

Patched Xmail can not affect your filters.
Patched XMail is useful only and especially with Courier IMAP.
If you don not use patched XMail then users will get double and triple
messages through POP after IMAP (Courier-IMAP) access.
If it's not critical to you then use ordinary XMail v1.17

I think I should publish the patch source code to make it clear.

Mikhail Tchoudinov
http://www.smartpost.ro


-Opprinnelig melding-
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
P=E5
vegne av Sasa Stupar
Sendt: 29. oktober 2003 11:08
Til: [EMAIL PROTECTED]
Emne: [xmail] Re: SV: Re: SV: Smartpost install problem


I have followed install instruction on your site.
OK, but what about this filter problem with patched version of XMail=20
1.17 ? Filters just don't run. I have replaced it back with normal XMail =

and the filters work normaly.

Sasa

Michail Tchoudinov wrote:

 I do not fully understand what you mean and what you did.
=20
 To login to SmartPost server admin interface you must have a table in =
=3D
 your
 [mail] database (this can be any other name), table named =
[serveradmin].
 This table contains serveradmin account (there can be many records in =
=3D
 that
 table)
 XMail2Smartpost script set this account the same as your XMail control
 account.
 But you can change this manually to any words you want. There is no =
any =3D
 real
 connections between this record in a table and real XMail control =3D
 account.
=20
 Just try to edit the record in [mail]-[serveradmin] as you like.
=20
 Mikhail Tchoudinov
=20
=20
 -Opprinnelig melding-
 Fra: [EMAIL PROTECTED] =
[mailto:[EMAIL PROTECTED] =3D
 P=3DE5
 vegne av Sasa Stupar
 Sendt: 29. oktober 2003 10:05
 Til: [EMAIL PROTECTED]
 Emne: [xmail] Re: SV: Smartpost install problem
=20
=20
 OK, I have installed it by ignoring dependecies.
 So I have done install by the procedure, also use xmail2smartpost.php =
to =3D
=20
 import my users, and when finally I wanted to log on as serveradmin =
I=3D20
 get back user doesn't exist. I have also tried to login as normal =
user=3D20
 and I get back the same error message. I have checked mysql tables =
and=3D20
 there were all users imported.
 BTW when I replaced patched version of XMail, filters stoped working.
=20
 Any thoughts?
=20
 Running XMail 1.17, RH8
=20
 Michail Tchoudinov wrote:
=20
I see to ways.
You can either try to satisfy Courier's dependencies=3D3D20
(look for according packages and package versions in the internet or =
=3D
=20
 =3D3D
=20
make
them byself)
=3D20
Or try to ignore this ssl dependencies (SmartPost does not use SSL, =
=3D
=20
 and =3D3D
=20
you
should disable Courier's ssl later anyway)=3D3D20
=3D20
Mikhail Tchoudinov
=3D20
=3D20
-Opprinnelig melding-
Fra: [EMAIL PROTECTED] =3D
=20
 [mailto:[EMAIL PROTECTED] =3D3D
=20
P=3D3DE5
vegne av Sasa Stupar
Sendt: 29. oktober 2003 07:31
Til: [EMAIL PROTECTED]
Emne: [xmail] Smartpost install problem
=3D20
=3D20
I am trying to install Courrier 2.0 (rpm) and I get this error =3D
=20
 about=3D3D20
=20
missing libssl... BUT I have openssl installed and running (it is =3D
=20
 RH8=3D3D20
=20
complete dist install).
Any idea how to install Courrier ?
=3D20
Sasa
=3D20
-
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]
=3D20
-
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]
=3D20
=3D20
=20
=20
=20
 -
 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]
=20
 -
 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]
=20
=20


-
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: FW: Re: Daylight time.

2003-10-29 Thread Achim Schmidt

Am Die, 2003-10-28 um 21.40 schrieb Davide Libenzi:
 $ cat /etc/sysconfig/clock
 
 

bt6:~ # cat /etc/sysconfig/clock
HWCLOCK=--localtime
TIMEZONE=Europe/Berlin
DEFAULT_TIMEZONE=US/Pacific


daffy:~ # cat /etc/sysconfig/clock
GMT=-u
TIMEZONE=Europe/Berlin
DEFAULT_TIMEZONE=Europe/Berlin



- Achim Schmidt

-
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: Cached MX records

2003-10-29 Thread Alex Young

Can not delete the files. I have already tried selecting all of them and
deleting them. I have tried selecting one of them and deleting. It will =
not
delete.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
On
Behalf Of CLEMENT Francis
Sent: 29 October 2003 13:21
To: '[EMAIL PROTECTED]'
Subject: [xmail] Re: Cached MX records




To clear xmail dns cache :

stop xmail
from windows explorer goto dnscache\mx
Ctrl+A to select all
then delete
from windows explorer goto dnscache\ns
Ctrl+A to select all
then delete

restart xmail (it will recreate necessary subdirs)

to open a file ending with . in notepad you need first to open notepad =
=3D and
them open the file from here use wordpad !!

Francis



-Message d'origine-
De : Alex Young [mailto:[EMAIL PROTECTED]
Envoy=3DE9 : mercredi 29 octobre 2003 11:04
=3DC0 : [EMAIL PROTECTED]
Objet : [xmail] Cached MX records



Hi,
I tried to delete the cached MX records that XMail keeps and had a
slight problem with some of the files. If the file ends with a . then =
=3D it
=3D3D can not be removed from windows. All others can be removed but =
there are
a =3D =3D3D few named like mx.somedomain.com. Also, if you try to open =
the file
with =3D =3D3D notepad it says it can not be found.

Anyone know how I can remove these files? Should XMail be writing out =
=3D =3D3D
files to the windows file system that cant be removed? Is XMail able to =
use
=3D =3D3D these cached results if nothing else on windows can
open/view/move/delete =3D3D these files?

Thanks,
Alex

-
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]


-
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: SV: Re: SV: Re: SV: Smartpost install problem

2003-10-29 Thread Sasa Stupar

BTW, I am using PHP 4.3.3 and not the one which is originaly with RH8 
dist (4.2.2). I have compiled it with imap and mysql but I have used 
imap C client. Does this makes my problems?

Sasa

-
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: Cached MX records

2003-10-29 Thread CLEMENT Francis

Strange, I do it several times without problems ...
What error have you ?

I just tried to create manually files ending with a . (cmd line or edit =
or
explorer)
All is ok, no error, but the last . disappears on a dir or in explorer, =
so I
can delete ...

?? How can xmail create files ending with a . that is hold by the =
system
?!?! Have to try programmaticaly in C using same manner xmail does ...

Francis


-Message d'origine-
De : Alex Young [mailto:[EMAIL PROTECTED]
Envoy=E9 : mercredi 29 octobre 2003 15:04
=C0 : [EMAIL PROTECTED]
Objet : [xmail] Re: Cached MX records



Can not delete the files. I have already tried selecting all of them =
and
deleting them. I have tried selecting one of them and deleting. It will =
=3D
not
delete.

-Original Message-
From: [EMAIL PROTECTED] =
[mailto:[EMAIL PROTECTED] =3D
On
Behalf Of CLEMENT Francis
Sent: 29 October 2003 13:21
To: '[EMAIL PROTECTED]'
Subject: [xmail] Re: Cached MX records




To clear xmail dns cache :

stop xmail
from windows explorer goto dnscache\mx
Ctrl+A to select all
then delete
from windows explorer goto dnscache\ns
Ctrl+A to select all
then delete

restart xmail (it will recreate necessary subdirs)

to open a file ending with . in notepad you need first to open notepad =
=3D
=3D3D and
them open the file from here use wordpad !!

Francis



-Message d'origine-
De : Alex Young [mailto:[EMAIL PROTECTED]
Envoy=3D3DE9 : mercredi 29 octobre 2003 11:04
=3D3DC0 : [EMAIL PROTECTED]
Objet : [xmail] Cached MX records



Hi,
I tried to delete the cached MX records that XMail keeps and had a
slight problem with some of the files. If the file ends with a . then =
=3D
=3D3D it
=3D3D3D can not be removed from windows. All others can be removed but =
=3D
there are
a =3D3D =3D3D3D few named like mx.somedomain.com. Also, if you try to =
open =3D
the file
with =3D3D =3D3D3D notepad it says it can not be found.

Anyone know how I can remove these files? Should XMail be writing out =
=3D
=3D3D =3D3D3D
files to the windows file system that cant be removed? Is XMail able to =
=3D
use
=3D3D =3D3D3D these cached results if nothing else on windows can
open/view/move/delete =3D3D3D these files?

Thanks,
Alex

-
To unsubscribe from this list: send the line unsubscribe xmail in the =
=3D
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 =
=3D
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]
-
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: Cached MX records

2003-10-29 Thread Alex Young

If I try to delete the file it pops up an error box saying:

Error Deleting File or Folder
Cannot delete file: Cannot read from the source file or disk.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
On
Behalf Of CLEMENT Francis
Sent: 29 October 2003 15:48
To: '[EMAIL PROTECTED]'
Subject: [xmail] Re: Cached MX records



Strange, I do it several times without problems ...
What error have you ?

I just tried to create manually files ending with a . (cmd line or edit =
=3D or
explorer)
All is ok, no error, but the last . disappears on a dir or in explorer, =
=3D so
I can delete ...

?? How can xmail create files ending with a . that is hold by the =3D =
system
?!?! Have to try programmaticaly in C using same manner xmail does ...

Francis


-Message d'origine-
De : Alex Young [mailto:[EMAIL PROTECTED]
Envoy=3DE9 : mercredi 29 octobre 2003 15:04
=3DC0 : [EMAIL PROTECTED]
Objet : [xmail] Re: Cached MX records



Can not delete the files. I have already tried selecting all of them =3D =
and
deleting them. I have tried selecting one of them and deleting. It will =
=3D
=3D3D not delete.

-Original Message-
From: [EMAIL PROTECTED] =3D =
[mailto:[EMAIL PROTECTED]
=3D3D On Behalf Of CLEMENT Francis
Sent: 29 October 2003 13:21
To: '[EMAIL PROTECTED]'
Subject: [xmail] Re: Cached MX records




To clear xmail dns cache :

stop xmail
from windows explorer goto dnscache\mx
Ctrl+A to select all
then delete
from windows explorer goto dnscache\ns
Ctrl+A to select all
then delete

restart xmail (it will recreate necessary subdirs)

to open a file ending with . in notepad you need first to open notepad =
=3D =3D3D
=3D3D3D and them open the file from here use wordpad !!

Francis



-Message d'origine-
De : Alex Young [mailto:[EMAIL PROTECTED]
Envoy=3D3D3DE9 : mercredi 29 octobre 2003 11:04
=3D3D3DC0 : [EMAIL PROTECTED]
Objet : [xmail] Cached MX records



Hi,
I tried to delete the cached MX records that XMail keeps and had a
slight problem with some of the files. If the file ends with a . then =
=3D =3D3D
=3D3D3D it =3D3D3D3D can not be removed from windows. All others can be =
removed
but =3D =3D3D there are a =3D3D3D =3D3D3D3D few named like =
mx.somedomain.com. Also,
if you try to =3D open =3D3D the file with =3D3D3D =3D3D3D3D notepad it =
says it can
not be found.

Anyone know how I can remove these files? Should XMail be writing out =
=3D =3D3D
=3D3D3D =3D3D3D3D files to the windows file system that cant be removed? =
Is
XMail able to =3D =3D3D use =3D3D3D =3D3D3D3D these cached results if =
nothing else
on windows can open/view/move/delete =3D3D3D3D these files?

Thanks,
Alex

-
To unsubscribe from this list: send the line unsubscribe xmail in the =
=3D
=3D3D 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 =
=3D
=3D3D 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]
-
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: Antispoofing of originating mail address and limiting no. of outgoing messages/user

2003-10-29 Thread Davide Libenzi

On Wed, 29 Oct 2003, Mircea Ciocan wrote:


 Hi all,

 Now that Xmail is in production on a mid-size isp there are couple of
 problems:

 - some customers are atracted by the dark-side and try to launch
 e-mail campaigns aka spam via their legitmate accounts, of course with
 spoofed originating e-mail, is there a posibility in Xmail to make this
 impossible ( like once SMTP authorised with [EMAIL PROTECTED] all mails
 with other originating address to be rejected) ???

 - other than implementing a filter to count 'em is there other
 methods to limit the number of e-mails send by an user during a period
 of time. like maximum 100/day and so on ???

If you force each account to authenticate to send messages through your
MTA you will be able to do it with filters.



 P.S. I'm starting Convince Davide to implement native IMAP faster
 fund  ;-), I can contribute with testing, some medium coding skills and
 even some cash, where to send 'em Davide, I'm sure there many other
 people ready to contribute to have the only important missing piece of
 Xmail before X-mas ??

Money does not help here. But since we're close to X-Mas try to ask 32
hours per day to Santa ;)



- 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]



[xmail] Re: Cached MX records

2003-10-29 Thread Davide Libenzi

On Wed, 29 Oct 2003, Alex Young wrote:


 Hi,
 I tried to delete the cached MX records that XMail keeps and had a
 slight problem with some of the files. If the file ends with a . then it =
 can
 not be removed from windows. All others can be removed but there are a =
 few
 named like mx.somedomain.com. Also, if you try to open the file with =
 notepad
 it says it can not be found.

 Anyone know how I can remove these files? Should XMail be writing out =
 files
 to the windows file system that cant be removed? Is XMail able to use =
 these
 cached results if nothing else on windows can open/view/move/delete =
 these
 files?

You should be able to nuke cache files even while XMail is running. Note,
I said *cache files* not *cache dirs*.


- 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]



[xmail] Re: Antispoofing of originating mail address and limiting no. of outgoing messages/user

2003-10-29 Thread Mircea Ciocan

Davide Libenzi wrote:

On Wed, 29 Oct 2003, Mircea Ciocan wrote:

  

Hi all,

Now that Xmail is in production on a mid-size isp there are couple of
problems:

- some customers are atracted by the dark-side and try to launch
e-mail campaigns aka spam via their legitmate accounts, of course with
spoofed originating e-mail, is there a posibility in Xmail to make this
impossible ( like once SMTP authorised with [EMAIL PROTECTED] all mails
with other originating address to be rejected) ???

- other than implementing a filter to count 'em is there other
methods to limit the number of e-mails send by an user during a period
of time. like maximum 100/day and so on ???



If you force each account to authenticate to send messages through your
MTA you will be able to do it with filters.

  

Pleazzz, pleazz, pretty plizz, a little bit more details, especially 
about issue with spoofed sender 



  

P.S. I'm starting Convince Davide to implement native IMAP faster
fund  ;-), I can contribute with testing, some medium coding skills and
even some cash, where to send 'em Davide, I'm sure there many other
people ready to contribute to have the only important missing piece of
Xmail before X-mas ??



Money does not help here. But since we're close to X-Mas try to ask 32
hours per day to Santa ;)
  

Hey, I can donate some hours als, just take some of mine :), 
seriously I can be of any help pleaseask !!!

Mircea


-
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] MX question

2003-10-29 Thread Vitor Renato Alves de Brito

Hi,

I have tree questions:

1 - can XMail works as a secondary MX?
2 - if yes, what I need to configure in the secondary server to works?
3 - if the first server was off-line and the second server was working,
how the second server are send the messages to the first server?

Thanks.

Até mais,

---
Vitor Renato Alves de Brito - System Manager
Arte Final Provedor Internet - http://www.artefinal.com.br
Alfenas/Lavras - Sul de Minas Gerais




---
Esta mensagem foi verificada pelo e-mail protegido Arte Final
Antivírus: F-Prot / Versão: 4.1.1 / Atualizado em: 28-Out-2003
Proteja o seu e-mail com a Arte Final - http://www.artefinal.com.br

-
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] SV: Re: SV: Re: SV: Re: SV: Smartpost install problem

2003-10-29 Thread Michail Tchoudinov

As far as I understand
Your problems are
- patched XMail1 1.17 does not work with filters (filters.xxx.tab files)
- you can not login to SmartPost server administration interface
(login info is in SQL table named 'serveradmin')

I do not think so that php 4.3.3 affects on XMail's filters.
And if you have properly configured SmartPost (see confglobal.php file) =
any
version of php can find the proper login info in SQL structure to log =
you in.
Do you have MySQL up and running?=20
Can you login to database by using ordinary command line interface =
(#mysql -u
'username' -p) ?


And... ops I think I have to reconfigure script to set the users =
passwords
the same as passwords in XMail... Sorry, the current script version set =
the
users passwords the same as names. This is not correct. I'll fix it.


Mikhail Tchoudinov


-Opprinnelig melding-
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
P=E5
vegne av Sasa Stupar
Sendt: 29. oktober 2003 16:16
Til: [EMAIL PROTECTED]
Emne: [xmail] Re: SV: Re: SV: Re: SV: Smartpost install problem


BTW, I am using PHP 4.3.3 and not the one which is originaly with RH8=20
dist (4.2.2). I have compiled it with imap and mysql but I have used=20
imap C client. Does this makes my problems?

Sasa

-
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: Antispoofing of originating mail address and limiting no. of outgoing messages/user

2003-10-29 Thread Peter Lindeman

Mircea Ciocan wrote:

If you force each account to authenticate to send messages through your
MTA you will be able to do it with filters.

 
 Pleazzz, pleazz, pretty plizz, a little bit more details, especially 
 about issue with spoofed sender 

Force the X-Auth-User header by setting DisableEmitAuthUser=0 in 
server.tab If your mail members are still abusing your system lock them out.

-- 
Groeten,
Peter

-- 
What's this any key I'm supposed to press?

---
--- Heb je een Dreambox 7000S ?
--- Kijk eens op http://www.dreamvcr.com
--- Kijk ook op http://www.lindeman.org
--- ICQ 22383596
--- Uptime lindeman.org - 53 days, 7 hours and 7 minutes, 1 user logged in.


-
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] [ANNOUNCE] xmailgraph

2003-10-29 Thread Achim Schmidt

Hello List,

I'm proud to announce the first release of xmailgraph, xmail-statistics
by rrdtool.

It includes the following graphs:
- pop3-usage
- smtp-usage (sent/received)
- spam-amount (RECP=ESPAM/Spamassassin) and 
- bounced messages (RCPT=EAVAIL)
for daily, weekly, monthly and yearly intervals.

Homepage: http://dev.waaf.net/
Install:  http://dev.waaf.net/xmailgraph/install.txt
Tarball:  http://dev.waaf.net/download/xmailgraph-0.1.tar.gz
Demo: http://mail.waaf.net/stats/

The programm is coded in quick'n'dirty perl and is depending on the
following packages:
- rrdtool
- perl (no add. packages needed)
- bash, grep, wc
- xmailserver with logging enabled
- cron

Regards,

- Achim Schmidt

-
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: [ANNOUNCE] xmailgraph

2003-10-29 Thread Davide Libenzi

On Wed, 29 Oct 2003, Achim Schmidt wrote:


 Hello List,

 I'm proud to announce the first release of xmailgraph, xmail-statistics
 by rrdtool.

 It includes the following graphs:
 - pop3-usage
 - smtp-usage (sent/received)
 - spam-amount (RECP=ESPAM/Spamassassin) and
 - bounced messages (RCPT=EAVAIL)
 for daily, weekly, monthly and yearly intervals.

 Homepage: http://dev.waaf.net/
 Install:  http://dev.waaf.net/xmailgraph/install.txt
 Tarball:  http://dev.waaf.net/download/xmailgraph-0.1.tar.gz
 Demo: http://mail.waaf.net/stats/

 The programm is coded in quick'n'dirty perl and is depending on the
 following packages:
 - rrdtool
 - perl (no add. packages needed)
 - bash, grep, wc
 - xmailserver with logging enabled
 - cron

If you put it inside a simple dedicated HTML page I'll link it to the
XMail home.



- 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]



[xmail] Re: [ANNOUNCE] xmailgraph

2003-10-29 Thread Achim Schmidt

Am Mit, 2003-10-29 um 22.42 schrieb Davide Libenzi:
 If you put it inside a simple dedicated HTML page I'll link it to the
 XMail home.
 

Done - http://dev.waaf.net/xmailgraph/

- Achim

-
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: xmailgraph

2003-10-29 Thread Jim Frank

Script is up and running.  The only issue I'm having is with the rotation of
xmail's logs.  I've got them set to rotate by default, (2300) and have my
pop3, smtp and smail logs showing as a day behind (their filenames).  Can
anyone point me to a sh script or another way to auto symbolically link
these files with the current date?

-Jim
- Original Message - 
From: webmaster [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 29, 2003 4:25 PM
Subject: [xmail] Re: [ANNOUNCE] xmailgraph



 make the img in on the page where we can click and see it. That would be
 nice too. You know.. screenshots.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Achim Schmidt
 Sent: Wednesday, October 29, 2003 4:10 PM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Re: [ANNOUNCE] xmailgraph



 Am Mit, 2003-10-29 um 22.42 schrieb Davide Libenzi:
  If you put it inside a simple dedicated HTML page I'll link it to the
  XMail home.
 

 Done - http://dev.waaf.net/xmailgraph/

 - Achim

 -
 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]




-
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: [ANNOUNCE] xmailgraph

2003-10-29 Thread Nick Marino

I set it all up and everything appears to be working but all the graphs are
empty.
Does it just work on the current log for the day or does it read all the
logs that are sitting in my log dir to create the yearly stats as well?

Or does it just start compiling the database from the time it is first
executed from that point on?



---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 10/21/2003
Tested on: 10/29/2003 5:15:06 PM
avast! is copyright (c) 2000-2003 ALWIL Software.
http://www.avast.com



-
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: Antispoofing of originating mail address and limiting no. of outgoing messages/user

2003-10-29 Thread Rob Arends



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Peter Lindeman
 Sent: Thursday, October 30, 2003 8:20 AM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Re: Antispoofing of originating mail address and
 limiting no. of outgoing messages/user



 Mircea Ciocan wrote:

 If you force each account to authenticate to send messages through your
 MTA you will be able to do it with filters.
 
 
  Pleazzz, pleazz, pretty plizz, a little bit more details, especially
  about issue with spoofed sender 

 Force the X-Auth-User header by setting DisableEmitAuthUser=0 in
 server.tab If your mail members are still abusing your system
 lock them out.

Once you have the X-AuthUser header enabled (see above), then you can
compare that to the @@FROM macro.

If there is no match, then return error code 4,5, or 6 to drop the message
(and mail @@FROM about dropped mail)

Davide, I didn't see an @@AUTH to provide the authorised user, this would
make things a lot easier.  Could you put it on your list somewhere.

Rob :)



 --
 Groeten,
 Peter

 --
 What's this any key I'm supposed to press?

 ---
 --- Heb je een Dreambox 7000S ?
 --- Kijk eens op http://www.dreamvcr.com
 --- Kijk ook op http://www.lindeman.org
 --- ICQ 22383596
 --- Uptime lindeman.org - 53 days, 7 hours and 7 minutes, 1 user
 logged in.


 -
 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: MX question

2003-10-29 Thread Rob Arends



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Vitor Renato Alves de
 Brito
 Sent: Thursday, October 30, 2003 5:56 AM
 To: [EMAIL PROTECTED]
 Subject: [xmail] MX question



 Hi,

 I have tree questions:

 1 - can XMail works as a secondary MX?
YES

 2 - if yes, what I need to configure in the secondary server to works?
It needs to accept mail for the domain (I'm not sure of the best xmail
method - custom domains?)
Remember, a 2nd MX is configured as a mail relay for that domain.

 3 - if the first server was off-line and the second server was working,
 how the second server are send the messages to the first server?
the second server tries to deliver mail to the primary just like any other
server, when the primary comes online, then the mail is delivered.


Rob :)


 Thanks.

 Até mais,

 ---
 Vitor Renato Alves de Brito - System Manager
 Arte Final Provedor Internet - http://www.artefinal.com.br
 Alfenas/Lavras - Sul de Minas Gerais




 ---
 Esta mensagem foi verificada pelo e-mail protegido Arte Final
 Antivírus: F-Prot / Versão: 4.1.1 / Atualizado em: 28-Out-2003
 Proteja o seu e-mail com a Arte Final - http://www.artefinal.com.br

 -
 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: Cached MX records

2003-10-29 Thread Rob Arends

with windoze, start CMD, run dir /x and del or rm the short name.

that will work.

Rob :)

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Alex Young
 Sent: Wednesday, October 29, 2003 9:04 PM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Cached MX records



 Hi,
 I tried to delete the cached MX records that XMail keeps and had a
 slight problem with some of the files. If the file ends with a . then it =
 can
 not be removed from windows. All others can be removed but there are a =
 few
 named like mx.somedomain.com. Also, if you try to open the file with =
 notepad
 it says it can not be found.

 Anyone know how I can remove these files? Should XMail be writing out =
 files
 to the windows file system that cant be removed? Is XMail able to use =
 these
 cached results if nothing else on windows can open/view/move/delete =
 these
 files?

 Thanks,
 Alex

 -
 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: FW: Re: Daylight time.

2003-10-29 Thread Rob Arends

Ha, I am vindicated, this is my problem exactly.
Only now I used to have 2300 and now have .  This is because I was on
normal time and now am on daylight time. (Remember i'm down under)

This value...
 dlp=1
 is indicating that daylight is *enabled*.   It does not indicate that
daylight is *active*
Test this by unchecking the box in ...
(control panel | Date/Time | TimeZone | Automatically adjust clock for
daylight savings changes). Don't forget to Apply.
And then run the C test prog again, you will notice that dlp=0

So the only time logs are 2300 is when Daylight time is enabled AND not
active.

Rob :)

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Martin Barho
 Sent: Wednesday, October 29, 2003 9:53 PM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Re: FW: Re: Daylight time.



 I have Xmail 1.16 in Central Europe - Prague (GMT+01:00)
 tz=-3600
 dlp=1
 dla=0
 To the last weekend it was OK. Now when is normal time all logs ends with
 2300. I have Windows 2000 Server SP4(all hotfix).

 Martin Barhon

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Davide Libenzi
  Sent: Wednesday, October 29, 2003 12:36 AM
  To: [EMAIL PROTECTED]
  Subject: [xmail] Re: FW: Re: Daylight time.
 
 
  On Tue, 28 Oct 2003, Daniel Serena wrote:
 
  
   linux:~ # cat /etc/sysconfig/clock
  
   HWCLOCK=-u
   TIMEZONE=Europe/Madrid
   DEFAULT_TIMEZONE=Europe/Madrid
 
  This is strange. The -u with HWCLOCK should be set if UTC=1
  is specified.
 
 
 
  - 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]



-
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: [ANNOUNCE] xmailgraph

2003-10-29 Thread Achim Schmidt

Am Don, 2003-10-30 um 00.15 schrieb Nick Marino:
 I set it all up and everything appears to be working but all the graphs are
 empty.

http://dev.waaf.net/xmailgraph/install.txt:
.
7. Wait for about an hour and then go to
http://$YOURHOSTNAME/xmailgraph/ or the according
   directory created in step 2.
.

 Does it just work on the current log for the day or does it read all the
 logs that are sitting in my log dir to create the yearly stats as well?
 
 Or does it just start compiling the database from the time it is first
 executed from that point on?
 

yes - the data gathering is done by cron for the last 10 minutes - older
logfiles are not recognized


- achim

-
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: xmailgraph

2003-10-29 Thread Achim Schmidt

Am Mit, 2003-10-29 um 23.49 schrieb Jim Frank:
 Script is up and running.  The only issue I'm having is with the rotation of
 xmail's logs.  I've got them set to rotate by default, (2300) and have my
 pop3, smtp and smail logs showing as a day behind (their filenames).  Can
 anyone point me to a sh script or another way to auto symbolically link
 these files with the current date?
 

heres a little script which i run via crontab:

in /etc/crontab:
---
08 00   * * *   root(/var/MailRoot/bin/xmail_logs_link)
---

/var/MailRoot/bin/xmail_logs_link:
---
#!/usr/bin/perl -w

my ($se, $mi, $st, $mo, $mt, $ja, $wt, $jt, $sz) = localtime(time);
$mt+=1; $ja+=1900; $jt+=1; # $mo-=1;
$mt = $mt  10 ? $mt = 0.$mt : $mt;
$mo = $mo  10 ? $mo = 0.$mo : $mo;
$st = $st  10 ? $st = 0.$st : $st;
$mi = $mi  10 ? $mi = 0.$mi : $mi;
$se = $se  10 ? $se = 0.$se : $se;
my ($heute) = $ja.$mt.$mo.;

($se, $mi, $st, $mo, $mt, $ja, $wt, $jt, $sz) = localtime(time-86390);
$mt+=1; $ja+=1900; $jt+=1; # $mo-=1;
$mt = $mt  10 ? $mt = 0.$mt : $mt;
$mo = $mo  10 ? $mo = 0.$mo : $mo;
$st = $st  10 ? $st = 0.$st : $st;
$mi = $mi  10 ? $mi = 0.$mi : $mi;
$se = $se  10 ? $se = 0.$se : $se;
my ($gestern) = $ja.$mt.$mo.2300;

my ($cmd1) = touch /var/MailRoot/logs/pop3-.$gestern.; ln -s \
/var/MailRoot/logs/pop3-.$gestern./var/MailRoot/logs/pop3-.$heute;

my ($cmd2) = touch /var/MailRoot/logs/smail-.$gestern.; ln -s \
/var/MailRoot/logs/smail-.$gestern. /var/MailRoot/logs/smail-.$heute;

my ($cmd3) = touch /var/MailRoot/logs/smtp-.$gestern.; ln -s \
/var/MailRoot/logs/smtp-.$gestern. /var/MailRoot/logs/smtp-.$heute;

`$cmd1`;
`$cmd2`;
`$cmd3`;

---


hope this helps,

- Achim

-
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: [ANNOUNCE] xmailgraph

2003-10-29 Thread Rob Arends

Achim, first I must say, it looks very good.

This extract from your Install.txt worries me.

! Also the logfiles must have the current date in its name (e.g.
pop3-20031025),
! (If your logs are rotated at 2300 you will have to create symlinks, like
! pop3-20031025 linked to pop3-200310242300.)

What happens if -Mr 01 (Set log rotate hours step) is used, this will mean
that not all the logs will be read by RDDtool.

I would suggest that files smtp-*, pop3-*, etc are read, that way the
problem of 2300 rotations are also resolved.

Rob:)

-
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: [ANNOUNCE] xmailgraph

2003-10-29 Thread Nick Marino

ok I see log info now.. but I think something is getting recored in the
database incorrectly.

I have no spam data and hundreds of bounces. like this is what is shown
already for about a half hour of logging:

Bounce Daily Stats
current: 200.00 m Average: 166.69 m  Maximum: 300.00 m

Those figures are usually what I see on the spam not the bounces in my logs.
Its like they are backwards.

Can I send you the link to my site so you can see for yourself what I am
talking about?


Achim Schmidt wrote:
 Am Don, 2003-10-30 um 00.15 schrieb Nick Marino:
 I set it all up and everything appears to be working but all the
 graphs are empty.

 http://dev.waaf.net/xmailgraph/install.txt:
 .
 7. Wait for about an hour and then go to
 http://$YOURHOSTNAME/xmailgraph/ or the according
directory created in step 2.
 .

 Does it just work on the current log for the day or does it read all
 the logs that are sitting in my log dir to create the yearly stats
 as well?

 Or does it just start compiling the database from the time it is
 first executed from that point on?


 yes - the data gathering is done by cron for the last 10 minutes -
 older logfiles are not recognized


 - achim

 -
 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]



 ---
 avast! Antivirus: Inbound message clean.
 Virus Database (VPS): 10/21/2003
 Tested on: 10/29/2003 6:11:06 PM
 avast! is copyright (c) 2000-2003 ALWIL Software.
 http://www.avast.com



---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 10/21/2003
Tested on: 10/29/2003 6:16:44 PM
avast! is copyright (c) 2000-2003 ALWIL Software.
http://www.avast.com



-
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] Catch all alias

2003-10-29 Thread Andy Rosen

I have a need for a catch all alias that will forward all mail sent to
a domain to a single accountIs that doable with xmail?

Thanks


-
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] Catch all alias

2003-10-29 Thread Andy Rosen

I have a need for a catch all alias that will forward all mail sent to
a domain to a single accountIs that doable with xmail?

Thanks


-
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: [ANNOUNCE] xmailgraph

2003-10-29 Thread Achim Schmidt

Am Don, 2003-10-30 um 01.16 schrieb Nick Marino:
 ok I see log info now.. but I think something is getting recored in the
 database incorrectly.
 
 I have no spam data and hundreds of bounces. like this is what is shown
 already for about a half hour of logging:
 

if you don't have spamassassin installed (logs to spam-MMDD) and
have spam-address.tab  spammers.tab empty no spam is been
recognized/logged

 Bounce Daily Stats
 current: 200.00 m Average: 166.69 m  Maximum: 300.00 m
 

m = milli, M = Mega - 200.00 m = 0.2 - You have currently 0.2 bounces
/ Minute

 Those figures are usually what I see on the spam not the bounces in my logs.
 Its like they are backwards.
 
 Can I send you the link to my site so you can see for yourself what I am
 talking about?
 

I think now its clear - isn't it? - else send me your url

- Achim

-
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: Catch all alias

2003-10-29 Thread Shawn Anderson

Add an alias * for the account you want.  What will do it.

Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Andy Rosen
Sent: Wednesday, October 29, 2003 7:23 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Catch all alias


I have a need for a catch all alias that will forward all mail sent to a
domain to a single accountIs that doable with xmail?

Thanks


-
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: Catch all alias

2003-10-29 Thread Rob Arends

yep, set up an alias of [EMAIL PROTECTED] to the single account.

Rob :)


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Andy Rosen
 Sent: Thursday, October 30, 2003 11:23 AM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Catch all alias
 
 
 
 I have a need for a catch all alias that will forward all mail sent to
 a domain to a single accountIs that doable with xmail?
 
 Thanks
 
 
 -
 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: xmailgraph

2003-10-29 Thread Rob Arends

That might help the filenames, but the content is still off.  (There is one
hour of log entries in the wrong file)

Rob :)

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Achim Schmidt
 Sent: Thursday, October 30, 2003 11:03 AM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Re: xmailgraph



 Am Mit, 2003-10-29 um 23.49 schrieb Jim Frank:
  Script is up and running.  The only issue I'm having is with
 the rotation of
  xmail's logs.  I've got them set to rotate by default, (2300)
 and have my
  pop3, smtp and smail logs showing as a day behind (their
 filenames).  Can
  anyone point me to a sh script or another way to auto symbolically link
  these files with the current date?
 

 heres a little script which i run via crontab:

 in /etc/crontab:
 ---
 08 00   * * *   root(/var/MailRoot/bin/xmail_logs_link)
 ---

 /var/MailRoot/bin/xmail_logs_link:
 ---
 #!/usr/bin/perl -w

 my ($se, $mi, $st, $mo, $mt, $ja, $wt, $jt, $sz) = localtime(time);
 $mt+=1; $ja+=1900; $jt+=1; # $mo-=1;
 $mt = $mt  10 ? $mt = 0.$mt : $mt;
 $mo = $mo  10 ? $mo = 0.$mo : $mo;
 $st = $st  10 ? $st = 0.$st : $st;
 $mi = $mi  10 ? $mi = 0.$mi : $mi;
 $se = $se  10 ? $se = 0.$se : $se;
 my ($heute) = $ja.$mt.$mo.;

 ($se, $mi, $st, $mo, $mt, $ja, $wt, $jt, $sz) = localtime(time-86390);
 $mt+=1; $ja+=1900; $jt+=1; # $mo-=1;
 $mt = $mt  10 ? $mt = 0.$mt : $mt;
 $mo = $mo  10 ? $mo = 0.$mo : $mo;
 $st = $st  10 ? $st = 0.$st : $st;
 $mi = $mi  10 ? $mi = 0.$mi : $mi;
 $se = $se  10 ? $se = 0.$se : $se;
 my ($gestern) = $ja.$mt.$mo.2300;

 my ($cmd1) = touch /var/MailRoot/logs/pop3-.$gestern.; ln -s \
 /var/MailRoot/logs/pop3-.$gestern./var/MailRoot/logs/pop3-.$heute;

 my ($cmd2) = touch /var/MailRoot/logs/smail-.$gestern.; ln -s \
 /var/MailRoot/logs/smail-.$gestern. /var/MailRoot/logs/smail-.$heute;

 my ($cmd3) = touch /var/MailRoot/logs/smtp-.$gestern.; ln -s \
 /var/MailRoot/logs/smtp-.$gestern. /var/MailRoot/logs/smtp-.$heute;

 `$cmd1`;
 `$cmd2`;
 `$cmd3`;

 ---


 hope this helps,

 - Achim

 -
 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: [ANNOUNCE] xmailgraph

2003-10-29 Thread Achim Schmidt

Am Don, 2003-10-30 um 01.08 schrieb Rob Arends:
 Achim, first I must say, it looks very good.
 
 This extract from your Install.txt worries me.
 
 ! Also the logfiles must have the current date in its name (e.g.
 pop3-20031025),
 ! (If your logs are rotated at 2300 you will have to create symlinks, like
 ! pop3-20031025 linked to pop3-200310242300.)
 
 What happens if -Mr 01 (Set log rotate hours step) is used, this will mean
 that not all the logs will be read by RDDtool.
 
 I would suggest that files smtp-*, pop3-*, etc are read, that way the
 problem of 2300 rotations are also resolved.
 

currently the last 4 digits of the logs name are ignored (e.g.
pop3-20031030*) - but greping all logfiles is a cool idea (i really
didn't think about that yet) - it only brings along a little overhead. 

i just tried 
$ grep 2003-10-30 01:0 /var/MailRoot/logs/smtp-* | wc

this simply lasted for about 20 seconds, because i have logfiles since
2001 sitting in the directory...

So I'll give a try for logs-*

Rob, Thanks for the idea!

- Achim


-
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: [ANNOUNCE] xmailgraph

2003-10-29 Thread Filip

Hi,


AS Hello List,

AS I'm proud to announce the first release of xmailgraph, xmail-statistics
AS by rrdtool.

Very nice, thank you !

What about adding
META HTTP-EQUIV=refresh content=600
to the header of xmailgraph/www_day.html ?


-- 
Fil.
F-Prot AV Bash script for Xmail :
http://xmail.libre-essai.com


-
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: [ANNOUNCE] xmailgraph

2003-10-29 Thread Nick Marino

Achim Schmidt wrote:
 Am Don, 2003-10-30 um 01.16 schrieb Nick Marino:
 if you don't have spamassassin installed (logs to spam-MMDD)
 and have spam-address.tab  spammers.tab empty no spam is been
 recognized/logged


Ok I have spam-address.tab with addresses in it but not many.
Also have spammers.tab with entries but not many.
Thats fine don't really get many hits on those anyway.

 Bounce Daily Stats
 current: 200.00 m Average: 166.69 m  Maximum: 300.00 m


 m = milli, M = Mega - 200.00 m = 0.2 - You have currently 0.2
 bounces / Minute

First I have to ask how do you have 2 tenths of a message bounce?
Second why not just have the output read 0.2 instead of all the milli and
Mega stuff?

 Can I send you the link to my site so you can see for yourself what
 I am talking about?


 I think now its clear - isn't it? - else send me your url

One more thing to clear up.
Where would emails that are dropped due to custom maps be displayed, like
NO-RDNS
and things like that or NAVAIL... and so on?

In any case very nice app... I will enjoy using it. Thanks.



---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 10/21/2003
Tested on: 10/29/2003 9:00:50 PM
avast! is copyright (c) 2000-2003 ALWIL Software.
http://www.avast.com



-
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: [ANNOUNCE] xmailgraph

2003-10-29 Thread Nick Marino

Also missed one other question.

Why isn't there any entries for outgoing (sent) mail in the graphs?

Here is my site take a look if you could please if you have time and tell me
what might be going on.

http://www.defuniak.com/xmailstats/



---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 10/21/2003
Tested on: 10/29/2003 9:08:20 PM
avast! is copyright (c) 2000-2003 ALWIL Software.
http://www.avast.com



-
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: FW: Re: Daylight time.

2003-10-29 Thread Rob Arends

Davide,

1.12 was ok, then I upgraded to 1.15 (did not use 1.14) and my logs rotated
at 2300.
I have used 1.17 pre06 and 1.17 with the same results.

Rob :)

change log extract:

 May 3, 2003 v 1.15

*   Fixed the wrong log file name generation when the daylight time is
active.



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Davide Libenzi
 Sent: Thursday, October 30, 2003 2:03 PM
 To: [EMAIL PROTECTED]
 Subject: [xmail] Re: FW: Re: Daylight time.



 On Wed, 29 Oct 2003, [iso-8859-2] Martin Barho=F2 wrote:

 
  I have Xmail 1.16 in Central Europe - Prague (GMT+01:00)
  tz=3D-3600
  dlp=3D1
  dla=3D0
  To the last weekend it was OK. Now when is normal time all logs
 ends with
  2300. I have Windows 2000 Server SP4(all hotfix).

 1.16 was doing the wrong thing. Pls try 1.17 ...



 - 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]