[xmail] Re: Perl in windows.

2002-12-31 Thread CLEMENT Francis


To try running directly a .pl file verify that :
the PATHEXT global variable contains .PL in it
AND
the .PL files are well associated with {path to perl.exe}\perl.exe
(a standard activeperl should do these two, but not sure for the first)

If it don't work try starting the script with perl.exe
D:\Mailroot\Scripts\autoreply.pl
in the mailproc.tab replacing D:\Mailroot\Scripts\autoreply.pl

If it don't work too try with {path to perl.exe}\perl.exe
D:\Mailroot\Scripts\autoreply.pl

Note that standard 'registered' (in the registry) associated files =
handling
seems to not be handled by the win32 api function used in xmail to =
start a
process (i don't have in mind the name of the function used and the =
name of
the api function that handle these associations)

If fact to be sure that a script (perl, tcl, vbs, js, ...) starts from =
xmail
ALLWAYS use the syntax :
{full path to exe that handle the script type, ie c:\perl\perl.exe}
{full path to script file, ie toto.pl}


Francis






-Message d'origine-
De : Theo [mailto:[EMAIL PROTECTED]]
Envoy=E9 : lundi 30 d=E9cembre 2002 21:59
=C0 : [EMAIL PROTECTED]
Objet : [xmail] Perl in windows.



Hello ,

Nice the xmailserver list is back ;-)

But i have some dificulty's starting perl script via mailproc.tab in
xmail /windows.
Note that i'm not using xmail on windows myself ,but someone other has
this strange problem.

I'm the developer of autoreply script , it runs nice within xmail/linux
, but in xmail/windows there seems some probllems .
I think that the perl executable cannot be found ..
From the commandline ('dos' prompt) all works as it should be . but
when starting from xmail's mailproc.tab  xmail responses with the
following errors:

SMTP client connection from [x.x.x.x]
SMTP client exit [x.x.x.x]
SMAIL local SMTP =3D domain.net From =3D [EMAIL PROTECTED] To=3D
[EMAIL PROTECTED]

ErrCode   =3D -121
ErrString =3D Error executing external process
USMAIL EXTRN-Send Prg =3D D:\Mailroot\Scripts\autoreply.pl From
=3D[EMAIL PROTECTED] To =3D [EMAIL PROTECTED] Failed !

We've tested  to start the script via a batch file(within mailproc.tab)
, and then all works well , so in my opinion perl couldn't be started
due some strange reasons .
Perl is in the 'path' , and  .pl files are associated with perl=20

btw Xmail is running as service .




Groeten,
Theo.
--=20
You've got TECO. What more do you want?=20
-Overzicht lijnmonitoren : http://lijnmonitor.thbird.org/overzicht
-Kwaliteitstest Cistron Backbone : http://lijnmonitor.thbird.org
-Our sites are 100% UPC free
--Uptime thbird.org:59 days, 8 hours and 21 minutes, 0 users 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] [xmail] Re: Perl in windows. Ticket:3152

2002-12-31 Thread
 Status:[IMG][1] [IMG][2] [IMG][3] To try running directly a .pl file verify
