| Server IP : 208.122.213.31 / Your IP : 216.73.216.185 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/systemd/system/ |
Upload File : |
# Note: this unit file runs spamass-milter as the privileged user root, # which is necessary for using the milter's -x option for performing # virtusertable and alias expansion. If you are not using the -x option, # there is no need for the milter to run as root and it is best not to do so, # using the spamass-milter.service unit instead of this one. [Unit] Description = Mail filter for SpamAssassin Wants = spamassassin.service After = syslog.target After = local-fs.target After = network.target After = spamassassin.service Before = sendmail.service Before = postfix.service Conflicts = spamass-milter.service [Service] Type = simple UMask = 0022 Environment = SOCKET=/run/spamass-milter/spamass-milter.sock SOCKET_OPTIONS= EXTRA_FLAGS= EnvironmentFile = -/etc/sysconfig/spamass-milter EnvironmentFile = -/etc/sysconfig/spamass-milter-postfix ExecStartPre = /bin/chown -R root /run/spamass-milter ExecStart = /usr/sbin/spamass-milter $SOCKET_OPTIONS -p $SOCKET $EXTRA_FLAGS ExecStopPost = /bin/chown -R sa-milt /run/spamass-milter [Install] WantedBy = multi-user.target