All these programs/tools of te Desktop Environment are made for normal users to run them. Never use them as *root. *Like Carlos says, NEVER log in as root in the GUI (and almost never in the CLI for that matter).
On 2011-07-26 23:56, jcdole wrote:
>
> Hello.
> Do you mean that in the third millenium, we have to manage linux server
> in text mode like fifty years ago ?
No. Which doesn’t mean that you need to log in as root. Ever. Never.
> So how to read and delete local mail sent by other users, by system or
> by apps ?
Mail sent to root is redirected to a plain user. Root gets nothing.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
> Do you mean that in the third millenium, we have to manage linux server
> in text mode like fifty years ago ?
no, not at all…but, do not manage any linux/unix/aix/bsd server (or
desktop machine) by logging into the GUI as root…never!
log in as a plain user and then “become root” by using root powered
applications (like YaST, or File Manager Superuser Mode, or
kdesu/gnomesu kwrite, or opening a terminal and use “su -” to become
root, or or or…but never do it the zero-security-Microsoft-way of
logging into the GUI as root/superuser/Administrator etc…
it really is pretty simple to do it correctly, safely and securely–lots
more on that here:
> On 2011-07-26 23:56, jcdole wrote:
>>
>> Hello.
>> Do you mean that in the third millenium, we have to manage linux server
>> in text mode like fifty years ago ?
>
> No. Which doesn’t mean that you need to log in as root. Ever. Never.
>
>> So how to read and delete local mail sent by other users, by system or
>> by apps ?
>
> Mail sent to root is redirected to a plain user. Root gets nothing.
>
it is if you agree to the default option when creating the first non-root
user during installation. otherwise one has to edit /etc/aliases, add a
normal user as an alias to root & run “newaliases” afterwards.
On 2011-07-27 09:29, phanisvara wrote:
> On Wed, 27 Jul 2011 04:23:06 +0530, Carlos E. R. <> wrote:
>> Mail sent to root is redirected to a plain user. Root gets nothing.
>>
>
> it is if you agree to the default option when creating the first non-root
> user during installation. otherwise one has to edit /etc/aliases, add a
> normal user as an alias to root & run “newaliases” afterwards.
Exactly
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
install Postfix and configure it with Yast to send root mail to a normal user, adjust fetchmail to be started as a daemon and use as method of delivery “to cyrus imap sever”
install fetchmail and fetchmailconf; use fetchmailconf as normal user to generate a config file that uses the imap server(never used kmail for local mail i use alpine, so this step may be optional)
configure Kmail to use the imap server and retrieve mail
Another easy way (at least for me) is this one:
install procmail
install Postfix, set the local user for mail, use method of delivery “procmail”
install alpine and enjoy the good ol` CLI way of reading local email.
On 2011-07-27 12:46, kasi042 wrote:
>
> Sorry guys,
>
> But I don’t think that the root-issue is really the question here, even
> if the security advice is important.
It might not work for root. I know of some mail tools that simply will fail
in that case. That’s why I said not to use root.
> Let’s just assume JCD sets up his config so that the system mails are
> being sent to his normal user account.
>
> The question remains:
>> So how to configure Kmail to read and delete local mail sent by other
>> users or by system or apps ?
As I don’t use kmail nowdays, I don’t remember. But time ago I read how to
do it in kmail online help. I hope it is still there and works.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)