Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: mgb on October 09, 2011, 12:49:38 PM

Title: I want multiple server mail
Post by: mgb on October 09, 2011, 12:49:38 PM
 Question about mail
 I have multiple server Doman
 I want everyone DOMAIN get the mail separately
 For example
 Existing uses user1@mydosmin.com
 And I want another user named user1@mydomain1.com
 Both use the same server
 Is it possible to create a situation
Title: Re: I want multiple server mail
Post by: Stefano on October 09, 2011, 12:53:49 PM
yes.. it's trivial..

let's say you have domain1.com and domain2.com.. and you want info@ for both domains..

creare two different user, i.e. useri1 and useri2 an then create 2 separate pseudonyms; info@domain1.com for useri1 and info@domain2.com for useri2.. that's all
Title: Re: I want multiple server mail
Post by: janet on October 09, 2011, 01:33:44 PM
mgb

Please read the manual
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter9#Pseudonyms
and make sure you scroll down to the Practical Usage Guidelines section

Also read this FAQ entry
http://wiki.contribs.org/SME_Server:Documentation:FAQ#Multiple_users_with_the_same_name_on_different_domains
Title: Re: I want multiple server mail
Post by: mmccarn on October 09, 2011, 02:39:02 PM
I create usernames that contain the target domain as part of the username, so that I have a system that is extensible and easily remembered. 

1. Decide on a 'prefix' to use for each domain, eg "dom1" for "domain1.com", "dom2" for "domain2.com"
2. Create user accounts as "dom1.mary" for mary@domain1.com, "dom2.mary" for mary@domain2.com, etc.

* There's a length limit on usernames (14 chars, I believe), so keep your domain prefixes short.
* Use a neutral domain as your Primary domain, so that *everyone* has to change their webmail settings (if your Primary domain is 'domain1.com', then the default from & reply to addresses in webmail for 'dom2.mary' will be 'dom2.mary@domain1.com' - better for this to be 'dom2.mary@myisp.com')

I don't know what happens to the <firstname>_<lastname>@... pseudonyms if you have identical "John Smith" accounts in different domains - you may be prevented from creating the second "John Smith" account, or the results may be undefined.
Title: Re: I want multiple server mail
Post by: mgb on October 09, 2011, 04:16:58 PM
Understanding
 I write an example
 Admin server login
  1 Open an account
 Account name mydon1.test
 First name testf1
 Last name tserl1
 Then
 ?

the mail test@mydomain1.com
Title: Re: I want multiple server mail
Post by: janet on October 10, 2011, 03:11:50 AM
mgb

No, the email address will be mydon1.test@mydomain1.com
or you can set up a different email address by creating a pseudonym for that user ie test@mydomain1.com which points to the user mydon1.test
Title: Re: I want multiple server mail
Post by: mgb on October 11, 2011, 01:49:27 PM
ok