Re: [vchkpw] vchkpw and smtpauth

2005-10-19 Thread Adi Pircalabu
On Tue, 18 Oct 2005 22:19:16 -0400 Rick Root [EMAIL PROTECTED] wrote: Run qmail-smtpd as vpopmail Tried that it breaks with qq errors.. nothing works then. When I do that, qmail-smtpd is unable to accept ANY mail. What is the error you get, when exactly do you get it? Can you post the

Re: [vchkpw] How do I list alias domains, and remove alias domains?

2005-10-19 Thread Jeff Salisbury
Tom Collins wrote: On Oct 18, 2005, at 6:45 PM, Jeff Salisbury wrote: FYI, I am using version 5.3.5 of the vpopmail tools... Try upgrading to something in the 5.4 series. vdeldomain in 5.4 will correctly delete just the alias, and won't touch the real domain behind it. Hi Tom, I will

Re: [vchkpw] How do I list alias domains, and remove alias domains?

2005-10-19 Thread Rick Macdougall
Jeff Salisbury wrote: Tom Collins wrote: On Oct 18, 2005, at 6:45 PM, Jeff Salisbury wrote: FYI, I am using version 5.3.5 of the vpopmail tools... Try upgrading to something in the 5.4 series. vdeldomain in 5.4 will correctly delete just the alias, and won't touch the real domain

Re: [vchkpw] spamassasin with simscan

2005-10-19 Thread Net
i update a few perl package and it seem to work. Net wrote: Hi, I upgrade simscan to 1.2 and spamassassin to 3.1 however i start to alot of these errors in my logs spamc[9871]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#1 of 3): Connection refused Spamassassin service starts

[vchkpw] vauth_getpw() with Apache/CGI

2005-10-19 Thread Charles Collicutt
Hi, I have written a CGI program in C for web-based administration of a vpopmail setup. It duplicates some of the functionality of Qmailadmin but I have written it in order to test some ideas and learn more about Vpopmail before I write a more complicated program. When I run it from the command

Re: [vchkpw] vauth_getpw() with Apache/CGI

2005-10-19 Thread Jeremy Kitchen
On Wednesday 19 October 2005 10:25 am, Charles Collicutt wrote: Hi, I have written a CGI program in C for web-based administration of a vpopmail setup. It duplicates some of the functionality of Qmailadmin but I have written it in order to test some ideas and learn more about Vpopmail before

Re: [vchkpw] vauth_getpw() with Apache/CGI

2005-10-19 Thread Jan Lange
Hi, do you use suexec in apache? you must your script run as user root or vpopmail. greetings jan Charles Collicutt schrieb: Hi, I have written a CGI program in C for web-based administration of a vpopmail setup. It duplicates some of the functionality of Qmailadmin but I have written it in

Re: [vchkpw] vauth_getpw() with Apache/CGI

2005-10-19 Thread Tijs Zwinkels
Hi Charles, Probably your /var/vpopmail/etc/vpopmail.mysql isn't readable by the user the apache-server runs under. As a matter of fact, you might not want it to be readable by the apache user. If it's a public server, this would allow everyone who can write cgi scripts or the like to read the

Re: [vchkpw] vauth_getpw() with Apache/CGI

2005-10-19 Thread Charles Collicutt
On Wed, Oct 19, 2005 at 10:39:03AM -0700, Jeremy Kitchen wrote: when you're running it on the command line you're probably running it as root, and when apache is running it, it's probably running it as the 'apache' or 'nobody' user (or whatever apache runs as on your system) and therefore

Re: [vchkpw] vauth_getpw() with Apache/CGI

2005-10-19 Thread Tom Collins
On Oct 19, 2005, at 12:41 PM, Charles Collicutt wrote: As a temporary solution my program is owned by root:www-data with the permissions set to 04750 but I'd like to work out what is going on if possible. MySQL access works fine, is there anything else that vauth_getpw() needs access to that

[vchkpw] Multi-user vpopmail/ezmlm web interface

2005-10-19 Thread James Longstreet
I'm running a qmail/vpopmail/ezmlm setup with about 15 lists, all with different administrators/moderators. Qmailadmin is great for me to use, but the list moderators don't have a web interface to manage subscribers, etc. Is it possible to have qmailadmin allow other users to administrate

Re: [vchkpw] Multi-user vpopmail/ezmlm web interface

2005-10-19 Thread Tom Collins
On Oct 19, 2005, at 2:36 PM, James Longstreet wrote: Is it possible to have qmailadmin allow other users to administrate mailing lists? Otherwise, what is the best option for such an interface? One that is in Gentoo's Portage tree would be ideal, but not strictly necessary. Something on my

Re: [vchkpw] Multi-user vpopmail/ezmlm web interface

2005-10-19 Thread DAve
James Longstreet wrote: I'm running a qmail/vpopmail/ezmlm setup with about 15 lists, all with different administrators/moderators. Qmailadmin is great for me to use, but the list moderators don't have a web interface to manage subscribers, etc. Is it possible to have qmailadmin allow other

Re: [vchkpw] Multi-user vpopmail/ezmlm web interface

2005-10-19 Thread Jens Gassmann
What does everyone else think of that idea? It might not even be that hard to add as a feature. I'm tied up with my day job, and even have a commitment to do some sponsored QmailAdmin development when I get the chance (adding an index to the aliases page like we already have for pop/imap

Re: [vchkpw] vauth_getpw() with Apache/CGI

2005-10-19 Thread Charles Collicutt
On Wed, Oct 19, 2005 at 02:32:34PM -0700, Tom Collins wrote: IIRC, it may need to read the files in /var/qmail/control and/or /var/qmail/users as well. Thank you - it makes sense now. It looks like it will be easiest to just leave the setuid bit on my program so it runs as root, which is

Re: [vchkpw] vauth_getpw() with Apache/CGI

2005-10-19 Thread John Simpson
On 2005-10-19, at 2029, Charles Collicutt wrote: On Wed, Oct 19, 2005 at 02:32:34PM -0700, Tom Collins wrote: IIRC, it may need to read the files in /var/qmail/control and/or /var/qmail/users as well. Thank you - it makes sense now. It looks like it will be easiest to just leave the setuid