that : the PATHEXT global variable contains .PL in it AND the .PL files are
well associated with {path to perl.exe}\perl.exe (a standard activeperl
should do these two, but not sure for the first) If it don't work try
starting the script with perl.exe D:\Mailroot\Scripts\autoreply.pl in the
mailproc.tab replacing D:\Mailroot\Scripts\autoreply.pl If it don't work
too try with {path to perl.exe}\perl.exe D:\Mailroot\Scripts\autoreply.pl
Note that standard 'registered' (in the registry) associated files =
handlingseems to not be handled by the win32 api function used in xmail to =
start a process (i don't have in mind the name of the function used and the
=name of the api function that handle these associations) If fact to be sure
that a script (perl, tcl, vbs, js, ...) starts from = xmail ALLWAYS use the
syntax : {full path to exe that handle the script type, ie
c:\perl\perl.exe}{full path to script file, ie toto.pl} Francis
-Messaged'origine- De : Theo [mailto:[EMAIL PROTECTED]] Envoy=E9 :
lundi 30 d=E9cembre 2002 21:59 =C0 : [EMAIL PROTECTED] Objet : [xmail]
Perl in windows. Hello , Nice the xmailserver list is back ;-) But i have
some dificulty's starting perl script via mailproc.tab in xmail /windows.
Note that i'm not using xmail on windows myself ,but someone other has this
strange problem. I'm the developer of autoreply script , it runs nice within
xmail/linux , but in xmail/windows there seems some probllems . I think that
the perl executable cannot be found .. From the commandline ('dos' prompt)
all works as it should be . but when starting from xmail's mailproc.tab
xmailresponses with the following errors: SMTP client connection from
[x.x.x.x] SMTP client exit [x.x.x.x] SMAIL local SMTP =3D domain.net From
=3D To=3D 

--- Links ---
   1 http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152
   2 http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152
   3 http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]




[xmail] [xmail] [xmail] Re: Perl in windows. Ticket:3152

2002-12-31 Thread
 Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3] To try
running directly a .pl file verify that : the PATHEXT global variable
contains .PL in it AND the .PL files are well associated with {path to
perl.exe}\perl.exe (a standard activeperl should do these two, but not sure
for the first) If it don't work try starting the script with perl.exe
D:\Mailroot\Scripts\autoreply.pl in the mailproc.tab replacing
D:\Mailroot\Scripts\autoreply.pl If it don't work too try with {path to
perl.exe}\perl.exe D:\Mailroot\Scripts\autoreply.pl Note that standard
'registered' (in the registry) associated files = handlingseems to not be
handled by the win32 api function used in xmail to = start a process (i
don'thave in mind the name of the function used and the =name of the api
function that handle these associations) If fact to be sure that a script
(perl, tcl, vbs, js, ...) starts from = xmail ALLWAYS use the syntax :
{fullpath to exe that handle the script type, ie c:\perl\perl.exe}{full
pathto script file, ie toto.pl} Francis -Messaged'origine- De :
Theo[mailto:[EMAIL PROTECTED]] Envoy=E9 : lundi 30 d=E9cembre 2002 21:59 =C0 :
[EMAIL PROTECTED] Objet : [xmail] Perl in windows. Hello , Nice the
xmailserver list is back ;-) But i have some dificulty's starting perl
scriptvia mailproc.tab in xmail /windows. Note that i'm not using xmail on
windows myself ,but someone other has this strange problem. I'm the
developerof autoreply script , it runs nice within xmail/linux , but in
xmail/windows there seems some probllems . I think that the perl executable
cannot be found .. From the commandline ('dos' prompt) all works as it
should be . but when starting from xmail's mailproc.tab xmailresponses with
the following errors: SMTP client connection from [x.x.x.x] SMTP client exit
[x.x.x.x] SMAIL local SMTP =3D domain.net From =3D To=3D --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] 

--- Links ---
   1 http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152
   2 http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152
   3 http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]




[xmail] [xmail] [xmail] [xmail] [xmail] Re: Perl in windows. Ticket:3152

2002-12-31 Thread
 Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3] To try
