Replies: 3 comments 3 replies
-
I use msmtp-mta |
Beta Was this translation helpful? Give feedback.
-
It does not install any sendmail binary or script
I did some research because I would like my servers to have a simple binary that sends all the traffic to one host that will email or do something with the received email. The research shows that programs look for hard coded path to files to exist. Other tools do search on multiple paths:
The conclusion is that this mailserver could provide a local sendmail binary to forward emails into the system |
Beta Was this translation helpful? Give feedback.
-
You can also $ curl smtp://localhost:25 --mail-from [email protected] --mail-rcpt [email protected] --upload-file ~/email.txt |
Beta Was this translation helpful? Give feedback.
-
There are a whole bunch of Unix/Linux command line tools which use sendmail to deliver mail. Even on systems without the actual sendmail installed, a variety of other MTAs provide a compatibility interface for such tools.
Am I correct that stalwart does no such thing?
What is the recommended setup to have scripts like e.g. cron scripts delivering reports, etc. not fail?
Beta Was this translation helpful? Give feedback.
All reactions