Operating System - Linux
1824363 Members
3672 Online
109669 Solutions
New Discussion юеВ

whether sendmail.imap.pop3 can not get mail with root account?

 
SOLVED
Go to solution

whether sendmail.imap.pop3 can not get mail with root account?

i can use accounts to get email with pop3 other than root.
it is default?

frederick
frederick
4 REPLIES 4

Re: whether sendmail.imap.pop3 can not get mail with root account?

Yes.
I don't know a option to disable this.
Put a file .forward in the root home directory.
Mark Fenton
Esteemed Contributor

Re: whether sendmail.imap.pop3 can not get mail with root account?

Depends.

There are some pop3 packages that refuse connection from root, or don't allow retrieving email for users with UID < 100 or some such.

How to override depends on the package. More detail needed at this point.

Mark
Steven E. Protter
Exalted Contributor

Re: whether sendmail.imap.pop3 can not get mail with root account?

try qmail

Everyone I talk to likes it.
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
Bill Thorsteinson
Honored Contributor
Solution

Re: whether sendmail.imap.pop3 can not get mail with root account?

It is generally recommmended not to allow root to receive
mail. If your mail tools break, you have given someone
root access.

Add an alias for root to /etc/aliases. If necessary,
create an account to receive roots mail such as sysadmin.

root: sysadmin

Use your favorite client to fetch root's mail from the
alias account.

You can forward your mail to another system, but you should
check for mail loops, and have a local email account on
each server. fetchmail can be used to reach out and gather
all the undeliverable mail to
a single server.