running directly a .pl file verify that : the PATHEXT global variable
contains .PL in it AND the .PL files are well associated with {path to
perl.exe}\perl.exe (a standard activeperl should do these two, but not sure
for the first) If it don't work try starting the script with perl.exe
D:\Mailroot\Scripts\autoreply.pl in the mailproc.tab replacing
D:\Mailroot\Scripts\autoreply.pl If it don't work too try with {path to
perl.exe}\perl.exe D:\Mailroot\Scripts\autoreply.pl Note that standard
'registered' (in the registry) associated files = handlingseems to not be
handled by the win32 api function used in xmail to = start a process (i
don'thave in mind the name of the function used and the =name of the api
function that handle these associations) If fact to be sure that a script
(perl, tcl, vbs, js, ...) starts from = xmail ALLWAYS use the syntax :
{fullpath to exe that handle the script type, ie c:\perl\perl.exe}{full
pathto script file, ie toto.pl} Francis -Messaged'origine- De :
Theo[mailto:[EMAIL PROTECTED]] Envoy=E9 : lundi30 d=E9cembre 2002 21:59 =C0 :
[EMAIL PROTECTED] Objet : [xmail] Perl in windows. Hello , Nice the
xmailserver list is back ;-) But i have some dificulty's starting perl
scriptvia mailproc.tab in xmail /windows. Notethat i'm not using xmail on
windows myself ,but someone other has this strange problem. I'm the
developerof autoreply script , it runs nice within xmail/linux , but in
xmail/windows there seems some probllems . I think that the perl executable
cannot be found .. From the commandline ('dos' prompt) all works as it
should be . but when starting from xmail's mailproc.tab xmailresponses with
the following errors: SMTP client connection from [x.x.x.x] SMTP client exit
[x.x.x.x] SMAIL local SMTP =3D domain.net From =3D To=3D --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] 

--- Links ---
   1 http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152
   2 http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152
   3 http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]




[xmail] [xmail] [xmail] [xmail] [xmail] [xmail] Re: Perl in windows. Ticket:3152

2002-12-31 Thread
 Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] To try running directly a .pl file verify
that : the PATHEXT global variable contains .PL in it AND the .PL files are
well associated with {path to perl.exe}\perl.exe (a standard activeperl
should do these two, but not sure for the first) If it don't work try
starting the script with perl.exe D:\Mailroot\Scripts\autoreply.pl in the
mailproc.tab replacing D:\Mailroot\Scripts\autoreply.pl If it don't work
too try with {path to perl.exe}\perl.exe D:\Mailroot\Scripts\autoreply.pl
Note that standard 'registered' (in the registry) associated files =
handlingseems to not be handled by the win32 api function used in xmail to =
start a process (i don'thave in mind the name of the function used and the
=name of the api function that handle these associations) If fact to be sure
that a script (perl, tcl, vbs, js, ...) starts from = xmail ALLWAYS use the
syntax : {fullpath to exe that handle the script type, ie
c:\perl\perl.exe}{full pathto script file, ie toto.pl} Francis
-Messaged'origine- De : Theo[mailto:[EMAIL PROTECTED]] Envoy=E9 :
lundi30 d=E9cembre 2002 21:59 =C0 : [EMAIL PROTECTED] Objet : [xmail]
Perl in windows. Hello , Nice the xmailserver list is back ;-) But i have
some dificulty's starting perl scriptvia mailproc.tab in xmail /windows.
Notethat i'm not using xmail on windows myself ,but someone other has this
strange problem. I'm the developerof autoreply script , it runs nice within
xmail/linux , but in xmail/windows there seems some probllems . I think that
the perl executable cannot be found .. From the commandline ('dos' prompt)
all works as it should be . but when starting from xmail's mailproc.tab
xmailresponses with the following errors: SMTP client connection from
[x.x.x.x] SMTP client exit [x.x.x.x] SMAIL local SMTP =3D domain.net From
=3D To=3D --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] 

--- Links ---
   1 http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152
   2 http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152
   3 http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]




[xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] Re: Perl in windows. Ticket:3152

2002-12-31 Thread
 Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3] To try
