One Hat Cyber Team
Your IP :
216.73.216.216
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
systemd
/
system
/
View File Name :
spamass-milter.service
# Note: this unit file runs spamass-milter as the unprivileged user sa-milt, # which is not compatible with 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. # However, if you are using the -x option, you will need to run the milter as # root and should use the spamass-milter-root.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-root.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 User = sa-milt ExecStart = /usr/sbin/spamass-milter $SOCKET_OPTIONS -p $SOCKET $EXTRA_FLAGS [Install] WantedBy = multi-user.target