Squirrelmail on Suse 9.3

Discussion in 'Technical' started by rfburn, Feb 15, 2006.

  1. rfburn

    rfburn New Member

    Hello all, I have searched and I do not see this covered in the forums, so I am posting in hopes someone could point me in the right direction. I also checked Squirrelmail.org to no avail with this problem. I have Squirrelmail running on my Suse 9.3 server, I also run postfix, and courier-imap. The K-Mail sends and receives fine using the Mail-dir locations for the user accounts I set up. But I wanted a Webmail service and thought squirrelmail was the answer. The Squirrelmail config runs and works fine, the problem is when I try to login it tells me "Unknown user or password incorrect". A bit of research on the internet reveiled to me that it is looking for the Imap server login. Is that right? And if so, I have scoured my own server files looking for the config file that would tell me what that is (username, password). Initially I thought it might be my root login info, but thats not it. I tried several user accounts logins but that didnt work either. So I am dumbfounded. Is there a way of calling up the Imap info from the Konsole that would tell me what the username and password is? And in case its blank, is there a way to assign the username and password to Imap via shell/Konsole ? Keep in mind that I am actually trying to just login to Squirrelmail as the admin to setup the user webmail accounts. This just seemed to snowball on me and now it is what it is..... I am a Linux noobie for sure, but I learn very fast. So any answers with detail will help me get the job done. Thanks to everyone in the community for reading my post, and special thanks to those that respond.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Does this admin account work in K-Mail?
    Please post the output of
    Code:
    netstat -tap
     
  3. rfburn

    rfburn New Member

    Code Output

    Yes, I have setup an account in K-mail for admin and it was sending and recieving fine, prior to my original post here. It was checked again today, and still works. Here is the output of the code you requested:

    Code:
    admin@ecommerce:~> netstat -tap
    (Not all processes could be identified, non-owned process info
     will not be shown, you would have to be root to see it all.)
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 *:51234                 *:*                     LISTEN      -
    tcp        0      0 *:14534                 *:*                     LISTEN      -
    tcp        0      0 *:smux                  *:*                     LISTEN      -
    tcp        0      0 *:mysql                 *:*                     LISTEN      -
    tcp        0      0 *:netbios-ssn           *:*                     LISTEN      -
    tcp        0      0 *:sunrpc                *:*                     LISTEN      -
    tcp        0      0 *:hyperwave-isp         *:*                     LISTEN      -
    tcp        0      0 192.168.0.101:domain    *:*                     LISTEN      -
    tcp        0      0 ecommerce.homeip:domain *:*                     LISTEN      -
    tcp        0      0 localhost:domain        *:*                     LISTEN      -
    tcp        0      0 *:ipp                   *:*                     LISTEN      -
    tcp        0      0 *:smtp                  *:*                     LISTEN      -
    tcp        0      0 localhost:953           *:*                     LISTEN      -
    tcp        0      0 *:microsoft-ds          *:*                     LISTEN      -
    tcp        0      0 *:lmp                   *:*                     LISTEN      -
    tcp        0      0 ecommerce.homeip.:25362 a69-226-92-78.:www-http ESTABLISHED 19600/firefox-bin
    tcp        0      0 ecommerce.h:dmdocbroker a69-226-92-70.:www-http ESTABLISHED 19600/firefox-bin
    tcp        0      0 ecommerce.homeip.n:5960 h7252.serverko:www-http TIME_WAIT   -
    tcp        0      0 ecommerce.homeip.n:5962 h7252.serverko:www-http TIME_WAIT   -
    tcp        0      0 ecommerce.homeip.:28594 a69-226-92-71.:www-http ESTABLISHED 19600/firefox-bin
    tcp        0      0 ecommerce.homeip.:12456 a69-226-92-71.:www-http ESTABLISHED 19600/firefox-bin
    tcp        0      0 ecommerce.homeip.n:9117 www.novell.com:www-http ESTABLISHED 19600/firefox-bin
    tcp        0      0 *:imaps                 *:*                     LISTEN      -
    tcp        0      0 *:pop3s                 *:*                     LISTEN      -
    tcp        0      0 *:pop3                  *:*                     LISTEN      -
    tcp        0      0 *:imap                  *:*                     LISTEN      -
    tcp        0      0 *:www-http              *:*                     LISTEN      -
    tcp        0      0 *:domain                *:*                     LISTEN      -
    tcp        0      0 *:ssh                   *:*                     LISTEN      -
    tcp        0      0 *:smtp                  *:*                     LISTEN      -
    tcp        0      0 ::1:953                 *:*                     LISTEN      -
    admin@ecommerce:~>
    
     
  4. falko

    falko Super Moderator ISPConfig Developer

    And you're using the same username and password in Squirrelmail, and it doesn't work?
    Must have to do with the Squirrelmail configuration. Maybe Squirrelmail tries to use Maildir, while you're using mbox (or the oher way round)... Which POP3 daemon do you use? I couldn't see it in the netstat output.
     
  5. rfburn

    rfburn New Member

    I am using Courier-IMAP with the built in POP3. My K-Mail accounts are set up for Maildir delivery and when I ran the config for Squirrelmail I chose that option as well. I am completely stumped. Its as if the login for IMAP is something alien to the rest of the config in as far as Squirrelmail sees it. Dont know how or why at this point.
     
  6. falko

    falko Super Moderator ISPConfig Developer

    You should check Squirrelmail's config file - I think it's called config.php or similar.
     

Share This Page