[xmail] Re: mailproc external Windows 2K Server

2004-02-17 Thread Terry L Fritts
Hello Davide,

Tuesday, February 17, 2004 you wrote:
DL> It needs at least one parameter. If you do not pass at least @@[TMP]FILE
DL> how can the external command do something usefull?

I'm passing parameters - just left them out on email - because of
wrapping.  Tabs are there too.

works:
"external" "0" "300"   "C:\winnt\system32\cscript.exe //T:120" 
"c:\mailroot\scripts\hi.vbs""@@FILE""@@RFROM"   "@@RRCPT"

doesn't work:
"external" "0" "300"   "c:\mailroot\scripts\test.exe xs"   "@@FILE"
"@@RFROM"   "@@RRCPT"


And yes, test.exe works just fine if I execute if from cmd prompt.

Guess I'll just cscript - thought someone might know.



Terry Fritts

-
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: mailproc external Windows 2K Server

2004-02-17 Thread Davide Libenzi
On Tue, 17 Feb 2004, Terry L Fritts wrote:

> Using xmail 1.17 - Win2k Advanced server
> 
> In mailproc.tab - using "external" - first time I've tried to use it.
> 
> This works:
> "C:\winnt\system32\cscript.exe" "c:\mailroot\scripts\test.vbs"
> 
> Thatt is it executes.
> 
> But this doesn't work:
> "C:\mailroot\scripts\test.exe"
> 
> Never executes at all.

It needs at least one parameter. If you do not pass at least @@[TMP]FILE
how can the external command do something usefull?



- 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] mailproc external Windows 2K Server

2004-02-17 Thread Terry L Fritts
Using xmail 1.17 - Win2k Advanced server

In mailproc.tab - using "external" - first time I've tried to use it.

This works:
"C:\winnt\system32\cscript.exe" "c:\mailroot\scripts\test.vbs"

Thatt is it executes.

But this doesn't work:
"C:\mailroot\scripts\test.exe"

Never executes at all.

My perl script filters work which I call:
"C:\perl\bin\perl.exe c:\mailroot\avfilter\av.pl"

I see no difference in permissions.


Any ideas about where to begin hunting why this won't execute an exe
directly.  Should I try a BAT file?  Is there some difference?


Terry Fritts


-
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: Hell error: 451 4.1.8 Domain of sender address test

2004-02-17 Thread Bill Healy
That's the A record, all he needs is MX.

Looks like the problem is with the name servers, ns1.gigared.com
returns:

; <<>> DiG 9.2.1 <<>> gervasoni-ingenieria.com mx @ns1.gigared.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31796
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;gervasoni-ingenieria.com.  IN  MX

;; ANSWER SECTION:
gervasoni-ingenieria.com. 2436  IN  MX  10
smtp.gervasoni-ingenieria.com.
gervasoni-ingenieria.com. 2436  IN  MX  20
smtp1.gervasoni-ingenieria.com.

;; AUTHORITY SECTION:
gervasoni-ingenieria.com. 150079 IN NS  ns1.gigared.com.
gervasoni-ingenieria.com. 150079 IN NS  ns2.gigared.com.

;; ADDITIONAL SECTION:
ns1.gigared.com.10800   IN  A   200.68.216.15
ns2.gigared.com.10800   IN  A   200.68.216.3



and ns2.gigared.com returns:

; <<>> DiG 9.2.1 <<>> gervasoni-ingenieria.com mx @ns2.gigared.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64398
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 2

;; QUESTION SECTION:
;gervasoni-ingenieria.com.  IN  MX

;; ANSWER SECTION:
gervasoni-ingenieria.com. 3600  IN  MX  10
smtp.gervasoni-ingenieria.com.
gervasoni-ingenieria.com. 3600  IN  MX  20
smtp1.gervasoni-ingenieria.com.

;; ADDITIONAL SECTION:
smtp.gervasoni-ingenieria.com. 3600 IN  A   200.68.216.11
smtp1.gervasoni-ingenieria.com. 3600 IN A   200.68.216.223


After querying ns1.gigared.com about smtp.gervasoni-ingenieria.com it
then started returning:

; <<>> DiG 9.2.1 <<>> gervasoni-ingenieria.com mx @ns1.gigared.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47521
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 4

;; QUESTION SECTION:
;gervasoni-ingenieria.com.  IN  MX

;; ANSWER SECTION:
gervasoni-ingenieria.com. 3600  IN  MX  20
smtp1.gervasoni-ingenieria.com.
gervasoni-ingenieria.com. 3600  IN  MX  10
smtp.gervasoni-ingenieria.com.

