NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Debian Mail through Exchange ServerDeploying our first Debian Etch server in a Windows AD
Does anyone know of a walkthrough or how to configure the
Thanks in advance
Joel |
Debian Mail through Exchange Server
Joel Roberts:
>
> Does anyone know of a walkthrough or how to configure the Debian server to
> route mail messages through the Exchange server?
Exchange should be able to speak plain SMTP so it isn't any different
than other MTAs. You may use 'dpkg-reconfigure exim4' (or whatever MTA
you already have installed) to set it up or install some really simple
SMTP client like ssmtp which can only do what you currently need.
J.
--
People talking a foreign language are romantic and mysterious.
[Agree] [Disagree]
RE: Debian Mail through Exchange Server
I have exim4 installed, but the only walkthroughs I find are to
configure it as a frontend server forwarding mail to a backend exchange
server, or as a side-by-side mail server. What I'm looking for is a
configuration example to route any mail messages from the server through
the Exchange server rather than locally. I don't want the Debian box to
be a mail server at all if possible, just a client.
-----Original Message-----
From: Jochen Schulz [mailto:ml@well-adjusted.de]
Sent: Thursday, October 04, 2007 3:52 PM
To:
Subject: Re: Debian Mail through Exchange Server
Joel Roberts:
>
> Does anyone know of a walkthrough or how to configure the Debian
server to
> route mail messages through the Exchange server?
Exchange should be able to speak plain SMTP so it isn't any different
than other MTAs. You may use 'dpkg-reconfigure exim4' (or whatever MTA
you already have installed) to set it up or install some really simple
SMTP client like ssmtp which can only do what you currently need.
J.
--
People talking a foreign language are romantic and mysterious.
[Agree] [Disagree]
Debian Mail through Exchange Server
On Oct 4, 2007, at 3:29 PM, Joel Roberts wrote:
> I have exim4 installed, but the only walkthroughs I find are to
> configure it as a frontend server forwarding mail to a backend
> exchange
> server, or as a side-by-side mail server. What I'm looking for is a
> configuration example to route any mail messages from the server
> through
> the Exchange server rather than locally. I don't want the Debian
> box to
> be a mail server at all if possible, just a client.
dkpg-reconfigure exim4 and tell it to use the Exchange server as a
"smarthost".
--
RE: Debian Mail through Exchange Server
That did it, thanks to all who replied.
-----Original Message-----
From: David Brodbeck [mailto:brodbd@u.washington.edu]
Sent: Thursday, October 04, 2007 4:44 PM
To: debian help)
Subject: Re: Debian Mail through Exchange Server
On Oct 4, 2007, at 3:29 PM, Joel Roberts wrote:
> I have exim4 installed, but the only walkthroughs I find are to
> configure it as a frontend server forwarding mail to a backend
> exchange
> server, or as a side-by-side mail server. What I'm looking for is a
> configuration example to route any mail messages from the server
> through
> the Exchange server rather than locally. I don't want the Debian
> box to
> be a mail server at all if possible, just a client.
dkpg-reconfigure exim4 and tell it to use the Exchange server as a
"smarthost".
--