Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
squirrelmail & courier-imap
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
grrrrr
n00b
n00b


Joined: 05 Nov 2002
Posts: 38
Location: belgium

PostPosted: Wed Nov 20, 2002 10:47 pm    Post subject: squirrelmail & courier-imap Reply with quote

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. :cry:

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
View user's profile Send private message
Tucs
n00b
n00b


Joined: 24 Sep 2002
Posts: 45

PostPosted: Wed Nov 20, 2002 10:54 pm    Post subject: Reply with quote

Can you copy/paste error message?
Back to top
View user's profile Send private message
grrrrr
n00b
n00b


Joined: 05 Nov 2002
Posts: 38
Location: belgium

PostPosted: Wed Nov 20, 2002 11:02 pm    Post subject: Reply with quote

ERROR
There was an error contacting the mail server.
Contact your administrator for help.
Go to the login page
Back to top
View user's profile Send private message
Tucs
n00b
n00b


Joined: 24 Sep 2002
Posts: 45

PostPosted: Wed Nov 20, 2002 11:58 pm    Post subject: Reply with quote

try :
tail -f /var/log/mail.log
and then login in squirrelmail
Back to top
View user's profile Send private message
grrrrr
n00b
n00b


Joined: 05 Nov 2002
Posts: 38
Location: belgium

PostPosted: Thu Nov 21, 2002 11:32 am    Post subject: Reply with quote

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
View user's profile Send private message
carlivar
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2002
Posts: 92
Location: Burbank, California

PostPosted: Thu Nov 21, 2002 6:07 pm    Post subject: Reply with quote

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
View user's profile Send private message
grrrrr
n00b
n00b


Joined: 05 Nov 2002
Posts: 38
Location: belgium

PostPosted: Thu Nov 21, 2002 6:49 pm    Post subject: Reply with quote

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 :D
Back to top
View user's profile Send private message
carlivar
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2002
Posts: 92
Location: Burbank, California

PostPosted: Thu Nov 21, 2002 6:57 pm    Post subject: Reply with quote

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
View user's profile Send private message
grrrrr
n00b
n00b


Joined: 05 Nov 2002
Posts: 38
Location: belgium

PostPosted: Thu Nov 21, 2002 9:22 pm    Post subject: Reply with quote

yes
its a monmotha firewall
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum