[xmail] Re: Remote User Add

2004-11-20 Thread Sasa Stupar
Just make a html page which will then call a perl script which will execute CtrlClnt command to add users. Sasa V ned, 21.11.2004 ob 03:59 je Bryan Catlin napisal(a): > Well I need to do this from another server, so I was thinking a http post or > something. If I could get some kind of return val

[xmail] Re: Remote User Add

2004-11-20 Thread Bryan Catlin
Well I need to do this from another server, so I was thinking a http post or something. If I could get some kind of return value that would be nice to know if it succeeded. Any more ideas? Thanks though :) Bryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

[xmail] Re: Remote User Add

2004-11-20 Thread Shawn Anderson
You could use a script/batch file/etc that called the "ctrlclnt" application. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bryan Catlin Sent: Saturday, November 20, 2004 9:29 PM To: [EMAIL PROTECTED] Subject: [xmail] Remote User Add It's been awhile s

[xmail] Remote User Add

2004-11-20 Thread Bryan Catlin
It's been awhile since I had to do anything on our xmail server and now we are setting up automatic provisioning from our billing software, and I'm wondering how could I get it to setup or add new user email accounts automatically? I am running both the billing and xmail on separate windows 2000 a

[xmail] Re: SMTP External Authentication

2004-11-20 Thread Dustin C. Hatch
Well, the problem is, my script only works as root as normal users can't access the shadow file or the useredit program. I wanted to do it in reverse, when xmail's userpasswd command is called, it changes the system password. I think I will just disallow users to change their own password alt

[xmail] Re: Stunnel need help please

2004-11-20 Thread Davide Libenzi
On Fri, 19 Nov 2004, Yann LE ROCH - Agence CHROM wrote: > Re Hello > I found a information on doc of xmail > http://www.xmailserver.com/Readme.html#pop3_commands > id need close the standard POP3 port for the rest of the world by binding it > to 127.0.0.1. > and use parameter -PI for that. > BUT i

[xmail] Re: SMTP External Authentication

2004-11-20 Thread Davide Libenzi
On Fri, 19 Nov 2004, Dustin C. Hatch wrote: > I have one quick question, and then I think I have got it. When is the > useredit called from $XMAIL_ROOT/userauth/pop3/domain.tab? What I am > planning is to write a script that takes the place of the passwd program > that calls CtrlClnt to chang