For interesting topics. But remember this is a Linux Forum. Do not post offensive topics that are meant to cause trouble with other members or are derogatory towards people of different genders, race, color, minors (this includes nudity and sex), politics or religion. Let's try to keep peace among the community and for visitors.
No spam on this or any other forums please! If you post advertisements on these forums, your account may be deleted.
Do not copy and paste entire or even up to half of someone else's words or articles into posts. Post only a few sentences or a paragraph and make sure to include a link back to original words or article. Otherwise it's copyright infringement.
You can talk about other distros here, but no MX bashing. You can email the developers of MX if you just want to say you dislike or hate MX.
Linux mx-linux 5.10.0-19-amd64 #1 SMP Debian 5.10.149-2 (2022-10-21) x86_64 GNU/Linux
I just wanted to use exim4 instead sendmail or postfix which btw works great.
If anybody can understand and reproduce this issue please help, for the ones who copy and paste from google please refrain, I did search.
root@mx-linux:/var/mail# ll
total 720
drwxrwsrwt 2 root mail 4096 Nov 21 14:55 ./
drwxr-xr-x 13 root root 4096 Jan 14 2022 ../
-rw-rw---- 1 brad mail 4430 Nov 21 14:52 brad
-rw------- 1 mail mail 716127 Nov 21 14:55 mail
-rw------- 1 root mail 0 Oct 8 2021 root
### router/mmm_mail4root
1446 #################################
1447 # deliver mail addressed to root to /var/mail/mail as user mail:mail
1448 # if it was not redirected in /etc/aliases or by other means
1449 # Exim cannot deliver as root since 4.24 (FIXED_NEVER_USERS)
Michael O'Toole MX Linux facebook group moderator
Dell OptiPlex 7050 i7-7700, MX Linux 23 Xfce & Win 11 Pro
HP Pavilion P2-1394 i3-2120T, MX Linux 23 Xfce & Win 10 Home
Dell Inspiron N7010 Intel Core i5 M 460, MX Linux 23 Xfce & KDE, Win 10
figueroa wrote: Mon Nov 21, 2022 10:14 pm
Run newaliases after making changes to your aliases file. Usually, all mail to root is redirected to a real user with a line in aliases like:
FYI: You don't need to run newaliases on an exim system, it's just provided as a compatibility layer for applications expecting a more "sendmail-like" environment. Exim directly scans the contents of the /etc/aliases file the first time it reads it and caches results, remembering it for subsequent lookups if there are any. It doesn't actually use the /etc/aliases.db file like sendmail does.
Thanks, @brad
I've never actually used exim. I made assumptions. I actually use postfix, courier-imap, procmail with associated tools. I first learned mail under Unix so I'm a dinosaur.
Andy Figueroa
Using Unix from 1984; GNU/Linux from 1993