Operating System - Linux
1752760 Members
5003 Online
108789 Solutions
New Discussion юеВ

Re: Sendmail Help??????????????

 
SOLVED
Go to solution
manny_9
Frequent Advisor

Sendmail Help??????????????

I have attatched the sendmail config.

RH 9 ES 2.1

My Linux server forwards mail to a groupwise server.

I need to know how to keep a copy of the messages
on the Linux server...so when the groupwise server goes down users can still get their external email when GW is down.

Thanks
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: Sendmail Help??????????????

The way to go to accomplish this goal is to sto p mail forwarding.

The users already have GW accounts and accounts on Linux so.

Keep the external mail on the Linux box.

Enable popmail. This is sort of a security hazard, but can be done in a secure way.

/etc/xinetd.d/pop2d
/etc/xinetd.d/pop3d

change disable=yes to disable=no

service xinetd restart

Set up the clients to have popmail acess on the Linux server. This varies from client to cient but is fairly straightfoward.

You can also use squirrellmail on the Linux server in this scenario and let them access their mail with a browser.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
manny_9
Frequent Advisor

Re: Sendmail Help??????????????

Thanks Steven! You have always been a tremendous help to me.

One more question...

in etc/xinetd...I can see imap and imap~,ipop3 and ipop3~. Can I safely delete the ipop3~ etc.? is this what is causing the problem??


Thanks
Steven E. Protter
Exalted Contributor

Re: Sendmail Help??????????????

I would not delete any of them until you have chosen your solution.

If you want to use web based squirrelmail, you need imap.

I never bothered to figure out which configuration file makes popmail work, pop2d or pop3d, I've always just enabled both.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com