> 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. Should 6017 be open for incoming and outgoing on the firewall? I'm only running the command from the machine XMail is on. > The ports you are listening on are: > 22 (? - ftp?), 10000 (?), 443 (HTTP/SSL), 80 (HTTP), 5432 (?), 514 (?), 6017(XMail CtrlClnt) - I have these ports open: # INBOUND ipfstat -in .... @23 pass in quick on vr0 proto tcp from any to any port = 80 flags S/FSRPAU keep state @24 pass in quick on vr0 proto tcp from any to any port = 443 flags S/FSRPAU keep state @25 pass in quick on vr0 proto tcp from any to any port = 22 flags S/FSRPAU keep state @26 pass in quick on vr0 proto tcp from any to any port = 6017 flags S/FSRPAU keep state @27 pass in quick on vr0 proto tcp from any to any port = 110 flags S/FSRPAU keep state @28 pass in quick on vr0 proto tcp from any to any port = 143 flags S/FSRPAU keep state @29 pass in quick on vr0 proto tcp from any to any port = 25 flags S/FSRPAU keep state @30 pass in quick on vr0 proto tcp from any to any port = 10000 flags S/FSRPAU keep state .... # OUTBOUND ipfstat -on .... @4 pass out quick on vr0 proto tcp from any to any port = 80 flags S/FSRPAU keep state @5 pass out quick on vr0 proto tcp from any to any port = 443 flags S/FSRPAU keep state @6 pass out quick on vr0 proto tcp from any to any port = 110 flags S/FSRPAU keep state @7 pass out quick on vr0 proto tcp from any to any port = 25 flags S/FSRPAU keep state @8 pass out quick on vr0 proto tcp from any to any port = 143 flags S/FSRPAU keep state @9 pass out quick on vr0 proto tcp from any to any port = 37 flags S/FSRPAU keep state @10 pass out quick on vr0 proto tcp from any to any port = 119 flags S/FSRPAU keep state @11 pass out quick on vr0 proto tcp from any to any port = 21 flags S/FSRPAU keep state @12 pass out quick on vr0 proto tcp from any to any port = 22 flags S/FSRPAU keep state @16 pass out quick on vr0 proto tcp from any to any port = 43 flags S/FSRPAU keep state @17 pass out quick on vr0 proto tcp from any to any port = 6017 flags S/FSRPAU keep state .... > 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. I assume you're talking about this section of the dox: http://xmailserver.org/Readme.html#command_line So the default is to listen on all ports? Here's what I'm using now in /var/MailRoot/bin/xmail.sh: XMAIL_CMD_LINE="-Md -Pl -Sl -Fl -Cl -Ll" Is this what I should try? XMAIL_CMD_LINE="-Md -Pl -Sl -Fl -Cl -Ll -Sp 25" OR XMAIL_CMD_LINE="-Md -Pl -Sl -Fl -Cl -Ll -SI XXX.XXX.XXX.XXX:25" Thanks for your help. ross - 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]