running directly a .pl file verify that : the PATHEXT global variable
contains .PL in it AND the .PL files are well associated with {path to
perl.exe}\perl.exe (a standard activeperl should do these two, but not sure
for the first) If it don't work try starting the script with perl.exe
D:\Mailroot\Scripts\autoreply.pl in the mailproc.tab replacing
D:\Mailroot\Scripts\autoreply.pl If it don't work too try with {path to
perl.exe}\perl.exe D:\Mailroot\Scripts\autoreply.pl Note that standard
'registered' (in the registry) associated files = handlingseems to not be
handled by the win32 api function used in xmail to = start a process (i
don'thave in mind the name of the function used and the =name of the api
function that handle these associations) If fact to be sure that a script
(perl, tcl, vbs, js, ...) starts from = xmail ALLWAYS use the syntax :
{fullpath to exe that handle the script type, ie c:\perl\perl.exe}{full
pathto script file, ie toto.pl} Francis -Messaged'origine- De :
Theo[mailto:[EMAIL PROTECTED]] Envoy=E9 : lundi30 d=E9cembre 2002 21:59 =C0 :
[EMAIL PROTECTED] Objet : [xmail] Perl in windows. Hello , Nice the
xmailserver list is back ;-) But i have some dificulty's starting perl
scriptvia mailproc.tab in xmail /windows. Notethat i'm not using xmail on
windows myself ,but someone other has this strange problem. I'm the
developerof autoreply script , it runs nice within xmail/linux , but in
xmail/windows there seems some probllems . I think that the perl executable
cannot be found .. From the commandline ('dos' prompt) all works as it
should be . but when starting from xmail's mailproc.tab xmailresponses with
the following errors: SMTP client connection from [x.x.x.x] SMTP client exit
[x.x.x.x] SMAIL local SMTP =3D domain.net From =3D To=3D --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] 

--- Links ---
   1 http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152
   2 http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152
   3 http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]




[xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] Re: Perl in windows. Ticket:3152

2002-12-31 Thread
 Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] To try running directly a .pl file verify
that : the PATHEXT global variable contains .PL in it AND the .PL files are
well associated with {path to perl.exe}\perl.exe (a standard activeperl
should do these two, but not sure for the first) If it don't work try
starting the script with perl.exe D:\Mailroot\Scripts\autoreply.pl in the
mailproc.tab replacing D:\Mailroot\Scripts\autoreply.pl If it don't work
too try with {path to perl.exe}\perl.exe D:\Mailroot\Scripts\autoreply.pl
Note that standard 'registered' (in the registry) associated files =
handlingseems to not be handled by the win32 api function used in xmail to =
start a process (i don'thave in mind the name of the function used and the
=name of the api function that handle these associations) If fact to be sure
that a script (perl, tcl, vbs, js, ...) starts from = xmail ALLWAYS use the
syntax : {fullpath to exe that handle the script type, ie
c:\perl\perl.exe}{full pathto script file, ie toto.pl} Francis
-Messaged'origine- De : Theo[mailto:[EMAIL PROTECTED]] Envoy=E9 :
lundi30 d=E9cembre 2002 21:59 =C0 : [EMAIL PROTECTED] Objet : [xmail]
Perl in windows. Hello , Nice the xmailserver list is back ;-) But i have
some dificulty's starting perl scriptvia mailproc.tab in xmail /windows.
Notethat i'm not using xmail on windows myself ,but someone other has this
strange problem. I'm the developerof autoreply script , it runs nice within
xmail/linux , but in xmail/windows there seems some probllems . I think that
the perl executable cannot be found .. From the commandline ('dos' prompt)
all works as it should be . but when starting from xmail's mailproc.tab
xmailresponses with the following errors: SMTP client connection from
[x.x.x.x] SMTP client exit [x.x.x.x] SMAIL local SMTP =3D domain.net From
=3D To=3D --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] 

--- Links ---
   1 http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152
   2 http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152
   3 http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]




[xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] Re: Perl in windows. Ticket:3152

2002-12-31 Thread
 Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3] To try
