Somehow I did something to Sendmail so it doesn’t autostart any more.
It is a 12.3 server-only install (SSH access, no X, no GUI):
**snap:/etc/mail #** suse_version openSUSE 12.3 (x86_64)
VERSION = 12.3
CODENAME = Dartmouth
This is what autoconfig says as suggested at http://www.linuxforums.org/forum/applications/3324-how-disable-sendmail-so-wont-get-started-up.html when searching for https://www.google.com/search?q=opensuse+sendmail+disabled:
**snap:/etc/mail #** chkconfig --list sendmail
Note: This output shows SysV services only and does not include native
systemd services. SysV configuration data might be overridden by native
systemd configuration.
sendmail 0:off 1:off 2:off **3:on** 4:off **5:on** 6:off
This is what rcsendmail status says:
**snap:/etc/mail #** rcsendmail statusChecking for service sendmail: **running**
sendmail.service - Sendmail Mail Transport Agent
Loaded: loaded (/usr/lib/systemd/system/sendmail.service; disabled)
Active: **active (running)** since Sun, 2015-01-04 02:14:15 CET; 1 weeks and 0 days ago
Process: 3528 ExecStart=/usr/sbin/sendmail $SENDMAIL_PORT_OPTS $SENDMAIL_ARGS (code=exited, status=0/SUCCESS)
Process: 3522 ExecStartPre=/etc/mail/system/sm.pre (code=exited, status=0/SUCCESS)
Process: 3519 ExecStartPre=/bin/echo Initializing SMTP port (sendmail) (code=exited, status=0/SUCCESS)
Main PID: 3529 (sendmail)
CGroup: name=systemd:/system/sendmail.service
└ 3529 sendmail: accepting connections
Where did I go wrong?
How can I make Sendmail autostart again?
–jeroen