[vchkpw] Script for users to delete their own account

2003-08-30 Thread qmail
Dear All, I am looking for a webpage script or programme to let users to delete their own account. Do anyone have any idea about that? Thank you very much.

Re: [vchkpw] Script for users to delete their own account

2003-08-30 Thread Jonas Pasche
Hi unknown, please give yourself a realname when posting to a mailing list. Thanks. I am looking for a webpage script or programme to let users to delete their own account. Do anyone have any idea about that? Thank you very much. Do you really want a web interface for solely letting users

Re: [vchkpw] Script for users to delete their own account

2003-08-30 Thread QingYan
- Original Message - From: Jonas Pasche [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 30, 2003 4:57 PM Subject: Re: [vchkpw] Script for users to delete their own account Hi unknown, please give yourself a realname when posting to a mailing list. Thanks. I am

Re: [vchkpw] Script for users to delete their own account

2003-08-30 Thread Jonas Pasche
Hi Qing, Do you really want a web interface for solely letting users delete their account? Why should they do so? Or are you looking for a function to integrate into an existing web environment? I want users to delete their own account if they are not going to use the service any more.

Re: [vchkpw] Script for users to delete their own account

2003-08-30 Thread QingYan
- Original Message - From: Jonas Pasche [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 30, 2003 5:30 PM Subject: Re: [vchkpw] Script for users to delete their own account Hi Qing, Okay, so you already have a web interface where they can subscribe, right? So it's not

Re: [vchkpw] Script for users to delete their own account

2003-08-30 Thread Jonas Pasche
Hi Qing, I am using vQregister for users to regsiter email account. Ah, ok - it's setuid, so it always runs with the right permissions. vQregister runs as vpopmail.vchkpw. I have tried to php to call vuserinfo in /home/vpopmail/bin/ but it returns nothing. I think it is the premission

RE: [vchkpw] Script for users to delete their own account

2003-08-30 Thread Shane Chrisp
Or another option is to just add the user to mysql and send an email to the new account and let vpopmail create it for you. -Original Message- From: Jonas Pasche [mailto:[EMAIL PROTECTED] Sent: Saturday, 30 August 2003 6:28 PM To: [EMAIL PROTECTED] Subject: Re: [vchkpw] Script for users

RE: [vchkpw] Script for users to delete their own account

2003-08-30 Thread Shane Chrisp
Hi Jonas, Yes true, I have also been talking with Qing in private emails so I sorta crossed over a little bit. :-) Personally I think there is a need for another small tool/program similar to clearopensmtp that would look at the vpopmail table, and given a certain value in the uid/gid field, or

[vchkpw] RE:(2) [vchkpw] Script for users to delete their own account

2003-08-30 Thread Evren Yurtesen
Well, if you are using mysql, why dont you use the veloldusers program periodicly to delete unused accounts? you can perhaps delete accounts not logged in for 3 months. Like hotmail does. I think its a really bad idea to think that user will delete his email when he doesnt use it :) Well I dont

Re: [vchkpw] RE:(2) [vchkpw] Script for users to delete their ownaccount

2003-08-30 Thread Evren Yurtesen
well it is not a good idea to run php setuid, neither to run your web server in your vpopmail user. which would effectively lead to your web server able to delete user directories etc. thus you can use an external perl script which can be invoked from php, which has setuid. or if you prefer a C

RE: [vchkpw] RE:(2) [vchkpw] Script for users to delete their own account

2003-08-30 Thread Shane Chrisp
Now that's actually an idea I hadnt thought of. You could change the last auth field for the user to some value like 12 months ago in the databasr and then cron the vdeloldusers to delet anyone older than that value. This wouldn't require any special permissions/perl scripts, just a crontab

RE: [vchkpw] RE:(2) [vchkpw] Script for users to delete their ownaccount

2003-08-30 Thread Evren Yurtesen
Thats something I havent thought of also :) Yet you should wait until the vdeloldusers program is run after you set your account to be deleted. I think the best way is to run it from php by utilizing an external program/script which has setuid. Which double checks the username/password to be sure

[vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread System
Hello All, I am on Redhat 7.3 with Qmail+vPopMail+QmailAdmin. I want to use Outlook Express for my mails but vpopmail is not authenticating the mail account from outlook. These are my configure options : ./configure --enable-roaming-users=y --enable-default-domain=domain.com --en [EMAIL

Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread Evren Yurtesen
your problem seems to be with your POP3 server. Not directly about vpopmail. Is that UW-IMAP pop3 server? I would suggest trying courier-imap pop3d, I think that would be most widely used with vpopmail and with Maildir format. if still doesnt work then perhaps your imap server cant read some files

Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread System
- Original Message - From: Evren Yurtesen [EMAIL PROTECTED] To: System [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, August 30, 2003 11:57 PM Subject: Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account your problem seems to be with your POP3 server. Not directly

Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread Evren Yurtesen
Did you ever think about how can your pop3/imap servers would know about your vpopmail configuration? I mean those programs you are trying to use are designed to work with system accounts...Plus its doubtful that your imap/pop3 server supports maildir format. Try to set your pop3 service

[vchkpw] Re:(2) [vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread Evren Yurtesen
Oh yes , if you installed courier imap then you should disable there was an example in google about this situation too http://nav.bandersnatch.org/clues/qmail-cookbook.html Well google is your friend :) use it wisely ;) On Sat, 30 Aug 2003, System wrote: - Original Message - From:

Re: [vchkpw] pop3d not accepting passwords

2003-08-30 Thread Jonas Pasche
Hi Max, after trying to backup my qmail+vpopmail box using a windows machine connected via samba, my pop3d and pop3ds is not working. Please define is not working. What did you do, what did the computer do, what did you expect it to do? What did you check, and how did you check it? Anyone

Re: [vchkpw] pop3d not accepting passwords

2003-08-30 Thread Max Andersen
- Original Message - From: Jonas Pasche [EMAIL PROTECTED] Please define is not working. What did you do, what did the computer do, what did you expect it to do? What did you check, and how did you check it? Sorry, I'll try and deepen my steps: Aftter backing up my box (which

Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread Evren Yurtesen
You should change it to reflect your configuration. I dont know where is your vchkpw directory or your server fqdn or if your qmail is in /var/qmail. So change those settings. On the other hand I might be wrong, I dont use xinetd and I found this configuration from google. Heh, I dont know how

Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread System
- Original Message - From: Evren Yurtesen [EMAIL PROTECTED] To: System [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, August 31, 2003 1:11 AM Subject: Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account Did you ever think about how can your pop3/imap servers would know

Re: [vchkpw] pop3d not accepting passwords

2003-08-30 Thread Evren Yurtesen
Are you using mysql? or any other kind of database? I have figured out trying to backup database files while they are running 'is not' a good thing at all, the hard way... Luckily I didnt lose any data but my mysql went up using 98% of the cpu all day until I stop it and start again. A suggestion

Re: [vchkpw] Outlook Cannot Authenticate Virtual Mail Account

2003-08-30 Thread Evren Yurtesen
Well no problem, but I think you should also change the foo.bar.com :) Unless your mail server FQDN is foo.bar.com heh :) I suspect not though... If you want to use courier-imap then look from google courier-imap xinetd or with similar keywords to get sample configurations. Shouldnt be hard. The

Re: [vchkpw] pop3d not accepting passwords

2003-08-30 Thread Jonas Pasche
Hi Max, please respond to the list only; I'm subscribed and get your messages twice. Thanks. I've checked : /service/qmail-pop3d: up (pid 4237) 2723 seconds /service/qmail-pop3d/log: up (pid 1051) 15160 seconds /service/qmail-pop3ds: up (pid 4242) 2723 seconds /service/qmail-pop3ds/log: up

Re: [vchkpw] pop3d not accepting passwords

2003-08-30 Thread Evren Yurtesen
well your problem cant be vchkpw because you wouldnt be able to login at all if it was the problem. try to see if your vpopmail utilities like vuserinfo etc. are working properly. and there must be a way to get more logging of pop3d somehow :) On Sat, 30 Aug 2003, Max Andersen wrote: -

Re: [vchkpw] pop3d not accepting passwords

2003-08-30 Thread Evren Yurtesen
Well sorry I didnt see that the pop3 doesnt work :) By a weird chance you might have lost your execute bit in your vchkpw program?. Try chmod u+x /home/vpopmail/bin/vchkpw By the way you mentioned that you executed chown -R /home/vpopmail/domains but well hmm this command has the owner name

Re: [vchkpw] pop3d not accepting passwords

2003-08-30 Thread Max Andersen
- Original Message - From: Jonas Pasche [EMAIL PROTECTED] -rwx--x--x1 root qmail 12480 Apr 3 11:11 /var/qmail/bin/qmail-popup -rw---x--x1 vpopmail vchkpw 45264 Apr 3 11:19 /home/vpopmail/bin/vchkpw Erm - where's the execute bit for the owner of

Re: [vchkpw] pop3d not accepting passwords

2003-08-30 Thread Max Andersen
- Original Message - From: Evren Yurtesen [EMAIL PROTECTED] Well sorry I didnt see that the pop3 doesnt work :) By a weird chance you might have lost your execute bit in your vchkpw program?. Try chmod u+x /home/vpopmail/bin/vchkpw Just got the info from Jonas, but you're right.

Re: [vchkpw] pop3d not accepting passwords

2003-08-30 Thread Chris Pugh
--- Max Andersen [EMAIL PROTECTED] wrote: Max (who's very happy, right now) Vi tales ved ..!! ;-) Chris. __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com