1. Create mailbox
If you want to create a new one:
root@localhost# touch /var/spool/mail/
If you want to create one with root:
root@localhost# cp /var/spool/mail/root /var/spool/mail/
Next create proper access permissions:
root@localhost# chown
root@localhost# chmod 640 /var/spool/mail/
2. Forward mails from root account to local users
You need to add the following line to the .forward file in the root home directory (if it does not exists you need to create it e.g. using vim utility):
root@localhost# cat /root/.forward
Now the mails coming to root user should be forwarded to the user indicated via
3. Configure Thunderbird
On my Ubuntu 12.04 LTS I am using Thunderbird version 11.0.1.
In order to manage your local mailbox account you need to configure a 'Unix Mailspool (Movemail)' account. You will find it when creating an other account (File -> New -> Other Accounts...):
Figure 1 The Account wizard for creating the Movemail account |
Now I hope to get more visibility especially with respect to anacron jobs running on my laptop.
Brak komentarzy:
Prześlij komentarz