;; AUTHORITY SECTION:
gervasoni-ingenieria.com. 3600  IN  NS  ns1.gigared.com.
gervasoni-ingenieria.com. 3600  IN  NS  ns2.gigared.com.

;; ADDITIONAL SECTION:
smtp1.gervasoni-ingenieria.com. 3600 IN A   200.68.216.223
smtp.gervasoni-ingenieria.com. 3600 IN  A   200.68.216.11
ns1.gigared.com.10800   IN  A   200.68.216.15
ns2.gigared.com.10800   IN  A   200.68.216.3

Now it shows the entries for smtp and smtp1. Looks like some kind of
caching problem. You might want to check your timers on the DNS server. 

Bill


>--
>From:  Thomas Berger[SMTP:[EMAIL PROTECTED]
>Sent:  Tuesday, February 17, 2004 1:20 PM
>To:[EMAIL PROTECTED]
>Subject:   [xmail] Re: Hell error: 451 4.1.8 Domain of sender address test
>
>Hi chabral,
>
>[hope you're not only subscribed as [EMAIL PROTECTED]
>
> > From one day to another I began to get the error above (for any 
>account
> > of my domain). Below is the output of a simple telnet to port 25 of 
>one of
> > the servers that give us problems. As you can see if I try to send a 
>message
> > as being from my local domain I get this error, but if I use another 
>domain
> > everything is Ok.
> >
> > [EMAIL PROTECTED]:~ > telnet secsmtp1.panasonic.com 25
> > Trying 140.212.212.98...
> > Connected to secsmtp1.panasonic.com.
> > Escape character is '^]'.
> > 220 secsmtp1.panasonic.com ESMTP Panasonic.com ; Tue, 17 Feb 2004
> > 14:33:15 -0500
> > helo gervasoni-ingenieria.com
> > 250 secsmtp1.panasonic.com Hello smpt1.gervasoni-ingenieria.com
> > [200.68.216.223] (may be forged), pleased to meet you
> > mail from:<[EMAIL PROTECTED]>
> > 451 4.1.8 Domain of sender address [EMAIL PROTECTED] does not
> > resolve
>
>indeed:
>
>; <<>> DiG 9.2.3 <<>> gervasoni-ingenieria.com @a.gtld-servers.net
>;; global options:  printcmd
>;; Got answer:
>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41
>;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 2, ADDITIONAL: 2
>
>;; QUESTION SECTION:
>;gervasoni-ingenieria.com.  IN  A
>
>;; AUTHORITY SECTION:
>gervasoni-ingenieria.com. 172800 IN NS  ns1.gigared.com.
>gervasoni-ingenieria.com. 172800 IN NS  ns2.gigared.com.
>
>;; ADDITIONAL SECTION:
>ns1.gigared.com.172800  IN  A   200.68.216.15
>ns2.gigared.com.172800  IN  A   200.68.216.3
>
>;; Query time: 156 msec
>;; SERVER: 192.5.6.30#53(a.gtld-servers.net)
>;; WHEN: Tue Feb 17 22:14:44 2004
>;; MSG SIZE  rcvd: 118
>
>
>
>; <<>> DiG 9.2.3 <<>> gervasoni-ingenieria.com @ns1.gigared.com
>;; global options:  printcmd
>;; Got answer:
>;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 41
>;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
>
>;; QUESTION SECTION:
>;gervasoni-ingenieria.com.  IN  A
>
>;; Query time: 328 msec
>;; SERVER:

[xmail] Re: Hell error: 451 4.1.8 Domain of sender address test

2004-02-17 Thread Thomas Berger
Hi chabral,

[hope you're not only subscribed as [EMAIL PROTECTED]

 > From one day to another I began to get the error above (for any 
account
 > of my domain). Below is the output of a simple telnet to port 25 of 
one of
 > the servers that give us problems. As you can see if I try to send a 
message
 > as being from my local domain I get this error, but if I use another 
domain
 > everything is Ok.
 >
 > [EMAIL PROTECTED]:~ > telnet secsmtp1.panasonic.com 25
 > Trying 140.212.212.98...
 > Connected to secsmtp1.panasonic.com.
 > Escape character is '^]'.
 > 220 secsmtp1.panasonic.com ESMTP Panasonic.com ; Tue, 17 Feb 2004
 > 14:33:15 -0500
 > helo gervasoni-ingenieria.com
 > 250 secsmtp1.panasonic.com Hello smpt1.gervasoni-ingenieria.com
 > [200.68.216.223] (may be forged), pleased to meet you
 > mail from:<[EMAIL PROTECTED]>
 > 451 4.1.8 Domain of sender address [EMAIL PROTECTED] does not
 > resolve

indeed:

; <<>> DiG 9.2.3 <<>> gervasoni-ingenieria.com @a.gtld-servers.net
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;gervasoni-ingenieria.com.  IN  A

;; AUTHORITY SECTION:
gervasoni-ingenieria.com. 172800 IN NS  ns1.gigared.com.
gervasoni-ingenieria.com. 172800 IN NS  ns2.gigared.com.

;; ADDITIONAL SECTION:
ns1.gigared.com.172800  IN  A   200.68.216.15
ns2.gigared.com.172800  IN  A   200.68.216.3

;; Query time: 156 msec
;; SERVER: 192.5.6.30#53(a.gtld-servers.net)
;; WHEN: Tue Feb 17 22:14:44 2004
;; MSG SIZE  rcvd: 118



; <<>> DiG 9.2.3 <<>> gervasoni-ingenieria.com @ns1.gigared.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 41
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;gervasoni-ingenieria.com.  IN  A

;; Query time: 328 msec
;; SERVER: 200.68.216.15#53(ns1.gigared.com)
;; WHEN: Tue Feb 17 22:14:46 2004
;; MSG SIZE  rcvd: 42



; <<>> DiG 9.2.3 <<>> gervasoni-ingenieria.com @ns2.gigared.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 41
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;gervasoni-ingenieria.com.  IN  A

;; Query time: 328 msec
;; SERVER: 200.68.216.3#53(ns2.gigared.com)
;; WHEN: Tue Feb 17 22:14:47 2004
;; MSG SIZE  rcvd: 42


viele Gruesse
Thomas Berger
-
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] Hell error: 451 4.1.8 Domain of sender address test@gervasoni-ingenieria.com does not resolve

2004-02-17 Thread chabral
Hi,
From one day to another I began to get the error above (for any account
of my domain). Below is the output of a simple telnet to port 25 of one of
the servers that give us problems. As you can see if I try to send a message
as being from my local domain I get this error, but if I use another domain
everything is Ok.

[EMAIL PROTECTED]:~ > telnet secsmtp1.panasonic.com 25
Trying 140.212.212.98...
Connected to secsmtp1.panasonic.com.
Escape character is '^]'.
220 secsmtp1.panasonic.com ESMTP Panasonic.com ; Tue, 17 Feb 2004
14:33:15 -0500
helo gervasoni-ingenieria.com
250 secsmtp1.panasonic.com Hello smpt1.gervasoni-ingenieria.com
[200.68.216.223] (may be forged), pleased to meet you
mail from:<[EMAIL PROTECTED]>
451 4.1.8 Domain of sender address [EMAIL PROTECTED] does not
resolve
mail from:<[EMAIL PROTECTED]>
250 2.1.0 <[EMAIL PROTECTED]>... Sender ok
rset
250 2.0.0 Reset state
quit
221 2.0.0 secsmtp1.panasonic.com closing connection
Connection closed by foreign host.
[EMAIL PROTECTED]:~ >

Help!

chabral

-
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: attachment filtering

2004-02-17 Thread Dale Qualls
sweet, thanks

>>> [EMAIL PROTECTED] 02/17/04 11:38AM >>>
Yep, get it at ftp://ftp.xmail.homelinux.net . Name is attach2.

Sasa

Dale Qualls pravi:
> Besides MimeFilter, is anyone aware of a filter to block certain file =
=3D
> attachments such as .dll, .wsh, .bat, .pif and .exe??
>=20
> Thanks!
>=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: attachment filtering

2004-02-17 Thread Sasa Stupar
Yep, get it at ftp://ftp.xmail.homelinux.net . Name is attach2.

Sasa

Dale Qualls pravi:
> Besides MimeFilter, is anyone aware of a filter to block certain file =
> attachments such as .dll, .wsh, .bat, .pif and .exe??
> 
> 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: attachment filtering

2004-02-17 Thread Francesco Vertova
You wrote:

> Besides MimeFilter, is anyone aware of a filter to block certain file =
> attachments such as .dll, .wsh, .bat, .pif and .exe??

For Win32 there is a VB script by Michal 'Altair' Valasek at 
http://software.altaircom.net/software/xmail-flavs.aspx

I've been running it - with very minor modifications - since I first installed XMail 
last October.

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]



[xmail] attachment filtering

2004-02-17 Thread Dale Qualls
Besides MimeFilter, is anyone aware of a filter to block certain file =
attachments such as .dll, .wsh, .bat, .pif and .exe??

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: change smtp port

2004-02-17 Thread Shawn Anderson
Have you looked at the command line parameters in the Documentation :)
Check under the SMTP section..
Shawn 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Spyros Tsiolis
Sent: Tuesday, February 17, 2004 4:04 AM
To: [EMAIL PROTECTED]
Subject: [xmail] change smtp port

