Hi all,
trying to evaluate - haven't touched SmarterMail for many years, glad to see that the product and community seems to be going strong!
Installation went OK on this
Ubuntu VERSION="20.04.6 LTS (Focal Fossa)"
Linux 5.4.0 #1 SMP Wed Jul 12 12:00:44 MSK 2023 x86_64 x86_64 x86_64 GNU/Linux
now the 9998 port is not accessible and upon checking surely enough the service is in failed state
● smartermail.service loaded failed failed SmarterMail (100.0.9049.27988)
tried starting it - it runs for a little bit, but then crashes.
checked for common locations for logs etc - can't find much, please halp !
root@server:~# systemctl status smartermail.service
● smartermail.service - SmarterMail (100.0.9049.27988)
Loaded: loaded (/etc/systemd/system/smartermail.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2024-10-12 05:59:53 UTC; 3s ago
Main PID: 661 (MailService)
Tasks: 14 (limit: 19660)
Memory: 147.5M
CGroup: /system.slice/smartermail.service
└─661 /opt/smartermail/MailService
Oct 12 05:59:53 server-10* systemd[1]: Started SmarterMail (100.0.9049.27988).
Oct 12 05:59:53 server-10* MailService[661]: Starting...
Oct 12 05:59:54 server-10* MailService[661]: [WebServer] Listening on port 80 and 443
root@server:~# systemctl status smartermail.service
● smartermail.service - SmarterMail (100.0.9049.27988)
Loaded: loaded (/etc/systemd/system/smartermail.service; enabled; vendor preset: enabled)
Active: failed (Result: signal) since Sat 2024-10-12 05:59:59 UTC; 2s ago
Process: 661 ExecStart=/opt/smartermail/MailService (code=killed, signal=ABRT)
Main PID: 661 (code=killed, signal=ABRT)
Oct 12 05:59:59 server-10* MailService[661]: at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
Oct 12 05:59:59 server-10* MailService[661]: at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
Oct 12 05:59:59 server-10* MailService[661]: at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boo>
Oct 12 05:59:59 server-10* MailService[661]: at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
Oct 12 05:59:59 server-10* MailService[661]: at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
Oct 12 05:59:59 server-10* MailService[661]: at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
Oct 12 05:59:59 server-10* MailService[661]: at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
Oct 12 05:59:59 server-10* MailService[661]: at SmarterMail.Program.Main(String[] args)
Oct 12 05:59:59 server-10* systemd[1]: smartermail.service: Main process exited, code=killed, status=6/ABRT
Oct 12 05:59:59 server-10* systemd[1]: smartermail.service: Failed with result 'signal'.