Re: [vchkpw] qmail-smtpd check for valid user/over quota with vpopmail api

2003-04-05 Thread Ken Jones
I didn't know you had one. Ken On Saturday 05 April 2003 11:03, tonix (Antonio Nati) wrote: > Hi Ken, > > why are you ignoring my patch at www.interazioni.it/qmail? > > You know it exists and works, so I don't understand why you continue to > ignore it and prefer to post a rough (and poor) one. >

Re: [vchkpw] qmail-smtpd check for valid user/over quota with vpopmail api

2003-04-05 Thread tonix (Antonio Nati)
Hi Ken, why are you ignoring my patch at www.interazioni.it/qmail? You know it exists and works, so I don't understand why you continue to ignore it and prefer to post a rough (and poor) one. Tonino At 05/04/03 05/04/03 -0600, Ken Jones wrote: I read on the qmail list last week that someone sw

[vchkpw] qmail-smtpd check for valid user/over quota with vpopmail api

2003-04-05 Thread Ken Jones
I read on the qmail list last week that someone switched from qmail to postfix (or something else, I don't remember) because qmail-smtpd doesn't support checking for valid users. I added those features to qmail-smtpd this morning using two vpopmail functions. One to check if the user exists and t

Re[2]: vpopmail API call to add domain to backup mailserver

2001-09-28 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Peter, Friday, September 28, 2001, 3:43:48 PM, you wrote: GA>> - - I think vadddomain() doesn't need to take care of an eventually GA>> existing the rcpthosts entry cause that one wouldn't hurt if GA>> someone GA>> tries to add a domain, right? > No

Re: vpopmail API call to add domain to backup mailserver

2001-09-28 Thread Peter Palmreuther
Hello Gabriel, On Friday, September 28, 2001 at 2:49:28 PM you wrote (at least in part): GA> Hello, GA> I wonder whether anyone would see anysense in a vpopmail API call to GA> add a domain to only rcpthosts so there would be a call to simply add GA> a domain to a backup mx that ser

vpopmail API call to add domain to backup mailserver

2001-09-28 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, I wonder whether anyone would see anysense in a vpopmail API call to add a domain to only rcpthosts so there would be a call to simply add a domain to a backup mx that serves as relay in case the primary mx goes down. thoughts? I'm not yet sure o

[RESOLVED] Re[3]: vpopmail API: how to use vadddomain, anyway?

2001-08-28 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- > ld -shared -L/home/vpopmail/include -lvpopmail -lcrypt \ > vpopmailpython.o vpopmailpython_wrap.o -o vpopmail.so > How can I get ld to build something as shared library but still > link libvpopmail.a "statically" into it? I think ld thinks it can > ignore >

Re[2]: vpopmail API: how to use vadddomain, anyway?

2001-08-28 Thread Gabriel Ambuehl
> vadddomain(domain, VPOPMAILDIR, VPOPMAILUID, VPOPMAILGID); Thanks, SWIG now generates proper wrapper files and I can compile and link them but when I try to import them into Python, I end up with the vpopmail API calls being undefined symbols which isn't really suprising with a module th

Re: vpopmail API: how to use vadddomain, anyway?

2001-08-27 Thread Sean P. Scanlon
> According to the docs, it should be: > int vadddomain( char *domain) > domain = the new virtual domain > > but it is > > int vadddomain( char *domain, char *dir, int uid, int gid); > > so what are the dir, uid and gid params for (I suppose the first is > the dir (like test.com for test.com)

vpopmail API: how to use vadddomain, anyway?

2001-08-27 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, I'm trying to write a Python module (I'm lazy, so I'm using SWIG) that can interface with libvpopmail but I haven't got much look so far cause I'm unclear about the arguments needed for vadddomain(). According to the docs, it should be: int vadddomain( c

vpopmail api 4.10.30

2001-08-06 Thread Joel Aasma
Hi! I think the vadduser() function has changed a bit since 4.9.10 cus i'm trying to use it and it complains about "to few arguments", i checked the .h file and notice that it was one more char *,what arguments should i give to vadduser? is there any more changes to the api since 4.9.10 ? is there

Re: Using vpopmail API from Python?

2000-11-25 Thread Ben Beuchler
On Sat, Nov 25, 2000 at 04:21:22PM +0100, Gabriel Ambuehl wrote: > We're currently building some scripts in Python which need to > interface with vpopmail for account creation/deletion and therefore > would like to know whether there's an easy way to use the vpopmail API &

Using vpopmail API from Python?

2000-11-25 Thread Gabriel Ambuehl
Hello, We're currently building some scripts in Python which need to interface with vpopmail for account creation/deletion and therefore would like to know whether there's an easy way to use the vpopmail API in Python or if we should stick with system calls (guess there's no possib

vpopmail-API + PHP4

2000-08-10 Thread Thomas Förster
Hi folks, is it possible to compile PHP4 woth vchkpw support so that i can use the functionality provided by the API with PHP, as it's possible with vmailmgr ? Thanks a lot, Thomas

Re: vpopmail API

2000-08-03 Thread Ken Jones
Edward Tsang wrote: > > Hi there, > > I just upgraded from vpopmail 3.4.11 to 4.8.7 > > vpopmail version: 4.8.7 with mysql support > > I had successfully used vpopmail API to code some simple program. > > I tried to use following function: > >

vpopmail API

2000-08-02 Thread Edward Tsang
Hi there, I just upgraded from vpopmail 3.4.11 to 4.8.7 vpopmail version: 4.8.7 with mysql support I had successfully used vpopmail API to code some simple program. I tried to use following function: pw = vauth_getpw(argv[1],"domain.com"). However, the pw->pw_p