On Thu, Jan 23, 2003 at 03:32:29PM -0800, vinbak bak wrote: > When i do a portscan it says that 110 and 25 are open. > (even when postfix and courier imap are not running). > > I think i can narrow this down to 3 questions > > 1. Where does courier-imap logs to? (i know it logs to > the messages logfile)
syslog facility 'mail'. This may be /var/log/maillog, check your /etc/syslog.conf > 2. Is it a problem that i start courier-imap as root? No, that's required, otherwise it won't be able to change its uid to the appropriate user when they login. > 3. How can i find out wich program is using port 25 > and 110? Start by "telnet x.x.x.x 25" and "telnet x.x.x.x 110" and reading the banner they give. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
