[SOLVED]Linux Multiple email address exchange

Moderator: crythias

Locked
fritzfreund
Znuny newbie
Posts: 16
Joined: 16 Oct 2012, 19:19
Znuny Version: 3.1.3
Real Name: Fritz Freund
Company: Intermountain Electric

[SOLVED]Linux Multiple email address exchange

Post by fritzfreund »

We have multiple queues (one for each sister company). However we need OTRS to send autoresponses and email replies from different addresses depending on what queue the ticket is in. (i.e. support@company1.com, support@company2.com...etc)

The problem is that we use Exchange to send email and it requires authentication. The From address has to match the exchange account. Does anyone have experience with this or an idea on how to solve this issue?

Currently we are using SMTP and sending as only one address but that needs to change. We can setup sendmail or postfix but due to the authentication issue it doesn't help us much I believe.

Any help is appreciated.

Fritz
Last edited by fritzfreund on 16 Oct 2012, 20:30, edited 1 time in total.
OTRS 3.1.11
Ubuntu Server 11.04
MySQL
Active Directory (Agent & Customer), SMTP/POP with MS Exchange, Multiple companies
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Linux Multiple email address exchange

Post by crythias »

fritzfreund wrote: we use Exchange to send email and it requires authentication
You can choose to set exchange to be externally secured/anonymous send from the OTRS IP address.
In addition, Send As or aliases should be able to be used for the authenticated user.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
fritzfreund
Znuny newbie
Posts: 16
Joined: 16 Oct 2012, 19:19
Znuny Version: 3.1.3
Real Name: Fritz Freund
Company: Intermountain Electric

Re: Linux Multiple email address exchange

Post by fritzfreund »

I think we will have to setup anonymous send on the exchange side... I would like to try not to, but it may be unavoidable.

Are you talking about aliases/send as within sendmail/postfix?
OTRS 3.1.11
Ubuntu Server 11.04
MySQL
Active Directory (Agent & Customer), SMTP/POP with MS Exchange, Multiple companies
fritzfreund
Znuny newbie
Posts: 16
Joined: 16 Oct 2012, 19:19
Znuny Version: 3.1.3
Real Name: Fritz Freund
Company: Intermountain Electric

Re: Linux Multiple email address exchange

Post by fritzfreund »

Looks like we don't require username/password when sending it through Sendmail in relay mode. i was able to dorp the authentication in core:sendmail and change the type to sendmail. Works great!
OTRS 3.1.11
Ubuntu Server 11.04
MySQL
Active Directory (Agent & Customer), SMTP/POP with MS Exchange, Multiple companies
Locked