Open kont45 opened 6 years ago
Ok, I have a solution for other person. The ESIM4 should be installed before command "sudo sh setup_exim.sh" has been executed.
Tutorial: https://help.ubuntu.com/lts/serverguide/exim4.html
systemctl status exim4.service
● exim4.service - LSB: exim Mail Transport Agent
Loaded: loaded (/etc/init.d/exim4; bad; vendor preset: enabled)
Active: active (running) since Wed 2018-04-11 17:25:15 CEST; 23s ago
Docs: man:systemd-sysv-generator(8)
Process: 7048 ExecStop=/etc/init.d/exim4 stop (code=exited, status=0/SUCCESS)
Process: 7064 ExecStart=/etc/init.d/exim4 start (code=exited, status=0/SUCCESS)
Tasks: 1
Memory: 696.0K
CPU: 140ms
CGroup: /system.slice/exim4.service
└─7316 /usr/sbin/exim4 -bd -q30m
Yes, that is what the installation script suggests in the very beginning - https://github.com/shiva-spampot/shiva/blob/master/install.sh#L42 (exim4-daemon-light)
@b0nd I didn't expect that. I'm using fresh Ubunt 16 LTS and when I executed this command (sudo ./setup_exim4.sh), the terminal doesn't show any error or message, that MTA is starting. Just nothing. Maybe it's a bug in code or something is missing.
Following an instruction we get error when command is started
sudo ./setup_exim4.sh
And some logs from "Exim configuration error in line 30 of /var/lib/exim4/config.autogenerated.tmp"
Tested on Ubuntu 16 LTS.