Koozali.org: home of the SME Server

Email Configuration Problem

technically challenged

Email Configuration Problem
« on: March 23, 2004, 01:12:06 PM »
Having just installed my mitel 6000 mte server and set my primary domain name, I have created various virtual domains, for web sites I own.

I cannot configure the emai function on this server to send out emails from any other domain name other than the primary domain name.

Is it possible to configure the server to send emails from any virtual domain name or is it only restricted to the primary domain name ?

Any help would be greatly appreciated.

Regards

Russ

rsg@professional.plus.com

icpix

Email Configuration Problem
« Reply #1 on: March 23, 2004, 01:33:39 PM »
Russ

I send out emails using all of the virtual domains on my SME server 6.0.1-10. In fact the only domain I -don't- specifically use is the Primary one! Have you set up a few users and so forth to play about with those...?

technically challenged

Email configuration problems
« Reply #2 on: March 23, 2004, 01:40:24 PM »
Robert, thanks for replying so quick.

I have added various user names however they all default to my primary domain name and i cant seem to link them to the virtual domain names.

I have tried accessing the names through the webmail facility but that also defaults to my primary domain name for that user.

Russ

Offline chris burnat

  • *****
  • 1,135
  • +2/-0
    • http://www.burnat.com
Email Configuration Problem
« Reply #3 on: March 23, 2004, 01:43:29 PM »
Once the domain and users have been configured, there is nothing more to do on the server side. gigo. Just create different accounts in your mail client on your workstation(s) to reflect your various domains, ie. bob@mydomain1, john@mydomain2, paul@mydomain3.  If bob, john and paul are users of your sme server, mail will go out, and incoming mail will be dished to individual accounts.  This is assuming that your mx records have been set if you are a full mail server, or that you have entered the correct information for pop3 and smpt if you are going through an ISP.  Hope this help.
- chris
If it does not work out of the box, please fill in a Bug Report @ Bugzilla (http://bugs.contribs.org)  - check: http://wiki.contribs.org/Bugzilla_Help .  Thanks.

technically challenged

Email Conguration Problems
« Reply #4 on: March 23, 2004, 01:54:09 PM »
Thanks Burnat

Please look at this example and tell me if I have it set correctly.(examples)

primary domain - mydomain.com
virtual domain - domain2.com
virtual domain - domain3.com

3 users created a, b, c

by default they will get a,b or c@mydomain.com as an email address, but I cannot assign them name@domain2.com or name@domain3.com

Are you saying that I dont need to configure it on the server side? ie... if using outlook or another mail client as long as the virtual domain is on my server then they can configure their mail client to send and receive  via the server, from their email client (outlook for example)?

Russ

Anonymous

Email Configuration Problem
« Reply #5 on: March 23, 2004, 02:49:21 PM »
I think you need to consider pseudonyms and groups. This is where it gets interesting...

Take a user called "russ" with password "hello".  And to keep it simple, assume you have domain1, domain2.  Create an account for russ@domain1 in your mail client, using account=russ and Passw=hello.  All mail sent to russ@domain1 AND russ@domain2 will land in this account. So far, you can only send mail under the identity russ@domain1.  If you wish to send mail under the identity russ@domain2, create another account for russ@domain2.

Next, russ want to have another email address for domain1, say sale@domain1.  Go into pseudonyms, and create an entry for "sale" and associated it with user "russ".  All mail addressed to sale@domain1 will go to user russ.  You can also create an account in your mail client for sale@domain1 for user "russ" (that is username=russ + password=hello), now russ can send mail under the identity sale@domain1.

Next you wish to set an email account called info@domain2, but you want mails to be distributed between you (russ) and your partner (paul).  First of all, paul has to be a user.  Next, create a group called "partners", members are russ and paul.  finally, create a pseudonym "info" and associated it with the group called "partners". Now all incoming mail addressed to info@domain2 will go to user russ AND user paul - assuming paul has an account under his name in his mail client..).

Russ and paul can also create an account in their mail client under info@domain2 using their respective username and password, and send mail under the identity info@domain2

Hope it helps, sorry for longuish post.
chris

All this will work subject to mx records for domain1 and domain2 being set.