<snip>


Squirrelmail cannot access the IMAP server (it died, or the port is closed to 127.0.0.1). Did the config for Squirrelmail get changed/modified in any way?


</snip>

Nothings been changed/modified. This is a default toaster installation. Below is my Squirrelmail conf and a ps -axf to show the processes running. No firewall is currently running on the server.

Squirrlemail Conf:
<IfModule mod_alias.c>
Alias /webmail /usr/share/squirrelmail
</IfModule>
<Directory /usr/share/squirrelmail>
#Options None
#Order allow,deny
#allow from all
   <IfModule mod_php4.c>
       php_admin_value session.bug_compat_42 0
# Otherwise can't send mails
       php_admin_value safe_mode 0
# Misc
       php_flag register_globals       off
# Other increased PHP parameters
       php_admin_value memory_limit    64M
       php_admin_value post_max_size   17M
       php_admin_value upload_max_filesize 16M
       php_admin_value max_execution_time 120
   </IfModule>
## To force https connection
#    <IfModule mod_ssl.c>
#       SSLRequireSSL
#       SSLRequire %{SSL_CIPHER_USEKEYSIZE} >= 128
#    </IfModule>
</Directory>


Processes:
[EMAIL PROTECTED] ~]# ps axf | grep imap
[EMAIL PROTECTED] ~]#  ps axf | grep imap
19342 pts/1    S+     0:00                      \_ grep imap
10327 ?        S      0:00  \_ supervise imap4-ssl
10328 ? S 0:00 | \_ /usr/bin/tcpserver -v -R -H -l mcn.morrisonnetworks.com 0 993 /usr/bin/couriertls -server -tcpd /usr/sbin/imaplogin /usr/lib/courier/authlib/authshadow /usr/lib/courier/authlib/authvchkpw /usr/bin/imapd Maildir 10330 ? S 0:00 | \_ /usr/bin/multilog t s1000000 n100 /var/log/qmail/imap4-ssl
10337 ?        S      0:00  \_ supervise imap4
10338 ? S 0:00 | \_ /usr/bin/tcpserver -v -R -H -l mcn.morrisonnetworks.com 0 143 /usr/sbin/imaplogin /usr/lib/courier/authlib/authshadow /usr/lib/courier/authlib/authvchkpw /usr/bin/imapd Maildir 10340 ? S 0:00 | \_ /usr/bin/multilog t s1000000 n100 /var/log/qmail/imap4
[EMAIL PROTECTED] ~]#

Iptables:
[EMAIL PROTECTED] ~]# iptables -L -v -n
Chain INPUT (policy ACCEPT 293K packets, 68M bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 283K packets, 30M bytes)
pkts bytes target prot opt in out source destination [EMAIL PROTECTED] ~]#


Thanks,

Ed




---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to