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
RET_CRLF); return(0); } @@ -1742,7 +1741,7 @@ entry=get_domain_entries(NULL); } - snprintf(WriteBuf,sizeof(WriteBuf), "." RET_CRLF); + snprintf(WriteBuf,sizeof(WriteBuf), "%s", "." RET_CRLF); return(0); } @@ -1779,7 +1778,7 @@ return(-1

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
deldomain.c vpopmail-5.5.0/vdeldomain.c --- vpopmail-5.5.0.orig/vdeldomain.c2010-11-05 18:37:22.0 + +++ vpopmail-5.5.0/vdeldomain.c 2015-09-18 12:36:07.566093298 +0100 @@ -43,9 +43,9 @@ int err=0; domain_entry *entry; - char *aliases[MAX_DOM_ALIAS]; + string_list aliases; char parent[MAX_BUFF]; - int

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
vpopmail-5.5.0/vdeldomain.c --- vpopmail-5.5.0.orig/vdeldomain.c2010-11-05 18:37:22.0 + +++ vpopmail-5.5.0/vdeldomain.c 2015-09-17 11:41:02.729095651 +0100 @@ -43,9 +43,9 @@ int err=0; domain_entry *entry; - char *aliases[MAX_DOM_ALIAS]; + string_list aliases; char parent[MAX_

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
ES 4 int AliasAction; int AliasExists; @@ -119,6 +120,23 @@ } break; + case VALIAS_REMOVE: + /* check to see if it already exists */ + AliasExists = 0; + tmpalias = valias_select( Alias, Domain ); +

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

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

Re: [vchkpw] domain to alias failure

2011-04-08 Thread Jukka Kurkela
try valias -s realdomain.tld and then valias -s aliasdomain.tld (that is alias of realdomain.tld) and see if output is the same. also you never told what kind of recipient validation you are using. (or anything else about your setup) !DSPAM:4d9ecb5332711532511742!

Re: [vchkpw] domain to alias failure

2011-03-24 Thread Remo Mattei
ok I digged in a little more and the problem is valias domain. I have 5.4.32 recompiled and when I send it to a user that has a virtual domain it bouces back if I send it to a virtual user that has a full domain  it goes through. Any suggestions? thanks !DSPAM:4d8b565b32712003615774!

Re: [vchkpw] domain to alias failure

2011-03-23 Thread Jukka Kurkela
On 23.3.2011 17:09, Remo Mattei wrote: Hello all I have a domain called xxyyxx.us and then the main domain which is an alias to the xxyyxx.us which is xxyyxx.com when I send an email to a mailing list to the .com it bouces back if I send it to the .us it works. Any suggestions? Also the .us is

[vchkpw] domain to alias failure

2011-03-23 Thread Remo Mattei
Hello all I have a domain called xxyyxx.us and then the main domain which is an alias to the xxyyxx.us which is xxyyxx.com when I send an email to a mailing list to the .com it bouces back if I send it to the .us it works. Any suggestions? Also the .us is expiring and I wonder if anyone has any

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-04-02 Thread Tom Collins
Instead of jumping all of these hoops, I find that it's easier to manually remove the real domain from all files in /var/qmail/controls and its entry in users/assign. Then edit the alias entry in users/ assign to have the new "real" domain in the second column. You'll

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-04-02 Thread Root Kit
Hello, I would like to unsubscribe to this list. Thank you. From: Rick Widmer To: vchkpw@inter7.com Sent: Wednesday, April 1, 2009 5:52:17 AM Subject: Re: [vchkpw] Deleting primary domain; keeping alias domains John Simpson wrote: > so it looks like

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-04-01 Thread John Simpson
On 2009-03-31, at 2252, Rick Widmer wrote: John Simpson wrote: so it looks like the only non-trivial thing which hasn't been covered already is updating the vpasswd file and running "vmkpasswd" to rebuild the vpasswd.cdb file. As long as you don't have any ezmlm mailing lists... I believe

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-03-31 Thread Rick Widmer
John Simpson wrote: so it looks like the only non-trivial thing which hasn't been covered already is updating the vpasswd file and running "vmkpasswd" to rebuild the vpasswd.cdb file. As long as you don't have any ezmlm mailing lists... I believe the domain name appears in come of its cont

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-03-31 Thread John Simpson
primary domain. I can't find any comprehensive documentation for vdeldomain. Maybe it will do what I want; I don't have a test system to try it on though. An alias is just that, an alias. It is not an actual domain. If you delete the primary, the alias will not function becaus

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-03-18 Thread Joshua Megerman
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Joshua Megerman wrote: >> environment. When in doubt, DON'T DO THIS. >> >> Now, if you just want to stop receiving email for the primary domain and >> not delete it completely, take your server out of the MX entry, point >> the >> domain A rec

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-03-18 Thread Remo Mattei
Here is how you could make it work with the mv Backup all your data. Remove the domain and alias create a new domain and all users for that domain cp or mv all that mgs into the new domain. It should be fine for you. Just my 2 cents. Remo > From: Charlie Garrison > Reply-To: > Date

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-03-18 Thread Charlie Garrison
d any comprehensive documentation for vdeldomain. Maybe it will do what I want; I don't have a test system to try it on though. An alias is just that, an alias. It is not an actual domain. If you delete the primary, the alias will not function because there is no primary domain data for i

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-03-18 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joshua Megerman wrote: > 2) Rename the domain directory in vpopmail/domains to match the new primary. I should make a quick note on this. You MUST do this. Simply changing the control files to point at the new domain name is not enough. There are s

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-03-18 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joshua Megerman wrote: > environment. When in doubt, DON'T DO THIS. > > Now, if you just want to stop receiving email for the primary domain and > not delete it completely, take your server out of the MX entry, point the > domain A record somewhere t

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-03-18 Thread Joshua Megerman
documentation for vdeldomain. Maybe it >> will do what I want; I don't have a test system to try it on though. > > An alias is just that, an alias. It is not an actual domain. If you > delete > the primary, the alias will not function because there is no primary > domain >

