Hacker News new | ask | show | jobs
by rbc 700 days ago
I think maintaining the MUA access to the mail server is one of the more complicated issues. A globally accessible IMAP or POP3 service faces a lot of abuse. These days, I use MUA's the that read directly off the spool. Old fashioned, but heads off all kinds of badness.
1 comments

Mail User Agent is sooo old school ... a MUA is a Make Up Artist these days. I'm happy with that - the world moves.

I have no idea what "MUA's the that read directly off the spool" means.

I run a few Exim MTAs ie SMTP front ends. Some front MS Exchange and some front Dovecot imapd. They work fine.

/var/mail

No listener required, or the services, authentication and encryption that go with them. In this case I run email for myself. Email gets pushed from an Internet MTA with global addresses, to a local MTA that happens to be my workstation. I either read the email from the console, or ssh in through a jump host.