running directly a .pl file verify that : the PATHEXT global variable
contains .PL in it AND the .PL files are well associated with {path to
perl.exe}\perl.exe (a standard activeperl should do these two, but not sure
for the first) If it don't work try starting the script with perl.exe
D:\Mailroot\Scripts\autoreply.pl in the mailproc.tab replacing
D:\Mailroot\Scripts\autoreply.pl If it don't work too try with {path to
perl.exe}\perl.exe D:\Mailroot\Scripts\autoreply.pl Note that standard
'registered' (in the registry) associated files = handlingseems to not be
handled by the win32 api function used in xmail to = start a process (i
don'thave in mind the name of the function used and the =name of the api
function that handle these associations) If fact to be sure that a script
(perl, tcl, vbs, js, ...) starts from = xmail ALLWAYS use the syntax :
{fullpath to exe that handle the script type, ie c:\perl\perl.exe}{full
pathto script file, ie toto.pl} Francis -Messaged'origine- De :
Theo[mailto:[EMAIL PROTECTED]] Envoy=E9 : lundi30 d=E9cembre 2002 21:59 =C0 :
[EMAIL PROTECTED] Objet : [xmail] Perl in windows. Hello , Nice the
xmailserver list is back ;-) But i have some dificulty's starting perl
scriptvia mailproc.tab in xmail /windows. Notethat i'm not using xmail on
windows myself ,but someone other has this strange problem. I'm the
developerof autoreply script , it runs nice within xmail/linux , but in
xmail/windows there seems some probllems . I think that the perl executable
cannot be found .. From the commandline ('dos' prompt) all works as it
should be . but when starting from xmail's mailproc.tab xmailresponses with
the following errors: SMTP client connection from [x.x.x.x] SMTP client exit
[x.x.x.x] SMAIL local SMTP =3D domain.net From =3D To=3D --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] 

--- Links ---
   1 

[xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] Re: Perl in windows. Ticket:3152

2002-12-31 Thread
 Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] To try running directly a .pl file verify
that : the PATHEXT global variable contains .PL in it AND the .PL files are
well associated with {path to perl.exe}\perl.exe (a standard activeperl
should do these two, but not sure for the first) If it don't work try
starting the script with perl.exe D:\Mailroot\Scripts\autoreply.pl in the
mailproc.tab replacing D:\Mailroot\Scripts\autoreply.pl If it don't work
too try with {path to perl.exe}\perl.exe D:\Mailroot\Scripts\autoreply.pl
Note that standard 'registered' (in the registry) associated files =
handlingseems to not be handled by the win32 api function used in xmail to =
start a process (i don'thave in mind the name of the function used and the
=name of the api function that handle these associations) If fact to be sure
that a script (perl, tcl, vbs, js, ...) starts from = xmail ALLWAYS use the
syntax : {fullpath to exe that handle the script type, ie
c:\perl\perl.exe}{full pathto script file, ie toto.pl} Francis
-Messaged'origine- De : Theo[mailto:[EMAIL PROTECTED]] Envoy=E9 :
lundi30 d=E9cembre 2002 21:59 =C0 : [EMAIL PROTECTED] Objet : [xmail]
Perl in windows. Hello , Nice the xmailserver list is back ;-) But i have
some dificulty's starting perl scriptvia mailproc.tab in xmail /windows.
Notethat i'm not using xmail on windows myself ,but someone other has this
strange problem. I'm the developerof autoreply script , it runs nice within
xmail/linux , but in xmail/windows there seems some probllems . I think that
the perl executable cannot be found .. From the commandline ('dos' prompt)
all works as it should be . but when starting from xmail's mailproc.tab
xmailresponses with the following errors: SMTP client connection from
[x.x.x.x] SMTP client exit [x.x.x.x] SMAIL local SMTP =3D domain.net From
=3D To=3D --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - To
unsubscribe from this list: send the line unsubscribe xmail in the body of
a message to [EMAIL PROTECTED] For general help: send the line help
in the body of a message to [EMAIL PROTECTED] --- 

[xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] Re: Perl in windows. Ticket:3152

2002-12-31 Thread
 Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3] To try