Hello again,

Any ideas if xmail can be configured to use an smtp port diferrent than the
normal ? (port 25) ?

s.




-
"I merely function as a channel that filters music through the chaos of
noise"
- Vangelis

_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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



-- Binary/unsupported file stripped by Ecartis --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s


-
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: autoreply and forwarding.

2004-02-17 Thread ASPwebServer
Dear Sir/Madam,

Thanks I already found out how to set the redirect / forward using the admin
server.

Anyone know how to do the account autoreply without using a filter ??? :-)

Best Regards,
Samir.
Developer, StarSys Networks.

- Original Message - 
From: "Achim Schmidt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 17, 2004 3:41 PM
Subject: [xmail] Re: autoreply and forwarding.


> - Set up the user [EMAIL PROTECTED]
> - Put the follwing line into the users mailproc.tab:
> redirect"[EMAIL PROTECTED]"
> (simply use an ascci-text editor for that job)
>
> thats it...
>
> - achim
>
> Am Di, 2004-02-17 um 06.49 schrieb ASPwebServer:
> > Dear Sir/Madam,
> >
> > Thanks for your reply but I cant figure out how to set the mailproc file
> > with the admin server with usersetmproc or usergetmproc commands.
(account
> > forwarding and account autoreply)
> >
> > Can anyone give some examples or links to examples.
> >
> > Best Regards,
> > Samir.
> > Developer, StarSys Networks.
> >
> > - Original Message - 
> > From: "Davide Libenzi" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, February 16, 2004 9:29 PM
> > Subject: [xmail] Re: autoreply and forwarding.
> >
> > > On Mon, 16 Feb 2004, ASPwebServer wrote:
> > >
> > > > Dear Sir/Madam,
> > > >
> > > > Hi, I would like to know, how to formail emails to external email
address.
> > > > Like [EMAIL PROTECTED] to [EMAIL PROTECTED]
> > > >
> > > > And how to set auto reply to a particular email account.
> > >
> > > > Do I need to use filters ?
> > >
> > > No. The mailproc.tab with a redirect will work just fine.
> > >
> > > - 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: change smtp port

