Cannot reach ISPconfig 3 Squirrelmail via http

Discussion in 'General' started by skrydal, Oct 27, 2014.

  1. skrydal

    skrydal New Member

    I just make last update. Worked fine until I do not restart server. After that no ISPconfig3 working and Squirrelmail as well. All other function of my email server, DNS, Nginx, Apache works…. Just cannot reach ISPConfig and Squirremail

    Anybody help me please.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Nginx and apache? ISPconfig supports either nginx or apache, not both. If you made a customs etup that uses apaceh and nginx e.g. as reverse proxy, then you might have to check if you have to do some of your customizations again after the update.
     
  3. skrydal

    skrydal New Member

    Thank you for quick answer. :)
    That's whats happened exactly to me probably. :) I am just beginner. I can reach both Nginx and Apache, but can't display ISPconfig login page ... (I dont use proxy). Any tip to resolve that?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    I dont know which setup you used. Like I explained above, your setup is not supported by ispconfig as you can not run apache and nginx at the same time on a normal ispconfig setup.
     
  5. skrydal

    skrydal New Member


    I follow this tutorial : http://www.howtoforge.com/the-perfe...bind-mysql-php-postfix-dovecot-and-ispconfig3 and after all works fine, until I made an update p4. I used command : ispconfig_update.sh and follow this steps: http://www.faqforge.com/linux/contr...ate-ispconfig-3/comment-page-1/#comment-28198

    Thank you.
    Maciek
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    apache should not be started then as it is disabled in the tutorial. stop apache and then restart nginx.
     
  7. skrydal

    skrydal New Member

    Restart nginix

    Thank you for respond. I really appreciate for your time :)

    I stoped apache2 and start Nginx, to make sure is running I use again commend : service nginx restart

    and i get [fail]
    service nginx restart
    * Restarting nginx Nginx [fail]

    To check whats error i get I use : nginx -c /etc/nginx/nginx.conf -t

    and response is :

    nginx: [emerg] SSL_CTX_use_PrivateKey_file("/usr/local/ispconfig/interface/ssl/ispserver.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)
    nginx: configuration file /etc/nginx/nginx.conf test failed

    Thanks
     
  8. srijan

    srijan New Member HowtoForge Supporter

    Did you paste the intermediate certificate into the SSL Bundle field in ISPConfig?
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you nstall your own ssl cert for ispconfig?
     
  10. skrydal

    skrydal New Member

    Yes Sir. I try to add some code in ISPConfig. Can I remove somehow from command line that code?

    Best R.

    Maciek
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    I'am not talking about code in ispconfig, I talk about a replaced ssl cert in the folder /usr/local/ispconfig/interface/ssl/ which now prevents that nginx is starting.
     
  12. skrydal

    skrydal New Member

    No Sir,, I didn't touch that .... :(
     
  13. till

    till Super Moderator Staff Member ISPConfig Developer

    Please download the ispconfig tar.gz again, unpack it and run the update.php script in the install folder. During update, the script will ask if the ssl certificate for ispconfig shall be recreated, choose yes here to get a new ssl cert.
     
  14. skrydal

    skrydal New Member

    Thanks for advice

    I just make update.php. ISPConfig and squirrelmail start working, but when i start test my server sendin messages I got an error

    ERROR:
    ERROR: Could not append message to Sent.
    Server responded: [OVERQUOTA] Quota exceeded (mailbox for user is full)
    Solution: Remove unneccessary messages from your folders. Start with your Trash folder.
    ERROR:
    ERROR: Bad or malformed request.
    Server responded: Error in IMAP command FROM: Unknown command.
     
  15. till

    till Super Moderator Staff Member ISPConfig Developer

    The mailbox is full.
     
  16. skrydal

    skrydal New Member

    Yes, but I configure mailboxes as unlimited, and was work until I make an update.php

    Thanks
     
  17. till

    till Super Moderator Staff Member ISPConfig Developer

    check with:

    df -h

    that your harddisk is not full.
     
  18. skrydal

    skrydal New Member

    root@server1:/etc/postfix# df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/mapper/server1--vg-root 182G 2.8G 170G 2% /
    none 4.0K 0 4.0K 0% /sys/fs/cgroup
    udev 999M 4.0K 999M 1% /dev
    tmpfs 202M 640K 201M 1% /run
    none 5.0M 4.0K 5.0M 1% /run/lock
    none 1008M 0 1008M 0% /run/shm
    none 100M 0 100M 0% /run/user
    /dev/sda1 236M 53M 171M 24% /boot


    Postfix main.cf

    ...
    mailbox_size_limit = 0
    message_size_limit = 102400000
    ...



    I assume is not :)
     
    Last edited: Oct 28, 2014
  19. skrydal

    skrydal New Member

    Sir, I just realized that in ISPConfig, message Quota somehow after update.php was 100MB, I changed for 10000MB now is working :)

    Thank you Very Much for your time and guide which I got from you.

    One more question, in the update ISPConfig I am missing some tabs example MONITOR....?
     
  20. till

    till Super Moderator Staff Member ISPConfig Developer

    There has nothing been changed in this version. Check your user under System > cp user and ensure that you enabled all modules for him.
     

Share This Page