[vchkpw] newbie help, please

2002-11-27 Thread Ruslan Spivak
Hello vchkpw users,

I have installed vpopmail+qmail it's OK. Default domain in vpopmail -
'is.lg.ua'. In dns I have record  'MX 10 is.lg.ua'.

Now I want to have one more domain - 'master.is.lg.ua', so that there
will be users - '[EMAIL PROTECTED]', '[EMAIL PROTECTED]' and so
on. What should I do? Should I use vadddomain or vaddaliasdomain? And
should I put one more record in my named.conf(whta this line should be)?

Your help is very, very appreciated.
Thanks in advance.


Best regards,
 Ruslan  mailto:[EMAIL PROTECTED]





RE: [vchkpw] newbie help, please

2002-11-27 Thread Clayton Weise
The difference between an alias domain and a separate domain is that the
alias is a mirror of the other.  To use your example.  If master.is.lg.ua is
an alias domain to is.lg.ua then [EMAIL PROTECTED] is also [EMAIL PROTECTED]
But maybe you want the two separate.  Maybe you want the [EMAIL PROTECTED] to be
a totally different and separate address from [EMAIL PROTECTED]  In that
case, you'd create master.is.lg.ua as a separate domain (with vadddomain).
An alias domain is one where all the email addresses are mirrored so to
speak.

Also, if you want master.is.lg.ua to recieve mail it needs an MX record.
Sounds like you're using bind, so going along with that, this is what you
might have as a normal MX record inside your zone file for is.lg.ua: (just
an example, yours may not look exactly like this)

IN  MX 10 mail.is.lg.ua.
mailIN  A   1.2.3.4

What you would add is this:

 IN MX 10 mail.is.lg.ua.
master IN   MX 10 mail.is.lg.ua.
mail IN A   1.2.3.4

It's really quite simple, all you do is create an MX record for that
subdomain.  You don't need to change named.conf, but you do need to change
the zone file.  After you change the zone file, update the serial, and give
named a HUP.

-Clayton

-Original Message-
From: Ruslan Spivak [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 27, 2002 12:36 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] newbie help, please


Hello vchkpw users,

I have installed vpopmail+qmail it's OK. Default domain in vpopmail -
'is.lg.ua'. In dns I have record  'MX 10 is.lg.ua'.

Now I want to have one more domain - 'master.is.lg.ua', so that there
will be users - '[EMAIL PROTECTED]', '[EMAIL PROTECTED]' and so
on. What should I do? Should I use vadddomain or vaddaliasdomain? And
should I put one more record in my named.conf(whta this line should be)?

Your help is very, very appreciated.
Thanks in advance.


Best regards,
 Ruslan  mailto:[EMAIL PROTECTED]