running directly a .pl file verify that : the PATHEXT global variable
contains .PL in it AND the .PL files are well associated with {path to
perl.exe}\perl.exe (a standard activeperl should do these two, but not sure
for the first) If it don't work try starting the script with perl.exe
D:\Mailroot\Scripts\autoreply.pl in the mailproc.tab replacing
D:\Mailroot\Scripts\autoreply.pl If it don't work too try with {path to
perl.exe}\perl.exe D:\Mailroot\Scripts\autoreply.pl Note that standard
'registered' (in the registry) associated files = handlingseems to not be
handled by the win32 api function used in xmail to = start a process (i
don'thave in mind the name of the function used and the =name of the api
function that handle these associations) If fact to be sure that a script
(perl, tcl, vbs, js, ...) starts from = xmail ALLWAYS use the syntax :
{fullpath to exe that handle the script type, ie c:\perl\perl.exe}{full
pathto script file, ie toto.pl} Francis -Messaged'origine- De :
Theo[mailto:[EMAIL PROTECTED]] Envoy=E9 : lundi30 d=E9cembre 2002 21:59 =C0 :
[EMAIL PROTECTED] Objet : [xmail] Perl in windows. Hello , Nice the
xmailserver list is back ;-) But i have some dificulty's starting perl
scriptvia mailproc.tab in xmail /windows. Notethat i'm not using xmail on
windows myself ,but someone other has this strange problem. I'm the
developerof autoreply script , it runs nice within xmail/linux , but in
xmail/windows there seems some probllems . I think that the perl executable
cannot be found .. From the commandline ('dos' prompt) all works as it
should be . but when starting from xmail's mailproc.tab xmailresponses with
the following errors: SMTP client connection from [x.x.x.x] SMTP client exit
[x.x.x.x] SMAIL local SMTP =3D domain.net From =3D To=3D --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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 

[xmail] Re: Perl in windows. Ticket:3152

2002-12-31 Thread Snke Ruempler

 Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
 Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
 Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3] To try

UH? WHAT THE F*** ??? :-))

by the way  - happy new year - don't drink and drive :-))

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




[xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] Re: Perl in windows. Ticket:3152

2002-12-31 Thread
 Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3] To try
running directly a .pl file verify that : the PATHEXT global variable
contains .PL in it AND the .PL files are well associated with {path to
perl.exe}\perl.exe (a standard activeperl should do these two, but not sure
for the first) If it don't work try starting the script with perl.exe
D:\Mailroot\Scripts\autoreply.pl in the mailproc.tab replacing
D:\Mailroot\Scripts\autoreply.pl If it don't work too try with {path to
perl.exe}\perl.exe D:\Mailroot\Scripts\autoreply.pl Note that standard
'registered' (in the registry) associated files = handlingseems to not be
handled by the win32 api function used in xmail to = start a process (i
don'thave in mind the name of the function used and the =name of the api
function that handle these associations) If fact to be sure that a script
(perl, tcl, vbs, js, ...) starts from = xmail ALLWAYS use the syntax :
{fullpath to exe that handle the script type, ie c:\perl\perl.exe}{full
pathto script file, ie toto.pl} Francis -Messaged'origine- De :
Theo[mailto:[EMAIL PROTECTED]] Envoy=E9 : lundi30 d=E9cembre 2002 21:59 =C0 :
[EMAIL PROTECTED] Objet : [xmail] Perl in windows. Hello , Nice the
xmailserver list is back ;-) But i have some dificulty's starting perl
scriptvia mailproc.tab in xmail /windows. Notethat i'm not using xmail on
windows myself ,but someone other has this strange problem. I'm the
developerof autoreply script , it runs nice within xmail/linux , but in
xmail/windows there seems some probllems . I think that the perl executable
cannot be found .. From the commandline ('dos' prompt) all works as it
should be . but when starting from xmail's mailproc.tab xmailresponses with
the following errors: SMTP client connection from [x.x.x.x] SMTP client exit
[x.x.x.x] SMAIL local SMTP =3D domain.net From =3D To=3D --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - To
unsubscribe from this list: send the line unsubscribe xmail in the body of
a message to 

[xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] [xmail] Re: Perl in windows. Ticket:3152

