On Wed, 20 Nov 2002, Robert van den Aker wrote: > However, tcpserver/mailfront/qmail would not relay mail from hosts on > the network. I could not connect to the smtp service when running > mconnect from a host on the internal network. I _was_ able however to > connect to port 25 with tcpclient and the connection was idented. I > would appreciate any pointers on what I could do to diagnose the > problem.
strace the tcpserver process and see what happens after you get a connection. Use the -f flag so that you also strace any forked processes (e.g. smtpfront-qmail). -- Charlie Brady [EMAIL PROTECTED] Lead Product Developer Network Server Solutions Group Mitel Networks Corporation http://www.mitel.com/smallbusiness Phone: +1 (613) 592 5660 or 592 2122 Fax: +1 (613) 592 1175 -- Please report bugs to [EMAIL PROTECTED] Please mail [EMAIL PROTECTED] (only) to discuss security issues Support for registered customers and partners to [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Searchable archive at http://www.mail-archive.com/devinfo%40lists.e-smith.org
