I don't see XMail (or the standard POP3/SMTP) ports anywhere (those being 110 and 25 or maybe 587). However, I think port 6017 is the XMail CtrlClnt port, so that should (possibly) be working.
The ports you are listening on are: 22 (? - ftp?), 10000 (?), 443 (HTTP/SSL), 80 (HTTP), 5432 (?), 514 (?), 6017(XMail CtrlClnt) - Maybe you need different command parameters for XMail than you have presently - you might try specifying the ports you want XMail to listern on for SMTP instead of all ports. Jeff Ross Gohlke wrote: >Davide Libenzi wrote: > > >>On Fri, 17 Jun 2005, Ross Gohlke wrote: >> >> >> >> >>>OS: FreeBSD 5.3-RELEASE >>>XMail seems to be running smoothly, but I cannot seem to access >>>CtrlClnt. I created one user successfully, then it stopped working. If I >>> >>> >changed something I can't remember what it was, and I've gone through >all > > >>>the processes again. >>>When running a CtrlClnt command such as: >>>/usr/bin/CtrlClnt -s mydomain.org -u postmaster -p password useradd >>> >>> >mydomain.org newuser newpassword U > > >>>where mydomain.org is the RootDomain, the command tries to run for over >>> >>> >a > > >>>minute, then gives this error: >>>ErrCode = -162 >>>ErrString = End of socket stream data >>> >>> >>Try a: >> >># netstat -t -n -a -p >> >> > >Thanks, I actually tried that (from another post in the archive): >james# netstat -t -n -a -p >netstat: option requires an argument -- p >usage: netstat [-AaLnSW] [-f protocol_family | -p protocol] > [-M core] [-N system] > netstat -i | -I interface [-abdnt] [-f address_family] > [-M core] [-N system] > netstat -w wait [-I interface] [-d] [-M core] [-N system] > netstat -s [-s] [-z] [-f protocol_family | -p protocol] [-M core] >netstat -i | -I interface -s [-f protocol_family | -p protocol] > [-M core] [-N system] > netstat -m [-c] [-M core] [-N system] > netstat -r [-AenW] [-f address_family] [-M core] [-N system] >netstat -rs [-s] [-M core] [-N system] > netstat -g [-W] [-f address_family] [-M core] [-N system] > netstat -gs [-s] [-f address_family] [-M core] [-N system] > >james# netstat -t -n -a >Active Internet connections (including servers) >Proto Recv-Q Send-Q Local Address Foreign Address (state) >tcp4 0 32 65.75.135.140.22 207.65.63.34.62315 >ESTABLISHED >tcp4 0 0 *.10000 *.* LISTEN >tcp4 0 0 *.80 *.* LISTEN >tcp4 0 0 *.443 *.* LISTEN >tcp4 0 0 *.6017 *.* LISTEN >tcp4 0 0 *.5432 *.* LISTEN >tcp6 0 0 *.5432 *.* LISTEN >tcp4 0 0 65.75.135.140.22 64.184.8.187.50415 >ESTABLISHED >tcp4 0 0 *.22 *.* LISTEN >tcp6 0 0 *.22 *.* LISTEN >udp4 0 0 *.10000 *.* >udp6 0 0 ::1.55733 ::1.55733 >udp4 0 0 *.514 *.* >udp6 0 0 *.514 *.* >Active UNIX domain sockets >Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr >c25bf08c stream 0 0 0 c25c04ec 0 0 >c25c04ec stream 0 0 0 c25bf08c 0 0 >c25bf578 stream 0 0 c272a210 0 0 0 >/tmp/.s.PGSQL.5432 >c25bf7a8 stream 0 0 0 c25bf834 0 0 >c25bf834 stream 0 0 0 c25bf7a8 0 0 >c25bfec4 stream 0 0 c25f4210 0 0 0 >/var/run/devd.pipe >c25c0a64 dgram 0 0 0 c25bfe38 0 c25bfc94 >c25bfc94 dgram 0 0 0 c25bfe38 0 0 >c25bfe38 dgram 0 0 c25c1840 0 c25c0a64 0 >/var/run/log > > > > > >- >To unsubscribe from this list: send the line "unsubscribe xmail" in >the body of a message to [EMAIL PROTECTED] >For general help: send the line "help" in the body of a message to >[EMAIL PROTECTED] > > > > - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
