Page 1 of 1

Create an alias for another domain...

Posted: Thu Nov 17, 2005 12:08 pm
by xxkozxx
Just have a quick question. We have a ticket system that generates tickets via email. It is hosted on a different domain. I was wondering how to create an alias on my domain that will send the email to the address on the other domain. Not sure if this makes much sense. Basically I need a local address that will be able to forward to another domain address. I'm kind of new at Scalix so any help would be greatly appreciated.

Posted: Thu Nov 17, 2005 7:06 pm
by ScalixSupport
Are you talking about a Scalix mailbox or somewhere else ?

Can you give some more details on this ?

Scalix has no concept of domain ownership. If there is a unique match in the SYSTEM directory, the message will be accepted. This means you can have a mailbox with multiple addresses, some of which may be a different domain.

Cheers

Dave

Posted: Fri Nov 18, 2005 10:00 am
by xxkozxx
I got it to work by using a technique that another person used in another post. Basically I had to forward the mail out to another server, a Postfix server. I just created a PDL and added the internet address to it. It works great.

Basically, we needed to be able to forward a local helpdesk email account to the actual email address for the ticket system which is hosted at another location. Once the person submits a ticket it generates an email response in which they can reply to, to make comments on the ticket.

The solution worked like a champ. I'm not sure if its a clean solution, as the other guy wasn't sure either. If there is a better way to do this I am all ears. In Postfix, there is a configuration file that you can actually go in and specify aliases. Not sure if there is a way to do that in Scalix.

Redirecting emails for local users

Posted: Fri Nov 18, 2005 2:32 pm
by ahathaway
Here's Scalix's version of a ".forward" file for forwarding mail on a per-user basis. If the user must be local as well, the sxaa tool from the "admin_resource_kit" folder allows you to add user-specific rules without being logged in as that user.

This sets up redirection for a local user:

Code: Select all

./sxaa --add --username "Joe Bob" --redirect joebob@other.domain.com

Posted: Fri Nov 18, 2005 3:15 pm
by xxkozxx
Did you attach a file or something...

Posted: Fri Nov 18, 2005 3:21 pm
by ahathaway
Did you attach a file or something...

Nope. I just used the BBCode tags for code (if I'm understanding the question...)

Posted: Fri Nov 18, 2005 3:43 pm
by xxkozxx
Will that work if you just set up a directory entry for a user?

Posted: Fri Nov 18, 2005 3:49 pm
by ahathaway
Will that work if you just set up a directory entry for a user?

sxaa is only useful for local accounts. If you don't need a local account for the user (i.e., their mail should never accrue on your server) you can use a directory entry.

Using a directory entry to make a forward-only address is detailed here:
http://www.scalix.com/community/viewtopic.php?p=3231#3231

--Aaron

Ummm

Posted: Fri Nov 18, 2005 4:12 pm
by kanderson
If all you want is an entery in your Addressbook for "Help Desk", which is visible for all the users in domaina.com, which is your Scalix server. When people send email to "Help Desk" it should go to domainb.com which is a different mail system. This is really easy.

Just create an Internet Mail User. You can put any address you want in there, and it'll go.

Kev.