Re: [vchkpw] [SPAM] valias remove alias

2015-09-18 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/18/2015 09:30 AM, Drew Wells wrote: > On 09/18/2015 03:23 PM, Matt Brookings wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Applies perfectly! Thanks! >> >> On 09/18/2015 09:21 AM, Drew Wells wrote: >>> On 09/18/2015 02:47 PM, M

Re: [vchkpw] [SPAM] valias remove alias

2015-09-18 Thread Drew Wells
On 09/18/2015 03:23 PM, Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applies perfectly! Thanks! On 09/18/2015 09:21 AM, Drew Wells wrote: On 09/18/2015 02:47 PM, Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Drew, I know you've put a lot of effor

Re: [vchkpw] [SPAM] valias remove alias

2015-09-18 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applies perfectly! Thanks! On 09/18/2015 09:21 AM, Drew Wells wrote: > On 09/18/2015 02:47 PM, Matt Brookings wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Drew, I know you've put a lot of effort into these patches, but they do not

Re: [vchkpw] [SPAM] valias remove alias

2015-09-18 Thread Drew Wells
On 09/18/2015 02:47 PM, Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Drew, I know you've put a lot of effort into these patches, but they do not succeed against the 5.5.0 trunk. Patches should be made against the most recent revision, which can be checked out via Subver

Re: [vchkpw] [SPAM] valias remove alias

2015-09-18 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Drew, I know you've put a lot of effort into these patches, but they do not succeed against the 5.5.0 trunk. Patches should be made against the most recent revision, which can be checked out via Subversion from Sourceforge. On 09/18/2015 08:11 AM,

Re: [vchkpw] [SPAM] valias remove alias

2015-09-18 Thread Drew Wells
On 09/17/2015 04:55 PM, Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/2015 10:52 AM, Drew Wells wrote: I basically did a diff from 5.4.29 to 5.4.33 and implemented that diff to 5.5.0, some of it had already been done to 5.5.0 and alot of it centered around the sn

Re: [vchkpw] [SPAM] valias remove alias

2015-09-18 Thread Drew Wells
if it's not there, no problem, just try to create it */ if ( mkdir(dir, VPOPMAIL_DIR_MODE) != 0 ) { - chdir(calling_dir); + fchdir(call_dir); close(call_dir); return(VA_CAN_NOT_MAKE_DOMAINS_DIR); } @@ -185,7 +216,7 @@ /* now try moving into the Domains subdir again */

Re: [vchkpw] [SPAM] valias remove alias

2015-09-17 Thread Drew Wells
On 09/17/2015 04:55 PM, Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/2015 10:52 AM, Drew Wells wrote: I basically did a diff from 5.4.29 to 5.4.33 and implemented that diff to 5.5.0, some of it had already been done to 5.5.0 and alot of it centered around the sn

Re: [vchkpw] [SPAM] valias remove alias

2015-09-17 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/2015 10:52 AM, Drew Wells wrote: >>> I basically did a diff from 5.4.29 to 5.4.33 and implemented that diff to >>> 5.5.0, some of it >>> had already been done to 5.5.0 and alot of it centered around the snprintf >>> tidy up's and the >>> st

Re: [vchkpw] [SPAM] valias remove alias

2015-09-17 Thread Drew Wells
On 09/17/2015 04:04 PM, Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Was this patch generated with the SVN trunk (5.5.0)? On 09/17/2015 09:57 AM, Drew Wells wrote: On 09/17/2015 03:37 PM, Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/2015

Re: [vchkpw] [SPAM] valias remove alias

2015-09-17 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Was this patch generated with the SVN trunk (5.5.0)? On 09/17/2015 09:57 AM, Drew Wells wrote: > On 09/17/2015 03:37 PM, Matt Brookings wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 09/17/2015 06:23 AM, Drew Wells wrote: >>> I have

Re: [vchkpw] [SPAM] valias remove alias

2015-09-17 Thread Drew Wells
/ if ( chdir(dir) != 0 ) { - chdir(calling_dir); + fchdir(call_dir); close(call_dir); return(VA_BAD_D_DIR); } } @@ -218,7 +249,7 @@ if (strlen(dir)+strlen(DomainSubDir) > MAX_PW_DIR) { /* back out of changes made so far */ dec_dir_control(dir_control_for

Re: [vchkpw] [SPAM] valias remove alias

2015-09-17 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/2015 06:23 AM, Drew Wells wrote: > I have created a patch for vpopmail-5.5.0 which incoporates all the changes > from 5.4.29 to > 5.4.33, does anyone want this patch or has work in vpopmail-5.5.0 stalled ? Drew, I'd be happy to take a look a

Re: [vchkpw] [SPAM] valias remove alias

2015-09-17 Thread Drew Wells
On 09/15/2015 02:26 PM, Alessio Cecchi wrote: Il 15/09/2015 15:10, Drew Wells ha scritto: On 09/15/2015 11:06 AM, Alessio Cecchi wrote: Il 15/09/2015 11:22, Drew Wells ha scritto: In vpopmail-5.5.0 (and I think all 5.4.x) Hi Drew, I suggest to install (and debug) vpopmail-5.4.33 that is mo

Re: [vchkpw] [SPAM] valias remove alias

2015-09-15 Thread Drew Wells
On 09/15/2015 02:26 PM, Alessio Cecchi wrote: Il 15/09/2015 15:10, Drew Wells ha scritto: On 09/15/2015 11:06 AM, Alessio Cecchi wrote: Il 15/09/2015 11:22, Drew Wells ha scritto: In vpopmail-5.5.0 (and I think all 5.4.x) Hi Drew, I suggest to install (and debug) vpopmail-5.4.33 that is mo

Re: [vchkpw] [SPAM] valias remove alias

2015-09-15 Thread Alessio Cecchi
Il 15/09/2015 15:10, Drew Wells ha scritto: On 09/15/2015 11:06 AM, Alessio Cecchi wrote: Il 15/09/2015 11:22, Drew Wells ha scritto: In vpopmail-5.5.0 (and I think all 5.4.x) Hi Drew, I suggest to install (and debug) vpopmail-5.4.33 that is more stable, reliable (and recent) than 5.5.0. Wh

Re: [vchkpw] [SPAM] valias remove alias

2015-09-15 Thread Drew Wells
On 09/15/2015 11:06 AM, Alessio Cecchi wrote: Il 15/09/2015 11:22, Drew Wells ha scritto: In vpopmail-5.5.0 (and I think all 5.4.x) Hi Drew, I suggest to install (and debug) vpopmail-5.4.33 that is more stable, reliable (and recent) than 5.5.0. Whan I try to use 5.5.0 I found many bug and

Re: [vchkpw] [SPAM] valias remove alias

2015-09-15 Thread Alessio Cecchi
Il 15/09/2015 11:22, Drew Wells ha scritto: In vpopmail-5.5.0 (and I think all 5.4.x) Hi Drew, I suggest to install (and debug) vpopmail-5.4.33 that is more stable, reliable (and recent) than 5.5.0. Whan I try to use 5.5.0 I found many bug and problems tha new features. Why you need vpopm

[vchkpw] [SPAM] valias remove alias

2015-09-15 Thread Drew Wells
ete( Alias, Domain ); break; @@ -139,6 +157,7 @@ printf(" -s ( show aliases, can use just domain )\n"); printf(" -d ( delete alias )\n"); printf(" -i alias_line (insert alias line)\n"); + printf(" -r a

[vchkpw] Auto-Re: [vchkpw] [SPAM] valias remove alias

2015-09-15 Thread zhaopin
尊敬的同学:您好! 您的求职简历已经收到,我们会尽快进行阅评,之后再决定是否与您面谈! 中信泰富(中国)投资有限公司 人力资源部 !DSPAM:55f7e35941551360728760!

[vchkpw] [SPAM] remove

2008-06-02 Thread Nitchi DaMon
remove !DSPAM:4844421632351253478485!

[vchkpw] vlist delete - didn't remove the .qmail files

2008-04-18 Thread D. Hilbig
"./vlist delete ..." did not delete the .qmail- files that were created by "./vlist create ..." It did delete the list's directory though. Is it normal to delete the directory, but not the .qmail- files? I'm running vpopmail v5.4.26d. !DSPAM:48091f90120501687114868!

[vchkpw] Re: open_smtp & variable ( AUTH + PopBeforeSmtp to remove RBL check )

2006-02-24 Thread Sim
Anybody need this feature ? > Hi there! > > In my setup AUTH is obligatory to send emails, but sometimes user > can't connect to server becaus RBL drop the connection. > I've take advantage from pop-before-smtp (open_smtp) to disable RBL check. > About this feature, the essential is to change vari

[vchkpw] open_smtp & variable ( AUTH + PopBeforeSmtp to remove RBL check )

2006-02-22 Thread Sim
Hi there! In my setup AUTH is obligatory to send emails, but sometimes user can't connect to server becaus RBL drop the connection. I've take advantage from pop-before-smtp (open_smtp) to disable RBL check. About this feature, the essential is to change variable into open_smtp fprintf( fs_tmp_fil

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

2005-10-19 Thread Rick Macdougall
omain behind it. Hi Tom, I will be upgrading eventually. However, in the mean time is there anything I can do manually (and safely) to just delete the alias? Jeff Hi, Remove it from rcpthosts or morerctphosts, remove it from virtualdomains, remove it from users/assign rebuild morercpthost

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 b

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

2005-10-18 Thread Tom Collins
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. -- Tom Collins - [EMAIL PROTECTED] Qm

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

2005-10-18 Thread Jeff Salisbury
Greetings, FYI, I am using version 5.3.5 of the vpopmail tools... I have a virtual domain setup with 3-4 aliased domains pointing to the virtual domain. I want to reconfigure the aliased domains to point to a new virtual domain. I've tried the following steps and not had any success: 1) I

Re: [vchkpw] Safely Remove And Replace Postmaster Accounts?

2005-06-24 Thread Tom Collins
On Jun 23, 2005, at 11:51 AM, [EMAIL PROTECTED] wrote: Is it possible to safely nuke these accounts and immediately recreate them to clear their inboxes out? Wouldn't it be better to just delete the files in Maildir/new or Maildir/cur? -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://

Re: [vchkpw] Safely Remove And Replace Postmaster Accounts?

2005-06-23 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | Greetings, | | I've got several Vdomains where for whatever reason, postmaster account | quotas were bypassed and now postmaster inboxes are over 1 gig. You may just want to go ahead and create .qmail-postmaster file with a

[vchkpw] Safely Remove And Replace Postmaster Accounts?

2005-06-23 Thread buffalo
Greetings, I've got several Vdomains where for whatever reason, postmaster account quotas were bypassed and now postmaster inboxes are over 1 gig. Is it possible to safely nuke these accounts and immediately recreate them to clear their inboxes out? TIA, --Duncan

Re: [vchkpw] Please remove me from this list, thanks

2004-07-07 Thread Jeremy Kitchen
On Wednesday 07 July 2004 03:11 am, Rene Burke wrote: check the headers of every email sent to you by this list for instructions on how to remove yourself. -Jeremy -- Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc. [EMAIL PROTECTED] ++ www.inter7.com

[vchkpw] Please remove me from this list, thanks

2004-07-07 Thread Rene Burke

Re: [vchkpw] How to completely remove a database

2003-09-12 Thread Don Walters
ject: Re: [vchkpw] How to completely remove a database Date: Thu, 11 Sep 2003 22:24:58 -0700 On Thursday, September 11, 2003, at 10:21 PM, Don Walters wrote: I am trying to wipe out everything and start from scratch. I tried using "drop database vpopmail;" and creating it again using

Re: [vchkpw] How to completely remove a database

2003-09-11 Thread Jeremy Kitchen
It > keeps saying the domain already exists. If I try to use the command > vdeldomain to remove it, it says the domain doesn't exist! > > The reason I didn't use vdeldomain in the first place is because I had to > reload everything all over again and I was installi

Re: [vchkpw] How to completely remove a database

2003-09-11 Thread Bill Shupp
gain. It keeps saying the domain already exists. If I try to use the command vdeldomain to remove it, it says the domain doesn't exist! The reason I didn't use vdeldomain in the first place is because I had to reload everything all over again and I was installing over the top of a

[vchkpw] How to completely remove a database

2003-09-11 Thread Don Walters
use the command vdeldomain to remove it, it says the domain doesn't exist! The reason I didn't use vdeldomain in the first place is because I had to reload everything all over again and I was installing over the top of a previous installation. I think all I need to do is wipe the slate and

[vchkpw] How to remove alias that does not exist?`

2003-02-17 Thread Dan Didier
Somehow a user got deleted before removing the alias that they had. If I do a valias on the domain, the last two entries are this: [EMAIL PROTECTED] -> &holliday/home/vpopmail/domains/cmsinfonet.com/holliday/Maildir/ [EMAIL PROTECTED] -> /home/vpopmail/domains/cmsinfonet.com/dholliday/Maildir/ H

[vchkpw] Best way to remove periodically trash content

2002-09-12 Thread Paulo Henrique Baptista de Oliveira
Hi all, I'm using qmail+vpopmail. I want to give my users teh choice to remove periodically their trash content. What is the best way to do this? A root crontab? Anyone can help me? I'm new to vpopmail. TIA,Paulo Henrique

[vchkpw] Best way to remove periodically trash content

2002-09-06 Thread Paulo Henrique Baptista de Oliveira
Hi all, I'm using qmail+vpopmail. I want to give my users teh choice to remove periodically their trash content. What is the best way to do this? A root crontab? TIA,Paulo Henrique -- Paulo Henrique B de Oliveira Gerente de Oper

add/remove/modify user from another web server

2001-11-24 Thread Dario Lesca
Hi, I must create/modify a user from a web page of another server, when the user of this site subscribe it from the your page of a your service. How i can create a new account on my server whit vpopmail 5.0.0 whitout use qmailadmin? Now i use the "rsh -l vpopmail " but not seem a good soluti

unsubscribe - remove

2001-01-29 Thread Gilberto xx
unsubscribe - remove _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

unsubscribe - remove

2001-01-26 Thread Mark O'Dell
unsubscribe - remove Regards,Mark O'DellTechnical Services Team Leader Connect Support Services Ltd.The Fifth FloorSouth Quay Plaza II183 Marsh WallLondonE14 9SH Web site: http://www.connect.co.uk Email: helpdesk@connect.

remove

2000-12-23 Thread Joshua Hansen
remove

REMOVE

2000-12-20 Thread Grady Trew, Jr.
REMOVE

remove

2000-11-24 Thread Sundar