I’ve moved to a new mail server, and can’t get some part of ASSP working.

Mar-03-23 22:48:47 [init] Listening for SMTP connections on [::]:25 , 0.0.0.0:25
Mar-03-23 22:48:47 [init] Info: new SSL-Server-Context created for WEB 
connections
Mar-03-23 22:48:47 [init] Error: unable to create IPv6 socket to [::]:55555 - 
IO::Socket::IP configuration failed
Mar-03-23 22:48:47 [init] Error: unable to create IPv4 socket to 0.0.0.0:55555 
- IO::Socket::IP configuration failed
Mar-03-23 22:48:47 [init] Error: couldn't create server SSL-socket on port 
'55555' -- maybe another service uses this listener or I'm not root (uid=0)? -- 
or a wrong IP address is defined? -- Address already in use
Mar-03-23 22:48:47 [init] Listening for stat HTTP connections on [::]:55553 , 
0.0.0.0:55553
Mar-03-23 22:48:47 [init] Listening for SMTP relay connections on 
127.0.0.1:10025

Nothing is listening on port 55555:

 % netstat -an | grep LISTEN
tcp4       0      0  *.31416                *.*                    LISTEN     
tcp6       0      0  *.49217                *.*                    LISTEN     
tcp4       0      0  *.49217                *.*                    LISTEN     
tcp4       0      0  127.0.0.1.10025        *.*                    LISTEN     
tcp4       0      0  *.55553                *.*                    LISTEN     
tcp6       0      0  *.55553                *.*                    LISTEN     
tcp4       0      0  *.25                   *.*                    LISTEN     
tcp6       0      0  *.25                   *.*                    LISTEN     
tcp46      0      0  *.3306                 *.*                    LISTEN     
tcp4       0      0  127.0.0.1.33060        *.*                    LISTEN     
tcp6       0      0  *.5000                 *.*                    LISTEN     
tcp4       0      0  *.5000                 *.*                    LISTEN     
tcp6       0      0  *.7000                 *.*                    LISTEN     
tcp4       0      0  *.7000                 *.*                    LISTEN     
tcp46      0      0  *.3283                 *.*                    LISTEN     
tcp6       0      0  *.993                  *.*                    LISTEN     
tcp4       0      0  *.993                  *.*                    LISTEN     
tcp6       0      0  *.143                  *.*                    LISTEN     
tcp4       0      0  *.143                  *.*                    LISTEN     
tcp6       0      0  *.995                  *.*                    LISTEN     
tcp4       0      0  *.995                  *.*                    LISTEN     
tcp6       0      0  *.110                  *.*                    LISTEN     
tcp4       0      0  *.110                  *.*                    LISTEN     
tcp46      0      0  *.587                  *.*                    LISTEN     
tcp46      0      0  *.465                  *.*                    LISTEN     
tcp4       0      0  127.0.0.1.126          *.*                    LISTEN     
tcp4       0      0  127.0.0.1.10026        *.*                    LISTEN     
tcp4       0      0  *.88                   *.*                    LISTEN     
tcp6       0      0  *.88                   *.*                    LISTEN     
tcp4       0      0  *.5900                 *.*                    LISTEN     
tcp6       0      0  *.5900                 *.*                    LISTEN     
tcp4       0      0  *.22                   *.*                    LISTEN     
tcp6       0      0  *.22                   *.*                    LISTEN  

I start ASSP with:

sudo /opt/homebrew/bin/perl /Applications/assp/assp.pl /Applications/assp

[startup] ASSP-professional version 2.6.8(23002) (Perl 5.036000) (on darwin) 
running on server:xxx
[init] IO::Socket::IP module version 0.41 installed and available

And in Activity Monitor I can see that Perl is running as root. 

What am I missing?

Thanks,

Jammes
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to