aboutsummaryrefslogtreecommitdiffstats
path: root/main/opensmtpd/smtpd.initd
Commit message (Collapse)AuthorAgeFilesLines
* main/opensmtpd: remove executable permission from smtpd.initdSören Tempel2020-01-161-0/+0
| | | | | Permissions of this file have been changed by accident in 5eb316d2be8af57a3d50d0da17f1e3e0be82c935.
* main/opensmtpd: checkconfig should only output messages on errorSören Tempel2020-01-151-1/+6
| | | | | | | | | | Other OpenRC services don't output anything on standard error unless something is not ok as well. The message `configuration OK` is useless. This change checks the exit status first and only emits the output of `smtpd -n` if the configuration is invalid. See also: https://gitlab.alpinelinux.org/alpine/aports/merge_requests/2940#note_62647
* main/opensmtpd: fix init script, missing extra_commandsJakub Jirutka2019-04-031-2/+2
|
* main/opensmtpd: improve runscript, add checkconfigJakub Jirutka2017-06-081-1/+13
|
* main/opensmtpd: fix mail spool path, other fixesValery Kartel2017-06-021-3/+4
| | | | | | | | | | | | | | | | | /var/mail is used from /usr/include/paths.h if not set, So set --with-path-mbox=/var/spool/mail to fix spoll path from /var/mail to /var/spool/mail. change libexec prefix --libexecdir=/usr/lib. So now full path is /usr/lib/opensmtpd, not /usr/lib/opensmtpd/opensmtpd remove post-install script. There is no need to run 'newaliases' because in default config aliases table use file: driver, not db: driver remove empty /usr/bin directory in init-script explictly set 'name' and 'command' variables to not be dependent on script name.
* main/opensmtpd: update to 6.0.2p1Shiz2017-04-051-15/+5
| | | | | | Removes old LibreSSL patch that seems to be checked properly now, and fix some incorrect config.h checking. Also refactors the initd script to be more natural/declarative.
* main/opensmtpd: move from testingNatanael Copa2015-11-111-0/+24