Re: [vchkpw] default domain
- Seneca please do not double post!! Has nothing to do with the problem I had. !DSPAM:4d9e7f0632719664710779!
RE: [vchkpw] default domain
Problem is solved when I have copied the defaultdomain file to /var/qmail/vpopmail/etc directory... Regards, Salman... From: salmanriaz...@hotmail.com To: vchkpw@inter7.com Date: Fri, 8 Apr 2011 07:26:15 +0500 Subject: [vchkpw] default domain Hi, vpopmail is not reading defaultdomain file If someone is using some email client then it always ask for type full username... IMAP is working fine Regards, Salman... !DSPAM:4d9e7cb532716209135690!
[vchkpw] default domain
Hi, vpopmail is not reading defaultdomain file If someone is using some email client then it always ask for type full username... IMAP is working fine Regards, Salman... !DSPAM:4d9e724832714729919736!
Re: [vchkpw] default domain
Hi Jeremy, thanks! I'm running 5.4.0 so your suggestion works like a charm. Best Regards, Rd Jeremy Kitchen wrote: On Tuesday 07 December 2004 12:52 am, RD wrote: Hello List, How can I enable the default-domain option without a recompile? with later versions (later than 5.3.28 I believe, but if you're upgrading, grab the latest) the defaultdomain is not hard coded, and is in ~vpopmail/etc/defaultdomain otherwise, you have to recompile. -Jeremy
Re: [vchkpw] default domain
On Tuesday 07 December 2004 12:52 am, RD wrote: > Hello List, > > How can I enable the default-domain option without a recompile? with later versions (later than 5.3.28 I believe, but if you're upgrading, grab the latest) the defaultdomain is not hard coded, and is in ~vpopmail/etc/defaultdomain otherwise, you have to recompile. -Jeremy -- Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc. [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l kitchen @ #qmail #gentoo on EFnet IRC ++ scriptkitchen.com/qmail GnuPG Key ID: 481BF7E2 ++ jabber:[EMAIL PROTECTED] pgpzgkiwRaRYv.pgp Description: PGP signature
[vchkpw] default domain
Hello List, How can I enable the default-domain option without a recompile? Thanks for the help. Regards, RD
Re: [vchkpw] Default Domain.
On Apr 14, 2004, at 6:00 PM, jasmine wrote: Why is it that when i vadddomain, i get all the neccessary directories and files created except ~vpopmail/domains/test.com/vpasswd ~vpopmail/domains/test.com/vpasswd.cdb i have test.com but i dont have vpasswd and vpasswd.cdb If you're using MySQL, then you won't have vpasswd and vpasswd.cdb. If you're using the CDB backend, you should have those files with an entry for postmaster. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/
Re: [vchkpw] Default Domain.
On Apr 14, 2004, at 5:26 PM, sim wrote: There's a section of the README.mysql for vpopmail which says; If you have domains that are already setup as cdb modules and you want to convert them to sql: Will this apply to only virtual domains? Yes. And again, i have a defautdomain that i wish to vadduser to. I didnt create this default domain as a virtual domain i have been using it sucessfullt with my qmail long before i installed vpopmail. Thus i have this domain in /var/qmail/control/rcpthosts and locals. Is it possible to vaddusers to this default domain? Users that aren't in a virtual domain are referred to as "system users". You add them in the same way you did before you installed vpopmail. vpopmail doesn't know about them and doesn't get involved with them, other than to have vchkpw authenticate them. Qmail handles delivery to system accounts -- vdelivermail isn't called. vadd/del/mod utilities don't work with system users either. They are user accounts on the system, managed by the OS. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/
Fw: [vchkpw] Default Domain.
And my second question; :-) Why is it that when i vadddomain, i get all the neccessary directories and files created except ~vpopmail/domains/test.com/vpasswd~vpopmail/domains/test.com/vpasswd.cdb i have test.com but i dont have vpasswd and vpasswd.cdb Jas.
[vchkpw] Default Domain.
There's a section of the README.mysql for vpopmail which says; If you have domains that are already setup as cdb modules and you want to convert them to sql: Will this apply to only virtual domains? And again, i have a defautdomain that i wish to vadduser to. I didnt create this default domain as a virtual domain i have been using it sucessfullt with my qmail long before i installed vpopmail. Thus i have this domain in /var/qmail/control/rcpthosts and locals. Is it possible to vaddusers to this default domain? Jas.
RE: [vchkpw] "Default Domain" problem
On Tue, 2003-02-04 at 16:44, Clayton Weise wrote: > Do that, I've never had good luck with the make distclean. Ok, tried recompiling (only used the vmysql.h file from the previous source tree) ... I used the following configure command : ./configure --enable-default-domain=mydomain.com --enable-roaming-users=y --enable-mysql=y --enable-defaultquota=5000S --enable-valias=y Everything compiled and installed fine. Now I issue the following : vadddomain mydomain.com testpass vadduser test testpass vadduser [EMAIL PROTECTED] testpass I cannot login with either account at all. It doesn't matter if I login with the domain attached or not.. *sigh* Any ideas on what I'm doing wrong here? The only real difference here is the addition of "enable-default-domain" ... Is there a way to get debug information and find out where it's failing? Thanks, -- --- Jason 'XenoPhage' Frisvold Engine / Technology Programmer [EMAIL PROTECTED] RedHat Certified - RHCE # 807302349405893 --- "Something mysterious is formed, born in the silent void. Waiting alone and unmoving, it is at once still and yet in constant motion. It is the source of all programs. I do not know its name, so I will call it the Tao of Programming." signature.asc Description: This is a digitally signed message part
RE: [vchkpw] "Default Domain" problem
Do that, I've never had good luck with the make distclean. -Original Message- From: Jason 'XenoPhage' Frisvold [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 1:41 PM To: Clayton Weise Cc: [EMAIL PROTECTED] Subject: RE: [vchkpw] "Default Domain" problem I believe I tried on the non-clean source, then I tried doing a 'make distclean' and recompiling.. (I had modified the mysql.h file, so I wanted to keep those settings) I can try from a completely clean source and just copy over the mysql.h file... :) On Tue, 2003-02-04 at 16:38, Clayton Weise wrote: > When you recompiled, did you start from clean source? or did you just > go into your current source tree and retype tye ./configure stuff. > > -Original Message- > From: Jason 'XenoPhage' Frisvold [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 1:33 PM > To: [EMAIL PROTECTED] > Subject: [vchkpw] "Default Domain" problem > > > Hi all, > > I recently re-compiled vpopmail to include support for a > default domain. I was under the impression that this would allow > anyone from that default domain to login with just their username and > not the full email address... It appears to have compiled correctly, > but I cannot login in this manner... ??? Anyone have any tips as to > what I can look for? > > Redhat 7.3 > vpopmail 5.2.1 > courier-imap 1.6.2 > qmail 1.0.3 > > Thanks, -- --- Jason 'XenoPhage' Frisvold Engine / Technology Programmer [EMAIL PROTECTED] RedHat Certified - RHCE # 807302349405893 --- "Something mysterious is formed, born in the silent void. Waiting alone and unmoving, it is at once still and yet in constant motion. It is the source of all programs. I do not know its name, so I will call it the Tao of Programming."
RE: [vchkpw] "Default Domain" problem
I believe I tried on the non-clean source, then I tried doing a 'make distclean' and recompiling.. (I had modified the mysql.h file, so I wanted to keep those settings) I can try from a completely clean source and just copy over the mysql.h file... :) On Tue, 2003-02-04 at 16:38, Clayton Weise wrote: > When you recompiled, did you start from clean source? or did you just go > into your current source tree and retype tye ./configure stuff. > > -Original Message- > From: Jason 'XenoPhage' Frisvold [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 1:33 PM > To: [EMAIL PROTECTED] > Subject: [vchkpw] "Default Domain" problem > > > Hi all, > > I recently re-compiled vpopmail to include support for a default > domain. I was under the impression that this would allow anyone from that > default domain to login with just their username and not the full email > address... It appears to have compiled correctly, but I cannot login in this > manner... ??? Anyone have any tips as to what I can look for? > > Redhat 7.3 > vpopmail 5.2.1 > courier-imap 1.6.2 > qmail 1.0.3 > > Thanks, -- --- Jason 'XenoPhage' Frisvold Engine / Technology Programmer [EMAIL PROTECTED] RedHat Certified - RHCE # 807302349405893 --- "Something mysterious is formed, born in the silent void. Waiting alone and unmoving, it is at once still and yet in constant motion. It is the source of all programs. I do not know its name, so I will call it the Tao of Programming." signature.asc Description: This is a digitally signed message part
RE: [vchkpw] "Default Domain" problem
When you recompiled, did you start from clean source? or did you just go into your current source tree and retype tye ./configure stuff. -Original Message- From: Jason 'XenoPhage' Frisvold [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 1:33 PM To: [EMAIL PROTECTED] Subject: [vchkpw] "Default Domain" problem Hi all, I recently re-compiled vpopmail to include support for a default domain. I was under the impression that this would allow anyone from that default domain to login with just their username and not the full email address... It appears to have compiled correctly, but I cannot login in this manner... ??? Anyone have any tips as to what I can look for? Redhat 7.3 vpopmail 5.2.1 courier-imap 1.6.2 qmail 1.0.3 Thanks, -- --- Jason 'XenoPhage' Frisvold Engine / Technology Programmer [EMAIL PROTECTED] RedHat Certified - RHCE # 807302349405893 --- "Something mysterious is formed, born in the silent void. Waiting alone and unmoving, it is at once still and yet in constant motion. It is the source of all programs. I do not know its name, so I will call it the Tao of Programming."
[vchkpw] "Default Domain" problem
Hi all, I recently re-compiled vpopmail to include support for a default domain. I was under the impression that this would allow anyone from that default domain to login with just their username and not the full email address... It appears to have compiled correctly, but I cannot login in this manner... ??? Anyone have any tips as to what I can look for? Redhat 7.3 vpopmail 5.2.1 courier-imap 1.6.2 qmail 1.0.3 Thanks, -- --- Jason 'XenoPhage' Frisvold Engine / Technology Programmer [EMAIL PROTECTED] RedHat Certified - RHCE # 807302349405893 --- "Something mysterious is formed, born in the silent void. Waiting alone and unmoving, it is at once still and yet in constant motion. It is the source of all programs. I do not know its name, so I will call it the Tao of Programming." signature.asc Description: This is a digitally signed message part
[vchkpw] default domain
I have recompiled vpopmail with default domain: cedar.net to change the oriiginal install when I used blue.cedar.net. The log for mysql authentication is still showing that it is trying blue.cedar.net as the default domain. where is this stored? I also recompiled qmail to use the cedar.net domain. output of mysql log: 021218 0:08:02 11 Connect vpopmail@localhost on vpopmail 11 Query select pw_name, pw_passwd, pw_uid, pw_gid, pw_gecos, pw_dir, pw_shell , pw_clear_passwd from vpopmail where pw_name = "cedar1" and pw_domain = "blue.cedar.net" 11 Quit
Re: [vchkpw] default domain question
hi enki, you just need to do a ./config-fast nefilim.dyndns.org from your qmail source dir ;-) Ivan Rambeau FranceOnLine > Hi, > > I installed latest qmail and vpopmail straight from the FreeBSD ports. My machine's non resolvable hostname is mail.nefilim.org. I did a vanilla qmail install from the ports and a vpopmail install using: > > #make install WITH_PASSWD=yes WITH_IP_ALIAS=yes WITH_QMAIL_EXT=yes \ > DEFAULT_DOMAIN=mail.nefilim.org > > It installed without any problems. Added a couple of my friends' domains to it. One virtualdomain is nefilim.dyndns.org. If I want to set nefilim.dyndns.org to be my DEFAULT_DOMAIN, what should I do? Can I do a "make reinstall" using FBSD's ports? > > I'm fairly new to this so any help would be appreciated. Thank you. > > > Ron Santos > >
[vchkpw] default domain question
Hi, I installed latest qmail and vpopmail straight from the FreeBSD ports. My machine's non resolvable hostname is mail.nefilim.org. I did a vanilla qmail install from the ports and a vpopmail install using: #make install WITH_PASSWD=yes WITH_IP_ALIAS=yes WITH_QMAIL_EXT=yes \ DEFAULT_DOMAIN=mail.nefilim.org It installed without any problems. Added a couple of my friends' domains to it. One virtualdomain is nefilim.dyndns.org. If I want to set nefilim.dyndns.org to be my DEFAULT_DOMAIN, what should I do? Can I do a "make reinstall" using FBSD's ports? I'm fairly new to this so any help would be appreciated. Thank you. Ron Santos
[vchkpw] Default Domain
Helo, I just want to know is there anyone here ever have problems enabling default domain? I'm currently have abc.com ( example ) virtual domain, and i want it to be the default domain. So our users don't have to change their login to [EMAIL PROTECTED] ( it will take time to inform all users about the change and told them to make modifications for their login name). Is it a problem if my server is server1.abc.com? ( currently running with sendmail and i want to change it to qmail ) I really need help here... Thanks Best Regards Chris
Re: [vchkpw] Default Domain Issue?
On Tue, 2002-08-20 at 03:36, Brett Angelo wrote: Hi All, Can anyone tell me why I can pop my default domain accounts without problem, but the other domains I added via vadddomain I can't pop. However I can access them through QmailAdmin. The error I get is "Authorization Failed" Thanks, Brett did you use the email address to validate your users? Exp. [EMAIL PROTECTED] is a vitural account so if you try to log in as you it will not work. Remo
Re: [vchkpw] Default Domain Issue?
Thank you, that fixed my problem. Brett - Original Message - From: "Trey Nolen" <[EMAIL PROTECTED]> To: "Brett Angelo" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August 20, 2002 6:18 PM Subject: Re: [vchkpw] Default Domain Issue? > For the accounts on domains other than the default domain, are you using > account@domain for the account name or just using the account name? > Vpopmail assumes it is account@defaultdomain if no domain name is given. > > Trey Nolen > > > On Tue, 2002-08-20 at 04:36, Brett Angelo wrote: > > Hi All, > > > > Can anyone tell me why I can pop my default domain accounts without problem, > > but the other domains I added via vadddomain I can't pop. However I can > > access them through QmailAdmin. > > > > The error I get is "Authorization Failed" > > > > Thanks, > > > > Brett > > > > > > >
Re: [vchkpw] Default Domain Issue?
For the accounts on domains other than the default domain, are you using account@domain for the account name or just using the account name? Vpopmail assumes it is account@defaultdomain if no domain name is given. Trey Nolen On Tue, 2002-08-20 at 04:36, Brett Angelo wrote: > Hi All, > > Can anyone tell me why I can pop my default domain accounts without problem, > but the other domains I added via vadddomain I can't pop. However I can > access them through QmailAdmin. > > The error I get is "Authorization Failed" > > Thanks, > > Brett > >
[vchkpw] Default Domain Issue?
Hi All, Can anyone tell me why I can pop my default domain accounts without problem, but the other domains I added via vadddomain I can't pop. However I can access them through QmailAdmin. The error I get is "Authorization Failed" Thanks, Brett