View previous topic :: View next topic |
Author |
Message |
grrrrr n00b
Joined: 05 Nov 2002 Posts: 38 Location: belgium
|
Posted: Wed Nov 20, 2002 10:47 pm Post subject: squirrelmail & courier-imap |
|
|
i have getmail & courierimap setup correctly (works from within kmail on other box)
but squirrelmail keeps giving me this error:
There was an error contacting the mail server.
i configured it like in the desktop guide
is there an errorlog where i can find more about this ?
or does someone have some hints as to where begin the search?
thanx |
|
Back to top |
|
|
Tucs n00b
Joined: 24 Sep 2002 Posts: 45
|
Posted: Wed Nov 20, 2002 10:54 pm Post subject: |
|
|
Can you copy/paste error message? |
|
Back to top |
|
|
grrrrr n00b
Joined: 05 Nov 2002 Posts: 38 Location: belgium
|
Posted: Wed Nov 20, 2002 11:02 pm Post subject: |
|
|
ERROR
There was an error contacting the mail server.
Contact your administrator for help.
Go to the login page |
|
Back to top |
|
|
Tucs n00b
Joined: 24 Sep 2002 Posts: 45
|
Posted: Wed Nov 20, 2002 11:58 pm Post subject: |
|
|
try :
tail -f /var/log/mail.log
and then login in squirrelmail |
|
Back to top |
|
|
grrrrr n00b
Joined: 05 Nov 2002 Posts: 38 Location: belgium
|
Posted: Thu Nov 21, 2002 11:32 am Post subject: |
|
|
no /var/log/mail.log on my system
but in /var/log/mail/current i see all connections i have made from my other system to the courier-imapd, and the squirrelmail attempts don't show up there. so its definitly something with the squirrelmail setup
my config.php :
Code: |
....
$domain = 'dell.nys.be';
$imapServerAddress = 'localhost';
$imapPort = 143;
$useSendmail = true;
$smtpServerAddress = 'localhost';
$smtpPort = 25;
$sendmail_path = '/usr/sbin/sendmail';
$use_authenticated_smtp = false;
$pop_before_smtp = false;
$imap_server_type = 'courier';
$invert_time = false;
$optional_delimiter = '.';
$default_folder_prefix = 'INBOX.';
$trash_folder = 'Trash';
$sent_folder = 'Sent';
$draft_folder = 'Drafts';
$default_move_to_trash = true;
$default_move_to_sent = true;
$default_save_as_draft = true;
$show_prefix_option = false;
$list_special_folders_first = true;
$use_special_folder_color = true;
$auto_expunge = true;
$default_sub_of_inbox = false;
$show_contain_subfolders_option = false;
$default_unseen_notify = 2;
$default_unseen_type = 1;
$auto_create_special = true;
$delete_folder = false;
$noselect_fix_enable = false;
$default_charset = 'iso-8859-1';
$data_dir = '../data/';
$attachment_dir = "/tmp/";
$dir_hash_level = 0;
$default_left_size = '150';
$force_username_lowercase = false;
$default_use_priority = true;
$hide_sm_attributions = false;
$default_use_mdn = true;
$edit_identity = true;
$edit_name = true;
$allow_thread_sort = false;
$allow_server_sort = false;
$allow_charset_search = true;
....
|
|
|
Back to top |
|
|
carlivar Tux's lil' helper
Joined: 22 Jul 2002 Posts: 92 Location: Burbank, California
|
Posted: Thu Nov 21, 2002 6:07 pm Post subject: |
|
|
From a prompt do a 'telnet localhost 143'. Does it connect (and sit there) or timeout?
Carl _________________ "It is difficult to make our material condition better by the best law, but it is easy enough to ruin it by bad laws." - Theodore Roosevelt |
|
Back to top |
|
|
grrrrr n00b
Joined: 05 Nov 2002 Posts: 38 Location: belgium
|
Posted: Thu Nov 21, 2002 6:49 pm Post subject: |
|
|
i solved it
theres still stuff i dont understand though
i can do
Code: | telnet 10.0.0.1 143
|
but
Code: | telnet localhost 143
|
doesn't work
neither does
Code: | telnet 127.0.0.1 143
|
????
anyway i changed config.php to point to 10.0.0.1 instead and now all is OK
thanx for the help you all |
|
Back to top |
|
|
carlivar Tux's lil' helper
Joined: 22 Jul 2002 Posts: 92 Location: Burbank, California
|
Posted: Thu Nov 21, 2002 6:57 pm Post subject: |
|
|
Are you running iptables?
Carl _________________ "It is difficult to make our material condition better by the best law, but it is easy enough to ruin it by bad laws." - Theodore Roosevelt |
|
Back to top |
|
|
grrrrr n00b
Joined: 05 Nov 2002 Posts: 38 Location: belgium
|
Posted: Thu Nov 21, 2002 9:22 pm Post subject: |
|
|
yes
its a monmotha firewall |
|
Back to top |
|
|
|