OpenSMTPD
https://www.opensmtpd.org/
OpenSMTPD is a FREE implementation of the server-side SMTP protocol as defined by RFC 5321, with some additional standard extensions.
It allows ordinary machines to exchange e-mails with other systems speaking the SMTP protocol.
- Sources inherited from project server:mail
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:redwil:15.4/OpenSMTPD && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
|
OpenSMTPD-reduced-permissions-on-SMTPD_SOCKET.patc |
0000000488 488 Bytes | |
| OpenSMTPD-user.conf | 0000000091 91 Bytes | |
| OpenSMTPD.changes | 0000005087 4.97 KB | |
| OpenSMTPD.service | 0000002707 2.64 KB | |
| OpenSMTPD.spec | 0000005274 5.15 KB | |
| _service | 0000000123 123 Bytes | |
| opensmtpd-7.8.0p0.tar.gz | 0000744995 728 KB |
Comments 1
do you have plans to include sendmail and other related compatibility symlinks (maybe through update-alternatives)? because right now the man pages are included, and the package is marked as conflicting with other packages that provide sendmail, even though we don't include the symlinks or configure update-alternatives.
also, due to the OpenSMTPD-reduced-permissions-on-SMTPD_SOCKET.patch, the sendmail compatibility symlink doesn't really work for non-privileged users (since internally it uses the no-longer world writable socket for enqueueing).
maybe it would be better to remove the conflict markers and the manpages, so users can install other sendmail providing packages. e.g. using busybox-sendmail or msmtp, so users can configure opensmtpd to listen on SMTP port, and have them submit mails through localhost SMTP, allowing compatibility with programs that depend on sendmail binary rather than directly use SMTP.