can't get SquirrelMail work on Ubuntu 8.10

Discussion in 'Installation/Configuration' started by lamarty, Feb 15, 2009.

  1. lamarty

    lamarty New Member

    hi,
    i have followed th tutorial "http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-ubuntu8.10" till the end (a great tutorial by the way), i could access squirrelmail login page, but when i enter the mail address/pwd of a database user, i have an error that IMAP connection was dropped, did anyone had this error ?

    Thanks
     
  2. lamarty

    lamarty New Member

    On the mail.log, i found that when i try to telnet the server via POP or IMAP i have:

    Feb 15 16:49:32 server1 imapd: chdir test.loc/la/: No such file or directory
    Feb 15 16:49:48 server1 pop3d: Connection, ip=[::ffff:192.168.0.100]
    Feb 15 16:50:03 server1 pop3d: chdir test.loc/la/: No such file or directory

    'test.loc' is the domain name, and 'la' is a user that i try to setup mail for : ''[email protected]"

    thanks for your help.
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Did you send a welcome mail to that account?
     
  4. lamarty

    lamarty New Member

    sure, i sent a mail to it using mailx
     
  5. falko

    falko Super Moderator Howtoforge Staff

    What's in the mail log when you send such a mail?

    Did you configure SquirrelMail for courier?
     
  6. maczkal

    maczkal New Member

    I have the same problem.

    I configured Squirrelmail with courier.

    I will insert my log files.

    This is part of my mail.log file after using "mailx [email protected]"

    Mar 2 15:24:51 ubuntu dccproc[9231]: no working DCC servers dcc1.dcc-servers.net dcc2.dcc-servers.net dcc3.dcc-servers.net ... at 208.201.249.233 209.169.14
    Mar 2 15:24:51 ubuntu postfix/smtpd[9233]: connect from localhost.localdomain[127.0.0.1]
    Mar 2 15:24:51 ubuntu postfix/smtpd[9233]: 5D16214819E: client=localhost.localdomain[127.0.0.1]
    Mar 2 15:24:51 ubuntu postfix/cleanup[9224]: 5D16214819E: message-id=<[email protected]>
    Mar 2 15:24:51 ubuntu postfix/qmgr[7542]: 5D16214819E: from=<[email protected]>, size=770, nrcpt=1 (queue active)
    Mar 2 15:24:51 ubuntu postfix/smtpd[9233]: disconnect from localhost.localdomain[127.0.0.1]
    Mar 2 15:24:51 ubuntu amavis[7340]: (07340-02) Passed CLEAN, <[email protected]> -> <[email protected]>, Message-ID: <[email protected]>, mail_id: lqMclwAqoZLI, Hits: 4.305, size: 303, queued_as: 5D16214819E, 12253 ms
    Mar 2 15:24:51 ubuntu postfix/smtp[9227]: EC90C14819F: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=13, delays=0.27/0.05/0.02/12, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=07340-02, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 5D16214819E)
    Mar 2 15:24:51 ubuntu postfix/qmgr[7542]: EC90C14819F: removed
    Mar 2 15:24:51 ubuntu postfix/smtp[9236]: 5D16214819E: to=<[email protected]>, relay=none, delay=0.34, delays=0.05/0.05/0.24/0, dsn=5.4.4, status=bounced (Host or domain name not found. Name service error for name=mail.example.com type=A: Host not found)
    Mar 2 15:24:51 ubuntu postfix/cleanup[9224]: B785E1481A0: message-id=<[email protected]>
    Mar 2 15:24:51 ubuntu postfix/qmgr[7542]: B785E1481A0: from=, size=2776, nrcpt=1 (queue active)
    Mar 2 15:24:51 ubuntu postfix/bounce[9237]: 5D16214819E: sender non-delivery notification: B785E1481A0
    Mar 2 15:24:51 ubuntu postfix/qmgr[7542]: 5D16214819E: removed
    Mar 2 15:24:51 ubuntu postfix/cleanup[9224]: CF1DC14819E: message-id=<[email protected]>
    Mar 2 15:24:51 ubuntu postfix/local[9239]: B785E1481A0: to=<[email protected]>, relay=local, delay=0.1, delays=0.04/0.05/0/0.01, dsn=2.0.0, status=sent (forwarded as CF1DC14819E)
    Mar 2 15:24:51 ubuntu postfix/qmgr[7542]: CF1DC14819E: from=, size=2916, nrcpt=1 (queue active)
    Mar 2 15:24:51 ubuntu postfix/qmgr[7542]: B785E1481A0: removed
    Mar 2 15:24:55 ubuntu postfix/smtp[9236]: CF1DC14819E: to=<[email protected]>, orig_to=<[email protected]>, relay=mx.wp.pl[212.77.101.4]:25, delay=3.4, delays=0.01/0/0.13/3.2, dsn=2.0.0, status=sent (250 ok 1236003703 qp 5679)
    Mar 2 15:24:55 ubuntu postfix/qmgr[7542]: CF1DC14819E: removed


    [email protected] is my email.

    When i want to login with Squirrelmail i have ERROR: Connection dropped by IMAP server.

    This is in mail.log

    Mar 2 15:27:07 ubuntu imapd: Connection, ip=[::ffff:127.0.0.1]
    Mar 2 15:27:07 ubuntu imapd: chdir example.com/sales/: No such file or directory


    Any hints?
     
  7. falko

    falko Super Moderator Howtoforge Staff

    Did you create the [email protected] account in your database? Is example.com in the domains table?

    You might have to create an A record for mail.example.com.
     

Share This Page