Re: [vchkpw] Deleting primary domain; keeping alias domains

2009-03-18 Thread Matt Brookings
nd any comprehensive documentation for vdeldomain. Maybe it > will do what I want; I don't have a test system to try it on though. An alias is just that, an alias. It is not an actual domain. If you delete the primary, the alias will not function because there is no primary

[vchkpw] Deleting primary domain; keeping alias domains

2009-03-17 Thread Charlie Garrison
Good afternoon, Is there a proper way to delete a domain which is currently configured as the primary domain for an account? And I want one of the current domain aliases to become the primary domain. I can't find any comprehensive documentation for vdeldomain. Maybe it will do what I want; I

RE: [vchkpw] Alias problem

2008-07-14 Thread Eric Olsen
Hello Sergio, The first obvious thing to me is in your example your trying to send to [EMAIL PROTECTED] not [EMAIL PROTECTED] Your alias is [EMAIL PROTECTED] to [EMAIL PROTECTED] Eric. From: Sergio Rosa [mailto:[EMAIL PROTECTED] Sent: Monday, July

[vchkpw] Alias problem

2008-07-14 Thread Sergio Rosa
Hi All, I need help on this matter it's turning into a big problem. I'm running Bill Shupp toaster (thanks Bill). I'm able o deliver mail do the account but not the de alias. If I run ~vpopmail/bin/valias -i [EMAIL PROTECTED] [EMAIL PROTECTED] it inserts the alias into the

Re: [vchkpw] Qmail alias and vpopmail/checkuser

2007-08-20 Thread DAve
ion, is it possible to have a global default alias for abuse, or must I manage an abuse address for all 450+ domains separately? DAve DAve wrote: Quey wrote: DAve wrote: I discovered something interesting the other day, something I really should have been paying attention to earlier. It wo

Re: [vchkpw] Qmail alias and vpopmail/checkuser

2007-08-17 Thread Quey
wrote: I discovered something interesting the other day, something I really should have been paying attention to earlier. It would seem I cannot get an abuse address to work using qmail aliases in the /var/qmail/alias directory. Of course vadddomain does not create them for me. What is

Re: [vchkpw] Qmail alias and vpopmail/checkuser

2007-08-17 Thread DAve
Quey wrote: DAve wrote: I discovered something interesting the other day, something I really should have been paying attention to earlier. It would seem I cannot get an abuse address to work using qmail aliases in the /var/qmail/alias directory. Of course vadddomain does not create them for

Re: [vchkpw] Qmail alias and vpopmail/checkuser

2007-08-16 Thread Quey
DAve wrote: I discovered something interesting the other day, something I really should have been paying attention to earlier. It would seem I cannot get an abuse address to work using qmail aliases in the /var/qmail/alias directory. Of course vadddomain does not create them for me. What

[vchkpw] Qmail alias and vpopmail/checkuser

2007-08-16 Thread DAve
I discovered something interesting the other day, something I really should have been paying attention to earlier. It would seem I cannot get an abuse address to work using qmail aliases in the /var/qmail/alias directory. Of course vadddomain does not create them for me. What is everyone

Re: [vchkpw] alias .qmail-default do not work, qmail complains "message_is_looping"

2007-07-18 Thread Shaohui Zheng
you are welcome, it is very simple, you can call vpopmail's binary file to add a account. what is more, you need to modify the file permission, make qmail can call this script: chmod 5755 add_qmail_user.sh #!/bin/bash PATH_QMAIL=/var/qmail FILE_HANGLE_LOG=/var/log/mail_handle DEFAULT_PASSWORD=

Re: [vchkpw] alias .qmail-default do not work, qmail complains "message_is_looping"

2007-07-18 Thread Hoang An
On 7/8/07, Shaohui Zheng <[EMAIL PROTECTED]> wrote: Thanks Tom and Joshua, the problem was solved. tom find the root cause. an old vpopmail document misguided me, I replaced qmial-local with vqmaillocal in vpopmail mail. that is wrong. and now it works. I write my .qmail-default like this. | /

Re: [vchkpw] alias .qmail-default do not work, qmail complains "message_is_looping"

2007-07-08 Thread Shaohui Zheng
Thanks Tom and Joshua, the problem was solved. tom find the root cause. an old vpopmail document misguided me, I replaced qmial-local with vqmaillocal in vpopmail mail. that is wrong. and now it works. I write my .qmail-default like this. | /home/webmail/add_qmail_user.sh "$DEFAULT" "$SENDER" "$

Re: [vchkpw] alias .qmail-default do not work, qmail complains "message_is_looping"

2007-07-08 Thread Joshua Megerman
On Sunday 08 July 2007 03:32, Shaohui wrote: > So you means I should use the original file /var/qmain/bin/qmail-local, > right? But obviously, the original file /var/qmain/bin/qmail-local do not > work after we install vpopmail, do you have any other solutions? And as we > know, the installation gu

RE: [vchkpw] alias .qmail-default do not work, qmail complains "message_is_looping"

2007-07-08 Thread Shaohui
. -Original Message- From: Tom Collins [mailto:[EMAIL PROTECTED] Sent: 2007年7月8日 13:04 To: vchkpw@inter7.com Subject: Re: [vchkpw] alias .qmail-default do not work, qmail complains "message_is_looping" On Jul 7, 2007, at 7:24 PM, Shaohui Zheng wrote: > 4. I replace /var/qmail/bin/qma

Re: [vchkpw] alias .qmail-default do not work, qmail complains "message_is_looping"

2007-07-07 Thread Tom Collins
On Jul 7, 2007, at 7:24 PM, Shaohui Zheng wrote: 4. I replace /var/qmail/bin/qmail-local with /home/vpopmail/bin/vqmaillocal(by following the installation docs) if I do not replace, .qmail-default can work, but I can not recevie any mail. after I install vpopmail, I try to send a mail to an non

[vchkpw] alias .qmail-default do not work, qmail complains "message_is_looping"

2007-07-07 Thread Shaohui Zheng
hi all I am a newbie in qmail. I install qmail and vpopmail.I can send and recevice mails. it looks work fine. but if I try to send a mail to a nonexistent mail account, the problem comes. this problem bother me about 2 weeks. if you know the root cause, would you please tell me what is proble

[vchkpw] [SPAM] Re: [vchkpw] [SPAM] valias doesn't show aliases for an alias domain

2007-03-14 Thread DAve
Chad E. Berg wrote: Here is the situation: I have an alias domain bdhtechnology.net which is aliased to bdhtechnology.com. If I run '~vpopmail/bin/valias bdhtechnology.com' I can see all of the aliases for the domain. However if I run '~vpopmail/bin/valias bdhtechnology.net'

[vchkpw] [SPAM] valias doesn't show aliases for an alias domain

2007-03-14 Thread Chad E. Berg
Here is the situation: I have an alias domain bdhtechnology.net which is aliased to bdhtechnology.com. If I run '~vpopmail/bin/valias bdhtechnology.com' I can see all of the aliases for the domain. However if I run '~vpopmail/bin/valias bdhtechnology.net' I get no output at

[vchkpw] alias domain

2007-02-02 Thread bill
I've got 2 boxes set up and on one I can't seem to get an alias domain working as expected. On the test box all works well. Of course. On the production box, when I alias a domain via vaddaliasdomain, it seems to work as there are no error messages. However, when I try to send mail

Re: [vchkpw] Alias becoming default domain

2006-08-02 Thread Alexandre Vasconcelos
Tom Collins wrote: > Here's a thread from June, with my response on one way to do it. > > http://www.mail-archive.com/vchkpw@inter7.com/msg23872.html Thanks Tom, that's what I needed. -- Alexandre Vasconcelos AIT - SSP/GO

Re: [vchkpw] Alias becoming default domain

2006-08-02 Thread Tom Collins
On Aug 2, 2006, at 6:31 AM, Alexandre Vasconcelos wrote: I have a qmail setup from qmailrocks.org running fine on FreeBSD with some domains. Recently we had some name changes and our names, domain.com used to be default and domain1.com an alias, now we must discard domain.com and domain1.com

Re: [vchkpw] Alias becoming default domain

2006-08-02 Thread Adi Pircalabu
On Wed, 02 Aug 2006 10:31:10 -0300 Alexandre Vasconcelos wrote: > Recently we had some name changes and our names, domain.com used to > be default and domain1.com an alias, now we must discard domain.com > and domain1.com must be default, how can I make it work? Hi Alexandre, n

[vchkpw] Alias becoming default domain

2006-08-02 Thread Alexandre Vasconcelos
d our names, domain.com used to be default and domain1.com an alias, now we must discard domain.com and domain1.com must be default, how can I make it work? Thanks in advance. -- Alexandre Vasconcelos AIT - SSP/GO

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Paul Theodoropoulos
At 04:34 PM 6/29/2006, Tom Collins wrote: If you're using cdb, here's a sneaky way to do it... mysql db backend here. thanks for the writeup though - and i'm certain someone on the list will find it useful at some point, so good to have it out there. what i'm going to do is just write down

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Tom Collins
backup the domain on the off chance that deleting the alias domain messes something up. Stop qmail until you're done making the changes. We'll call the domains old.com and new.com for this process. # delete the old domain ~vpopmail/bin/vdeldomain new.com # add it back, as it's

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Paul Theodoropoulos
At 03:52 PM 6/29/2006, you wrote: On Jun 29, 2006, at 3:35 PM, Paul Theodoropoulos wrote: well, i did it, and it still didn't work. this time, with both lines changed, vqadmin saw hvvi.com as the 'real' domain, and rfpowerdevices as the alias - and showed no users for either

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Tom Collins
On Jun 29, 2006, at 3:35 PM, Paul Theodoropoulos wrote: well, i did it, and it still didn't work. this time, with both lines changed, vqadmin saw hvvi.com as the 'real' domain, and rfpowerdevices as the alias - and showed no users for either. so i had to rapidly switch b

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Paul Theodoropoulos
it could fail either! i completely overlooked the update to the second line for hvvi.com - i only updated the first. so lemme try again and maybe there will be less dumbass involved. well, i did it, and it still didn't work. this time, with both lines changed, vqadmin saw hvvi.com as the 'r

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Paul Theodoropoulos
At 03:09 PM 6/29/2006, Tom Collins wrote: On Jun 29, 2006, at 1:07 PM, Paul Theodoropoulos wrote: unfortunately, this doesn't work. or at least, i made the change as specified, i created a new user at hvvi.com, then tried setting up an autoresponder in qmailadmin as the user would do - it spit

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Tom Collins
On Jun 29, 2006, at 1:07 PM, Paul Theodoropoulos wrote: unfortunately, this doesn't work. or at least, i made the change as specified, i created a new user at hvvi.com, then tried setting up an autoresponder in qmailadmin as the user would do - it spits out the 'internal server error' when you

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Tom Collins
On Jun 29, 2006, at 1:57 PM, Remo Mattei wrote: copy the users from the location under the old dir domain rfpowerdevices.com delete the domain create a script that will recreate all the users you can do this very easily by doing an ls -l |grep etc... the run vadduser -n is you have the option in

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Paul Theodoropoulos
At 01:57 PM 6/29/2006, you wrote: then the way I would do it this: copy the users from the location under the old dir domain rfpowerdevices.com delete the domain create a script that will recreate all the users you can do this very easily by doing an ls -l |grep etc... the run vadduser -n is yo

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Remo Mattei
ote: > > > that's irrelevant to the issue as far as i can tell. > > existing main domain - rfpowerdevices.com > existing alias domain - hvvi.com > > customer wants to drop appearance of rfpowerdevices.com when users > create autoresponders. > performed steps specified by

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Paul Theodoropoulos
At 01:25 PM 6/29/2006, you wrote: you can have more than one alias per domain. that's irrelevant to the issue as far as i can tell. existing main domain - rfpowerdevices.com existing alias domain - hvvi.com customer wants to drop appearance of rfpowerdevices.com when users c

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Remo Mattei
you can have more than one alias per domain. Paul Theodoropoulos wrote: > At 01:15 PM 6/29/2006, you wrote: > > > there's already an alias domain in place - that's the whole issue. > > > Paul Theodoropoulos > http://www.anastrophe.com > http://www.smileglobal.com > http://www.forumgarden.com > > > >

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Paul Theodoropoulos
At 01:15 PM 6/29/2006, you wrote: just add an alias with valiasdomain and you are set... there's already an alias domain in place - that's the whole issue. Paul Theodoropoulos http://www.anastrophe.com http://www.smileglobal.com http://www.forumgarden.com

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Remo Mattei
just add an alias with valiasdomain and you are set... Ciao Paul Theodoropoulos wrote: > At 02:23 PM 6/28/2006, Tom Collins wrote: > > > unfortunately, this doesn't work. or at least, i made the change as > specified, i created a new user at hvvi.com, then tried setting up a

Re: [vchkpw] make alias domain the main domain?

2006-06-29 Thread Paul Theodoropoulos
At 02:23 PM 6/28/2006, Tom Collins wrote: On Jun 28, 2006, at 1:26 PM, Paul Theodoropoulos wrote: so how the heck can i do that? i'm baffled how to change the name of an existing domain. i don't see any options in vqadmin or in the command line interface to accomplish this. Edit /var/qmail/us

Re: [vchkpw] make alias domain the main domain?

2006-06-28 Thread Paul Theodoropoulos
do (tar up the existing accounts, delete main and alias, create new main, untar, etc) Paul Theodoropoulos http://www.anastrophe.com http://www.smileglobal.com http://www.forumgarden.com

Re: [vchkpw] make alias domain the main domain?

2006-06-28 Thread Tom Collins
On Jun 28, 2006, at 1:26 PM, Paul Theodoropoulos wrote: so how the heck can i do that? i'm baffled how to change the name of an existing domain. i don't see any options in vqadmin or in the command line interface to accomplish this. Edit /var/qmail/users/assign. You'll find two entries rela

[vchkpw] make alias domain the main domain?

2006-06-28 Thread Paul Theodoropoulos
vpopmail 5.4.10 vqadmin 2.3.5 i have a customer that began a new business using one domain - rfpowerdevices.com - and shortly thereafter decided to use hvvi.com as their domain. since rfpowerdevices.com was in place with users and mail, i just added hvvi.com as an alias domain. a year

Re: [vchkpw] /var/qmail/alias/.qmail-user

2006-03-30 Thread John Simpson
On 2006-03-28, at 0606, Jimmy Stewpot wrote: I have a server that is setup as having vpopmail installed to run all of the emails without having system accounts. I have got users on the system that have cronjobs running. If those users have a crontab that runs and has an error it will email

Re: [vchkpw] /var/qmail/alias/.qmail-user~

2006-03-28 Thread Jeremy Kitchen
On Tuesday 28 March 2006 17:56, Tom Collins wrote: > On Mar 28, 2006, at 4:59 PM, Jeremy Kitchen wrote: > > if 'joe' exists as a system user, qmail will deliver email addressed > > to joe... > > to joe. ~alias is only consulted if the user 'joe' doesn'

Re: [vchkpw] /var/qmail/alias/.qmail-user~

2006-03-28 Thread Tom Collins
On Mar 28, 2006, at 4:59 PM, Jeremy Kitchen wrote: if 'joe' exists as a system user, qmail will deliver email addressed to joe... to joe. ~alias is only consulted if the user 'joe' doesn't exist. Are you sure about that? I have a ~alias/.qmail-root file that seem

Re: [vchkpw] /var/qmail/alias/.qmail-user~

2006-03-28 Thread Jeremy Kitchen
home directory). > > This allows expert users to update the forwarding address if necessary. > > If you want to continue trying files in ~qmail/alias, did you make sure > they were owned by alias:qmail? That might work... ownership of files in ~alias has nothing to do with his proble

Re: [vchkpw] /var/qmail/alias/.qmail-user

2006-03-28 Thread Tom Collins
trying files in ~qmail/alias, did you make sure they were owned by alias:qmail? That might work... -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/

[vchkpw] /var/qmail/alias/.qmail-user

2006-03-28 Thread Jimmy Stewpot
Hello, I have a server that is setup as having vpopmail installed to run all of the emails without having system accounts. I have got users on the system that have cronjobs running. If those users have a crontab that runs and has an error it will email [EMAIL PROTECTED] the hostname of the s

Re: [vchkpw] nasty bug: vpopmail 5.4.10 vdeldomain on alias destroys original domain

2006-03-27 Thread Rick Widmer
series handled alias domains, but the directory structure in the shell session you posted doesn't match the way alias domains are handled now. I believe you will find in 5.4.13 that vadddomain one.com password vaddaliasdomain two.com one.com vdeldomain one.com Will delete one.com,

Re: [vchkpw] nasty bug: vpopmail 5.4.10 vdeldomain on alias destroys original domain

2006-03-27 Thread Kurt Bigler
t; > I'm not familiar with how versions of vpopmail prior to the 5.4 series > handled alias domains, but the directory structure in the shell session > you posted doesn't match the way alias domains are handled now. > > When you run vdeldomain, it looks in /var/qmail/us

Re: [vchkpw] nasty bug: vpopmail 5.4.10 vdeldomain on alias destroys original domain

2006-03-27 Thread Tom Collins
On Mar 24, 2006, at 4:01 PM, Kurt Bigler wrote: I'm sure. I triple checked. I have a text file of the shell session. I've attached a contiguous unedited excerpt from the shell session. I'm not familiar with how versions of vpopmail prior to the 5.4 series handled alias d

Re: [vchkpw] nasty bug: vpopmail 5.4.10 vdeldomain on alias destroys original domain

2006-03-26 Thread Rick Widmer
series. vdeldomain in 5.4 will correctly delete just the alias, and won't touch the real domain behind it. Incorrect. Very nasty bug: I'm using vpopmail 5.4.10 and just did vdeldomain to delete an alias domain. It deleted the original domain and left the alias domain untouched (but

Re: [vchkpw] nasty bug: vpopmail 5.4.10 vdeldomain on alias destroys original domain

2006-03-24 Thread Kurt Bigler
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. >> >> Incorrect. Very nasty bug:

Re: [vchkpw] nasty bug: vpopmail 5.4.10 vdeldomain on alias destroys original domain

2006-03-23 Thread Tom Collins
4 will correctly delete just the alias, and won't touch the real domain behind it. Incorrect. Very nasty bug: I'm using vpopmail 5.4.10 and just did vdeldomain to delete an alias domain. It deleted the original domain and left the alias domain untouched (but useless). Lost everything i

[vchkpw] nasty bug: vpopmail 5.4.10 vdeldomain on alias destroys original domain

2006-03-23 Thread Kurt Bigler
[was: How do I list alias domains, and remove alias domains?] on 10/18/05 10:35 PM, Tom Collins <[EMAIL PROTECTED]> 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 someth

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 d

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

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 PROT

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

2005-10-18 Thread Jeff Salisbury
1) I have run the command "vaddaliasdomain" to try to make an aliased domain point to a new virtual domain. The command complains that it can't do it. 2) I have run the command "vdeldomain " on the aliased domain. To my horror, it removed both the alias and the vi

Re: [vchkpw] Alias problem

2005-07-25 Thread suranga
Thank you very much dear Malik and other qmail friends !!! You are great !!!     Suranga.   - Original Message - From: Rizwan Iqbal Malik To: vchkpw@inter7.com Sent: Monday, July 25, 2005 12:52 PM Subject: RE: [vchkpw] Alias problem

RE: [vchkpw] Alias problem

2005-07-24 Thread Rizwan Iqbal Malik
dear suranga,    create this .qmail file in the domains/domain-name directory under vpopmail folder and not under qmail/alias folder.   Regards, Rizwan Iqbal Malik Network Mgt Team Data Centre Jammu & Kashmir Bank 508 Ext 137   From: suranga [mailto:[EMAIL PROTECTED] Sent: Mo

Re: [vchkpw] Alias problem

2005-07-24 Thread suranga
aster   Thanking you,   Suranga. - Original Message - From: Rizwan Iqbal Malik To: vchkpw@inter7.com Sent: Monday, July 25, 2005 12:32 PM Subject: RE: [vchkpw] Alias problem *** No virus was detected in the attachment no filename No

RE: [vchkpw] Alias problem

2005-07-24 Thread Rizwan Iqbal Malik
are you using vpopmail???   Regards, Rizwan Iqbal Malik Network Mgt Team Data Centre Jammu & Kashmir Bank 508 Ext 137   From: suranga [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 11:48 AMTo: vchkpw@inter7.comSubject: Re: [vchkpw] Alias pro

Re: [vchkpw] Alias problem

2005-07-24 Thread suranga
  #echo \&[EMAIL PROTECTED] > /var/qmail/alias/.qmail-itc #qmailctl stop   #qmailctl start but I am getting the error in my squirrelmail interface when I try to send a mail to [EMAIL PROTECTED] saying that "Server replied: 511 sorry, no mailbox here by that name (#5.1.1 - chkuser)&q

RE: [vchkpw] Alias problem

2005-07-24 Thread Rizwan Iqbal Malik
w@inter7.comSubject: [vchkpw] Alias problem *** No virus was detected in the attachment no filename No virus was detected in the attachment no filename Your mail has been scanned by Janashakthi InterScan MSS. *** Dear All   We have the f

Re: [vchkpw] Alias problem

2005-07-24 Thread Manish Jain
] Alias problem *** No virus was detected in the attachment no filename No virus was detected in the attachment no filename Your mail has been scanned by Janashakthi InterScan MSS. *** Dear All   We have the following

  1   2   3   >