Hi Lex,
Thanks. I restarted it checked again, see below;
It shows "Active: active (exited)" and also "Active: active (running)" under an instance.
I do not get that or not seen before.
Is this normal to have an instance running?
If I do "service postfix* status", it shows the same.
root@mail:~# systemctl status postfix*
● postfix.service - Postfix Mail Transport Agent
Loaded: loaded (/lib/systemd/system/postfix.service; enabled; vendor preset: enabled)
Active: active (exited) since Wed 2019-03-27 13:35:59 AEDT; 2min 19s ago
Process: 896 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 896 (code=exited, status=0/SUCCESS)
Mar 27 13:35:59 mail systemd[1]: Starting Postfix Mail Transport Agent...
Mar 27 13:35:59 mail systemd[1]: Started Postfix Mail Transport Agent.
● postfix@-.service - Postfix Mail Transport Agent (instance -)
Loaded: loaded (/lib/systemd/system/postfix@.service; indirect; vendor preset: enabled)
Active: active (running) since Wed 2019-03-27 13:35:59 AEDT; 2min 19s ago
Docs: man:postfix(1)
Process: 32460 ExecStop=/usr/sbin/postmulti -i - -p stop (code=exited, status=0/SUCCESS)
Process: 619 ExecStart=/usr/sbin/postmulti -i - -p start (code=exited, status=0/SUCCESS)
Process: 32470 ExecStartPre=/usr/lib/postfix/configure-instance.sh - (code=exited, status=0/SUCCES
Tasks: 11 (limit: 2853)
CGroup: /system.slice/system-postfix.slice/postfix@-.service
├─895 /usr/lib/postfix/sbin/master -w
├─901 pickup -l -t unix -u
├─902 qmgr -l -t unix -u
├─909 proxymap -t unix -u
├─914 showq -t unix -u
├─977 postscreen -l -n mail -t inet -u -c
├─978 dnsblog -z -t unix -u -c
├─979 dnsblog -z -t unix -u -c
├─981 maild -t pass -u -c -o stress=
├─982 tlsmgr -l -t unix -u
└─983 anvil -l -t unix -u
Mar 27 13:35:56 mail systemd[1]: Stopped Postfix Mail Transport Agent (instance -).
Mar 27 13:35:56 mail systemd[1]: Starting Postfix Mail Transport Agent (instance -)...
Mar 27 13:35:59 mail postfix/postfix-script[893]: starting the Postfix mail system
Mar 27 13:35:59 mail postfix/master[895]: daemon started -- version 3.3.0, configuration /etc/postfi
Mar 27 13:35:59 mail systemd[1]: Started Postfix Mail Transport Agent (instance -).
Mar 27 13:37:42 mail postfix/postscreen[977]: CONNECT from [192.168.1.8]:64582 to [192.168.1.20]:25
Mar 27 13:37:42 mail postfix/postscreen[977]: PASS OLD [192.168.1.8]:64582
Mar 27 13:37:42 mail postfix/maild[981]: connect from _gateway[192.168.1.8]
Mar 27 13:37:43 mail postfix/maild[981]: lost connection after AUTH from _gateway[192.168.1.8]
Mar 27 13:37:43 mail postfix/maild[981]: disconnect from _gateway[192.168.1.8] ehlo=1 auth=0/1 comma
lines 9-40/40 (END)
Mathew