2002-12-31 Thread
 Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] Status:[IMG][1] [IMG][2] [IMG][3]
Status:[IMG][1] [IMG][2] [IMG][3] To try running directly a .pl file verify
that : the PATHEXT global variable contains .PL in it AND the .PL files are
well associated with {path to perl.exe}\perl.exe (a standard activeperl
should do these two, but not sure for the first) If it don't work try
starting the script with perl.exe D:\Mailroot\Scripts\autoreply.pl in the
mailproc.tab replacing D:\Mailroot\Scripts\autoreply.pl If it don't work
too try with {path to perl.exe}\perl.exe D:\Mailroot\Scripts\autoreply.pl
Note that standard 'registered' (in the registry) associated files =
handlingseems to not be handled by the win32 api function used in xmail to =
start a process (i don'thave in mind the name of the function used and the
=name of the api function that handle these associations) If fact to be sure
that a script (perl, tcl, vbs, js, ...) starts from = xmail ALLWAYS use the
syntax : {fullpath to exe that handle the script type, ie
c:\perl\perl.exe}{full pathto script file, ie toto.pl} Francis
-Messaged'origine- De : Theo[mailto:[EMAIL PROTECTED]] Envoy=E9 :
lundi30 d=E9cembre 2002 21:59 =C0 : [EMAIL PROTECTED] Objet : [xmail]
Perl in windows. Hello , Nice the xmailserver list is back ;-) But i have
some dificulty's starting perl scriptvia mailproc.tab in xmail /windows.
Notethat i'm not using xmail on windows myself ,but someone other has this
strange problem. I'm the developerof autoreply script , it runs nice within
xmail/linux , but in xmail/windows there seems some probllems . I think that
the perl executable cannot be found .. From the commandline ('dos' prompt)
all works as it should be . but when starting from xmail's mailproc.tab
xmailresponses with the following errors: SMTP client connection from
[x.x.x.x] SMTP client exit [x.x.x.x] SMAIL local SMTP =3D domain.net From
=3D To=3D --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - 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] --- Links --- 1
http://HostingController.com/crm/GetTicketStatus.cfm?TicketID=3152 2
http://HostingController.com/crm/CloseThisTicket.cfm?TicketID=3152 3
http://HostingController.com/crm/LeaveFeedback.cfm?TicketID=3152 - To
unsubscribe from this list: send the line unsubscribe 

[xmail] Re: www.Xmailserver.org not reachable

2002-12-31 Thread Andrew Joakimsen

www.th.xmailserver.org is up and works

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Shawn Anderson
Sent: Tuesday, December 31, 2002 8:16 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: www.Xmailserver.org not reachable



Good point, I forgot about that :)  I'll fix that today...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Frederik Gallon
Sent: Tuesday, December 31, 2002 8:07 AM
To: '[EMAIL PROTECTED]'
Subject: [xmail] Re: www.Xmailserver.org not reachable



Yes shawn ... But the 'docs' are reffered to www.xmailserver.org/etc So
no good!

 -Oorspronkelijk bericht-
 Van: Shawn Anderson [mailto:[EMAIL PROTECTED]]
 Verzonden: dinsdag 31 december 2002 1:05
 Aan: [EMAIL PROTECTED]
 Onderwerp: [xmail] Re: www.Xmailserver.org not reachable
 
 
 
 So does xmail.eye-catcher.com :)
 
 Shawn
 
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]]
 On Behalf Of Frederik
 Gallon
 Sent: Monday, December 30, 2002 2:55 AM
 To: '[EMAIL PROTECTED]'
 Subject: [xmail] www.Xmailserver.org not reachable
 
 
 
 Hi group,
 
 Today www.xmailserver.org is (again) not reachable??
 A trace gives severe timeouts after sprintlink.net??
 
 Just to let u know the 'backups' work fine. www.cz.xmailserver.org or 
  www.de.xmailserver.org
 
 May the
 last two days of this year
 be easy ones.
 
 Frederik
 -
 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] Re: XmailStats

