How do you configure SquirrelMail with ISPConfig 3

Discussion in 'Installation/Configuration' started by adobe, Jan 2, 2009.

  1. adobe

    adobe New Member

    I've just successfully setup a ISPConfig 3 vps server box and I want to test if the email feature is working as intended. So, i followed these instruction to install the SquirrelMail:

    I used the "squirrelmail-configure" and used the option "D" and set it to use the "courier" IMAP server. When I went to test the configuration like this :

    http://69.162.xxx.xxx/webmail/src/configtest.php

    it said "Congratulations, your SquirrelMail setup looks fine to me!".

    So, I went to login with the email I created in the ISPConfig client section and i got the following error :-

    On the ISPConfig service monitor, it shows that all service are online.

    Can someone help me figure out how to properly configure SquirrelMail with ISPConfig 3 please?

    - Thanks in advance
     
  2. adobe

    adobe New Member

    This is the result's i got from the Config Test for SquirrelMail

    ---[ Edit ]---

    I went to check the mail.log file and there was ALLOT of entries that were similar like this. These must've been generated when i tried to send my self an email and send an email using php mail() function:

    does any of this indiciate why email feature is not working on my ISPConfig setup? I run a game server and email feature is an important one. Please help.
     
    Last edited: Jan 3, 2009
  3. falko

    falko Super Moderator ISPConfig Developer

    What are the outputs of
    Code:
    ls -la /etc/aliases*
    and
    Code:
    ls -la /etc/postfix/aliases*
    ?
     
  4. adobe

    adobe New Member

    This is what I got :-

    What do you make it?
    ________
    Ford MTX transmission
    ________
    Escape
     
    Last edited: Feb 9, 2011
  5. adobe

    adobe New Member

    Oh yea, come to think of it, when i was setting up the ISConfig according to the instruction manual, i was installing these packages :-

    on my debian VPS and this message popped up :-

    http://i43.tinypic.com/micfmb.png

    There was no mention of this on the manual, so i pressed ok on the "yes" choice since it was already selected by default.

    Could this be why email isn't working properly for me?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Selecting yes was the correct choice. To install squirrelmail, run these commands:

    apt-get install squirrelmail
    ln -s /usr/share/squirrelmail/ /var/www/webmail

    there is no further steps or configuration nescessary.
     
  7. falko

    falko Super Moderator ISPConfig Developer

    What's the output of
    Code:
    ls -la /var/spool/postfix/etc/aliases*
    ?

    What's in /etc/postfix/master.cf?
     
  8. adobe

    adobe New Member

    Never mind, i give up on this. I am going with OpenVZ with HyperVM and Lxadmin.

    I will give up looking for free stuff. I come to a conclusion that nothing will beat paid software, even if it's DEAD CHEAP. I'd rather pay $10 / Month; than loose my time/effort and get angry and loose sleep over nothing.
    ________
    Yamaha Y8950
    ________
    Big-Block engine
     
    Last edited: Feb 9, 2011
  9. calocen

    calocen New Member

    Did you test this?
    http://pve.proxmox.com

    Is a very good openvz/kvm manager. In fact is what I use to create preconfigured ispconfig 3 machines.
     

Share This Page