FelixSchwarz / mailqueue-runner

sends emails stored in a maildir repository via SMTP
MIT License
3 stars 0 forks source link

rpm should provide "sendmail" alternative #44

Closed FelixSchwarz closed 2 months ago

FelixSchwarz commented 2 months ago

As a system administrator I want to use the alternatives mechanism so that /usr/sbin/sendmail points to mq-sendmail.

https://src.fedoraproject.org/rpms/msmtp/blob/rawhide/f/msmtp.spec

FelixSchwarz commented 2 months ago

implemented by f31fdd2bf279ef9c13e029eae3051ed34aeb2d65

Not sure if everything works the way it should, might need to tweak some things once I deployed this in different environments.