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.
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.
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?
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.
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
apache should not be started then as it is disabled in the tutorial. stop apache and then restart nginx.
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
Yes Sir. I try to add some code in ISPConfig. Can I remove somehow from command line that code? Best R. Maciek
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.
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.
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.
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
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....?
There has nothing been changed in this version. Check your user under System > cp user and ensure that you enabled all modules for him.