[vchkpw] Alias becoming default domain

2006-08-02 Thread Alexandre Vasconcelos
Hello All,

I've searched on archives on this without success, and forgive me if
this is not the right list to post this kind of question (please point
me the right one)..

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 must be default, how can I make it work?

Thanks in advance.
-- 
Alexandre Vasconcelos
AIT - SSP/GO




[vchkpw] global contact list - ldap

2006-08-02 Thread Juliano Souza - qmail server
I want to add the Contact list to my vpopmail , but the contact list in 
most of the clients retrive the list of all users via LDAP.


How can I implement the global list of contacts using ldap to manage them?

ps: my case are qmail + vpopmail, the auth are by vpasswd.

Thanks,

Juliano Souza



[vchkpw] Virtual Domains

2006-08-02 Thread Doug Appleton
I have a problem and perhaps someone on this list can solve this problem
for me.I have configured a qmail+vpopmail mail server that is
running on Redhat Enterprise 4 and is running perfectly except there is
one small problem with the old mail server we currently have running. As
it stands I have created a domain called test.edu and all mailboxes that
are not found on this box are flipped over to the old mailserver where the
remaining mailboxes are located. This is done with through the
.qmail-default file. It seems to be working fine other than when a person
tried to send a mail from the webmail client at test2.edu and the test.edu
does not recognize the mailboxes and rejects the mail. Question.. Would
creating an alias domain on the test.edu box work? And if so, how would I
flip it back through the .qmail-default file so that any mailboxes that
the alias domain couldn't find would be flipped back over to the old
mailserver where the remaining mailboxes are?Doug

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 must be default, how can I make  
it work?


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

--
Tom Collins  -  [EMAIL PROTECTED]
Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/
QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/




Re: [vchkpw] Virtual Domains

2006-08-02 Thread Tom Collins
On Aug 2, 2006, at 7:24 AM, Doug Appleton wrote:I have configured a qmail+vpopmail mail server that is running on Redhat Enterprise 4 and is running perfectly except there is one small problem with the old mail server we currently have running. As it stands I have created a domain called test.edu and all mailboxes that are not found on this box are flipped over to the old mailserver where the remaining mailboxes are located. This is done with through the .qmail-default file. It seems to be working fine other than when a person tried to send a mail from the webmail client at test2.edu and the test.edu does not recognize the mailboxes and rejects the mail. Question.. Would creating an alias domain on the test.edu box work? And if so, how would I flip it back through the .qmail-default file so that any mailboxes that the alias domain couldn't find would be flipped back over to the old mailserver where the remaining mailboxes are?I'm not sure I completely understand your setup, but if you add test2.edu to the rcpthosts file on test.edu, it will accept email for that domain and forward it on to the server hosting test2.edu. --Tom Collins  -  [EMAIL PROTECTED]Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/ 

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] Virtual Domains

2006-08-02 Thread Doug Appleton



I know this sounds wierd, and at first I didn't get it when this
happened. Well here's the story.. Before I came my workplace set up a
sendmail mail domain, and thats okay. But when people go and use the web
client it actaully gives the full name of the server instead of putting
@test.com. Everytime a person mails something from the webclient the
persons header is re-written to [EMAIL PROTECTED] .. Now on the box I have
configured (and believe me it's working till this problem arose) has been
configured with a domain called test.com . As it stands now, it accepts
all mail to those mailboxes with @test.com to it and whatever mailbox is
not located it then through the .qmail-default file flips those boxes over
to the test2.com box. Unfortunately even after creating a virtual alias
domain test2.com - test.com it does not know where to deliver the mail
OR I receive an error that the mail message itself is undeliverable
because it is looping.. What I need to be able to do is to have any mail
that has the test2.com in its header to be delivered to test.com and if it
can't find any of those test2.com addresses to flip it back to
test2.comThat's the best way I can explain it.. On Aug 2, 2006, at 7:24 AM, Doug Appleton wrote:
I have configured a
qmail+vpopmail mail server that is running on Redhat Enterprise 4 and is
running perfectly except there is one small problem with the old mail
server we currently have running. As it stands I have created a domain
called test.edu and all mailboxes that are not found on this box are
flipped over to the old mailserver where the remaining mailboxes are
located. This is done with through the .qmail-default file. It seems to be
working fine other than when a person tried to send a mail from the
webmail client at test2.edu and the test.edu does not recognize the
mailboxes and rejects the mail. Question.. Would creating an alias domain
on the test.edu box work? And if so, how would I flip it back through the
.qmail-default file so that any mailboxes that the alias domain couldn't
find would be flipped back over to the old mailserver where the remaining
mailboxes are?

I'm not sure I completely understand your setup, but if you add
test2.edu to the rcpthosts file on test.edu, it will accept email for that
domain and forward it on to the server hosting test2.edu.

 
--
Tom Collins  -  [EMAIL PROTECTED]
Vpopmail - virtual domains for qmail: http://vpopmail.sf.net/
QmailAdmin - web interface for Vpopmail: http://qmailadmin.sf.net/
 



[vchkpw] this list works?

2006-08-02 Thread Juliano Souza - qmail server