Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Michael Roed on July 30, 2003, 05:04:51 PM

Title: Accessing ExchangeServers Pop3?
Post by: Michael Roed on July 30, 2003, 05:04:51 PM
Scenario:
SME 5.6 used as firewall and mailscanner (I have not delegated the mailservice on my SME but I use virtueldomains so I can check the mails for virus before going to Exchange!)
W2K SBS with Exchange 2000

I have som users who would like to access their mail acount on the Exchange server with Outlook Express from home (no VPN). But how can I get access to the POP3 service on the Exchange server throu SME 5.6???

Any ideas is greatly appriciated.
Michael.
Title: Re: Accessing ExchangeServers Pop3?
Post by: Nathan Fowler on July 31, 2003, 03:13:01 AM
Forward TCP 110 on the SME server to TCP 110 on the Exchange Server.  You'll have to modify /etc/xinetd.conf to not run pop3. (Not sure if this holds true for 5.6, have not played with 5.6)
Title: Re: Accessing ExchangeServers Pop3?
Post by: Charlie Brady on July 31, 2003, 03:32:44 AM
Nathan Fowler wrote:

> Forward TCP 110 on the SME server to TCP 110 on the Exchange
> Server.  You'll have to modify /etc/xinetd.conf to not run
> pop3.

No, just disable the "popd" service, and re-expand xinetd.conf and restart xinetd (e.g. by "signal-event remoteaccess-update"). But I suspect that you don't even need to do that - just portforward.

Charlie
Title: Re: Accessing ExchangeServers Pop3?
Post by: Michael Roed on August 12, 2003, 05:03:51 PM
Portforward isn't enough. I can't get through to the Exchange server. What should I do in xinetd.conf (I guess I should edit the template right??!)

/Michael.