2002-12-31 Thread Rene Rivera

[2002-12-31] Troy Rodriguez wrote:


Has anyone thought of a wonderful way to  get the script to run at a
scheduled time everyday in Windows?

Ahh, Scheduled Tasks in Control Panels? RTFM, for Windows in this case
;-)


-- grafik - Don't Assume Anything
-- [EMAIL PROTECTED] - [EMAIL PROTECTED]
-- 102708583@icq
-
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: XmailStats

2002-12-31 Thread Troy Rodriguez

If I input xmailstats.pl td html into the command line in windows it
prints the entire process to the screen. Unless I specify a filename and
path for the output file . So my problem is that if I enter the above
statement into Task Scheduler it will not make a file yet if I put a
filename in then it will overwrite that file every day.=20

-Original Message-
From: Shawn Anderson [mailto:[EMAIL PROTECTED]]=20
Sent: Tuesday, December 31, 2002 11:43 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: XmailStats



If you are running the latest version (my update), it will automatically
generate the file name based on the current date.

.../XMailStats.pl yd HTML

Will generate a report for yesterday in HTML format.

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Troy Rodriguez
Sent: Tuesday, December 31, 2002 12:41 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: XmailStats



Ok so how do you get the scheduled task to change the name of the file
every time it is run??

-Original Message-
From: Rene Rivera [mailto:[EMAIL PROTECTED]]=3D20
Sent: Tuesday, December 31, 2002 10:52 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: XmailStats



[2002-12-31] Troy Rodriguez wrote:


Has anyone thought of a wonderful way to  get the script to run at =
a=3D20

scheduled time everyday in Windows?

Ahh, Scheduled Tasks in Control Panels? RTFM, for Windows in this
case
;-)


-- grafik - Don't Assume Anything
-- [EMAIL PROTECTED] - [EMAIL PROTECTED]
-- 102708583@icq
-
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] Re: XmailStats

2002-12-31 Thread Troy Rodriguez

Excellent it works like a champ. Thank you for the info Shawn.. It is
good to know this kind of stuff for the docs...=3D)

Troy

-Original Message-
From: Shawn Anderson [mailto:[EMAIL PROTECTED]]=20
Sent: Tuesday, December 31, 2002 11:56 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: XmailStats



Sorry my mistake :)

.../XMailStats.pl yd HTML yd

That will do what you want..

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Troy Rodriguez
Sent: Tuesday, December 31, 2002 12:54 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: XmailStats



If I input xmailstats.pl td html into the command line in windows it
prints the entire process to the screen. Unless I specify a filename and
path for the output file . So my problem is that if I enter the above
statement into Task Scheduler it will not make a file yet if I put a
filename in then it will overwrite that file every day.=3D20

-Original Message-
From: Shawn Anderson [mailto:[EMAIL PROTECTED]]=3D20
Sent: Tuesday, December 31, 2002 11:43 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: XmailStats



If you are running the latest version (my update), it will automatically
generate the file name based on the current date.

./XMailStats.pl yd HTML

Will generate a report for yesterday in HTML format.

Shawn

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Troy Rodriguez
Sent: Tuesday, December 31, 2002 12:41 PM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: XmailStats



Ok so how do you get the scheduled task to change the name of the file
every time it is run??

-Original Message-
From: Rene Rivera [mailto:[EMAIL PROTECTED]]=3D3D20
Sent: Tuesday, December 31, 2002 10:52 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: XmailStats



[2002-12-31] Troy Rodriguez wrote:


Has anyone thought of a wonderful way to  get the script to run at =3D
a=3D3D20

scheduled time everyday in Windows?

Ahh, Scheduled Tasks in Control Panels? RTFM, for Windows in this
case
;-)


-- grafik - Don't Assume Anything
-- [EMAIL PROTECTED] - [EMAIL PROTECTED]
-- 102708583@icq
-
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]

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




(no subject)

2002-12-31 Thread Richard A Downing

set xmail digest

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