Package: squirrelmail
Version: 2:1.4.19-1
Severity: wishlist
The default /etc/squirrelmail/apache.conf contains these values:
$smtpServerAddress = 'localhost';
$imapServerAddress = 'localhost';
$imap_server_type = 'other';
SUGGESTION
It is not to assume that the imap, smtp servers are at the same host
where squirrelmail is installed. These values should be asked on
install time through debconf (dpkg-reconfigure squirrelmail)
E.g. more typical values in Debian network:
$imap_server_type = 'dovecot';
$imapServerAddress = 'imap';
$smtpServerAddress = 'smtp';
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]