2004-02-17 Thread Achim Schmidt
As a wrote on 12th of Feb:

http://www.xmailserver.org/Readme.html#command_line
says:

-Sp port
Set SMTP server port (if you change this you must know what you're
doing).

e.g. add "-Sp 999" to your initscript command-line parameter
(XMAIL_CMD_LINE), if smtp should listen on port 999

Am Di, 2004-02-17 um 10.03 schrieb Spyros Tsiolis:
> Hello again,
> 
> Any ideas if xmail can be configured to use an smtp port diferrent than the
> normal ? (port 25) ?
> 
> s.
> 
> 
> 
> 
> -
> "I merely function as a channel that filters music through
> the chaos of noise"
> - Vangelis
> 
> _
> Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
> http://join.msn.com/?page=features/featuredemail
> 
> -
> 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: autoreply and forwarding.

2004-02-17 Thread Achim Schmidt
- Set up the user [EMAIL PROTECTED]
- Put the follwing line into the users mailproc.tab:
redirect"[EMAIL PROTECTED]"
(simply use an ascci-text editor for that job)

thats it...

- achim

Am Di, 2004-02-17 um 06.49 schrieb ASPwebServer:
> Dear Sir/Madam,
> 
> Thanks for your reply but I cant figure out how to set the mailproc file
> with the admin server with usersetmproc or usergetmproc commands. (account
> forwarding and account autoreply)
> 
> Can anyone give some examples or links to examples.
> 
> Best Regards,
> Samir.
> Developer, StarSys Networks.
> 
> - Original Message - 
> From: "Davide Libenzi" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, February 16, 2004 9:29 PM
> Subject: [xmail] Re: autoreply and forwarding.
> 
> 
> > On Mon, 16 Feb 2004, ASPwebServer wrote:
> >
> > > Dear Sir/Madam,
> > >
> > > Hi, I would like to know, how to formail emails to external email
> address.
> > > Like [EMAIL PROTECTED] to [EMAIL PROTECTED]
> > >
> > > And how to set auto reply to a particular email account.
> > >
> > > Do I need to use filters ?
> >
> > No. The mailproc.tab with a redirect will work just fine.
> >
> >
> > - 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] change smtp port

2004-02-17 Thread Spyros Tsiolis
Hello again,

Any ideas if xmail can be configured to use an smtp port diferrent than the
normal ? (port 25) ?

s.




-
"I merely function as a channel that filters music through
the chaos of noise"
- Vangelis

_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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