after make 3.1.15p3 update, i forget to choose "not recreate certificate", and now , i lost modified LE cert for 8080, mail y others. i used for a long time w/o problems, mi problem now are 2 things 1) if i tried to make ispconfig_update.sh again, but now it´s not posible, because it´said "no available update" and exit 2) when i tried to recreate process for install LE cert for hostname again, i found other problem -i create hostname "fdqn" site, (evering look great!site is accesing ) -when i activate SSL, i lost conection with the site, every tried to access send to another site ( the first in the alphabetic list) i check LE CERT logs , w/o a clue why in http mode mi hostname site is accesible, and in https no? i create and remove several times. if i have not access to this site, letsencrypt never give certificate tx in advance
You can force "update" and get to the certificate creation and reconfiigure services downloadin the ISPConfig installation package and running Code: cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3.1.tar.gz tar xvfz ISPConfig-3.1.tar.gz cd ispconfig3_install/install php -q update.php You can find those instructions at end of each release note. But that may not remove the certificate, try doing that manually. if LE can not get the certificate, follow this: https://www.howtoforge.com/community/threads/lets-encrypt-error-faq.74179/
To get you right: You have done an ispc upgrade and choose to create new certificates for ispconfig. Correct? What does "ls -al /usr/local/ispconfig/interface/ssl/" show? How have you initially created the certificates? Have you followed https://www.howtoforge.com/tutorial/securing-ispconfig-3-with-a-free-lets-encrypt-ssl-certificate/ or another tutorial? Since you gave not enough information, there are a lot of ifs: 1) If you have used the above tutorial 2) If the command above has shown ispserver.crt and ispserver.key files (not symlinks) with the create date when you did the upgrade Then you should be fine with: Code: cd /usr/local/ispconfig/interface/ssl/ mv ispserver.crt ispserver.crt-$(date +"%y%m%d%H%M%S").bak mv ispserver.key ispserver.key-$(date +"%y%m%d%H%M%S").bak mv ispserver.pem ispserver.pem-$(date +"%y%m%d%H%M%S").bak ln -s /etc/letsencrypt/live/$(hostname -f)/fullchain.pem ispserver.crt ln -s /etc/letsencrypt/live/$(hostname -f)/privkey.pem ispserver.key cat ispserver.{key,crt} > ispserver.pem chmod 600 ispserver.pem
ok 1- yes, its correct 2-there are 3 ispserver, key, pem y crt and their bak files. they were created on march, 10 2020. funny, backups were created on march,6 2019. can i restore these bak file w/o problems? # ls -al /usr/local/ispconfig/interface/ssl/ total 40 drwxr-x--- 2 root root 4096 mar 10 18:13 . drwxr-x--- 9 ispconfig ispconfig 4096 mar 6 2019 .. -rwxr-x--- 1 root root 45 mar 10 18:13 empty.dir lrwxrwxrwx 1 root root 56 mar 10 2019 ispserver.crt -> /etc/letsencrypt/live/mnsvr.digiiberica.es/fullchain.pem -rwxr-x--- 1 root root 2061 mar 6 2019 ispserver.crt-190310161055.bak -rwxr-x--- 1 root root 1817 mar 10 18:13 ispserver.csr -rwxr-x--- 1 root root 3243 mar 10 18:13 ispserver.key -rwxr-x--- 1 root root 3243 mar 6 2019 ispserver.key-190310161055.bak lrwxrwxrwx 1 root root 54 mar 10 2019 ispserver.key.secure -> /etc/letsencrypt/live/mnsvr.digiiberica.es/privkey.pem -rwxr-x--- 1 root root 3172 jun 20 2019 ispserver.pem -rwxr-x--- 1 root root 5304 mar 9 2019 ispserver.pem-190310161055.bak because i follow guide IPSC with LE, i suspect all of these are symlink 3-, yes, li follow this guide (ispconfig with le) question is why, my server , working 1 year w/o problem with 10 sites with LE cert, now if create site with same hostname -f , if I activate SSL, site was desapair, it are no accesible, and ispc show other site ( diferent domain)???? tx in advance
tx a simple question, if a use these command, i don lost all my setting, client, sites, mailbox??? tx in advance
The backup files were created when you followed the guide the last time. It would help if you would understood what the guide does and not blindly follow The backed up files were the initial self-signed certs. Restoring them makes no sense. You want to use the letsencrypt certs. Doing the above commands should be fine. Afterwards restart your services. This should bring back a valid cert for 8080, mail, etc... When this is working, we go to the next problem. This will force an upgrade. When you do reconfigure services, it will rewrite all config files from the values in the database. This will remove all your changes to ispc config files but in most cases brings back a working system. In this case it will not solve your problem, but was the answer to your question 1 of the first thread.
after 2 days making all kind of thing, i lost mi apache, but i can recover to previous condition now: ispconf server work perfect with hostname SERVER.MYDOMAIN.TLD it manage 10 site with LE cert but internal cert of ispconf is autosigned and now: i add new site with domain name SERVER.MYDOMAIN.TLD (no ssl). access is granted when i activate SSL check. site is missing . after 10 second ispcon show another site (of my 10´s) this behavior only appears in site SERVER.MYDOMAIN.TLD i suspect any interference between site and ipsconf-apache no more idea, Thought???
You can consult the Lets Encrypt faq to find the problem. My guess is you have auto-subdomain enabled and shouldn't, but there are many reasons it can fail.
i never mention LE, only with SSL setting site disapair, (if i try to enable LE , i get error because site is no available) about auto subdomainm, it isnt enabled
Use debug mode to see why SSL gets disabled on the site: https://www.faqforge.com/linux/debugging-ispconfig-3-server-actions-in-case-of-a-failure/ and that another site is shown is to be expected when you access a site by https:// that has no SSL enabled as apache and Nginx will show the content of the first site which has SSL enabled on the same IP in such a case.
another data, i thought that may be is posible to change my hostname server, and , before of change it ( actually i dont do it) I Created a new site with MINISVR.MYDOMAIN.TLD ( actual name is SERVER.MYDOMAIN.TLD). SAME PROBLEM. i cannot activate SSL in site with XXXXXXXX.MYDOMAIN.TLD , why? the others 10 sites work properly with SSL & LE PD. i confirm. i created a new ddns, and a new site, ssl LE , redir http to https, everything perfect only tihing relate with MYDOMAIN.TLD are damage!!
sorry i tried, but my actual level of knowledge of linux is not enough to understand. too many lines, i cannot detect important lines between rest. anyway, tx a lot for tried
this are the debug system log lines: Mar 19 18:45:01 mnsvr CRON[16699]: (root) CMD (/usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 18:45:01 mnsvr CRON[16701]: (root) CMD (/usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 18:45:01 mnsvr pure-ftpd: ([email protected]::1) [INFO] New connection from ::1 Mar 19 18:45:01 mnsvr pure-ftpd: ([email protected]::1) [INFO] Logout. Mar 19 18:45:01 mnsvr postfix/smtpd[13639]: connect from localhost[::1] Mar 19 18:45:01 mnsvr postfix/smtpd[13639]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:45:01 mnsvr postfix/smtpd[13639]: lost connection after CONNECT from localhost[::1] Mar 19 18:45:01 mnsvr postfix/smtpd[13639]: disconnect from localhost[::1] commands=0/0 Mar 19 18:45:01 mnsvr dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<BmpwujihbJoAAAAAAAAAAAAAAAAAAAAB> Mar 19 18:45:01 mnsvr dovecot: imap-login: Disconnected (disconnected before auth was ready, waited 0 secs): user=<>, rip=::1, lip=::1, secured, session=<J4lwujihOsIAAAAAAAAAAAAAAAAAAAAB> Mar 19 18:45:05 mnsvr postfix/smtpd[16162]: warning: unknown[92.118.38.58]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:45:06 mnsvr postfix/smtpd[16162]: disconnect from unknown[92.118.38.58] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4 Mar 19 18:45:20 mnsvr postfix/smtpd[13637]: warning: hostname ip-38-58.zervdns does not resolve to address 92.118.38.58: Name or service not known Mar 19 18:45:20 mnsvr postfix/smtpd[13637]: connect from unknown[92.118.38.58] Mar 19 18:45:20 mnsvr postfix/smtpd[13637]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:45:35 mnsvr postfix/smtpd[13637]: warning: unknown[92.118.38.58]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:45:35 mnsvr postfix/smtpd[13637]: disconnect from unknown[92.118.38.58] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4 Mar 19 18:45:50 mnsvr postfix/smtpd[13639]: warning: hostname ip-38-58.zervdns does not resolve to address 92.118.38.58: Name or service not known Mar 19 18:45:50 mnsvr postfix/smtpd[13639]: connect from unknown[92.118.38.58] Mar 19 18:45:50 mnsvr postfix/smtpd[13639]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:46:01 mnsvr CRON[16818]: (root) CMD (/usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 18:46:01 mnsvr CRON[16821]: (root) CMD (/usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 18:46:04 mnsvr postfix/smtpd[13639]: warning: unknown[92.118.38.58]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:46:04 mnsvr postfix/smtpd[13639]: disconnect from unknown[92.118.38.58] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4 Mar 19 18:46:16 mnsvr postfix/anvil[13389]: statistics: max connection rate 3/60s for (smtp:92.118.38.58) at Mar 19 18:36:33 Mar 19 18:46:16 mnsvr postfix/anvil[13389]: statistics: max connection count 1 for (smtp:92.118.38.58) at Mar 19 18:36:33 Mar 19 18:46:16 mnsvr postfix/anvil[13389]: statistics: max cache size 4 at Mar 19 18:43:10 Mar 19 18:46:19 mnsvr postfix/smtpd[16162]: warning: hostname ip-38-58.zervdns does not resolve to address 92.118.38.58: Name or service not known Mar 19 18:46:19 mnsvr postfix/smtpd[16162]: connect from unknown[92.118.38.58] Mar 19 18:46:19 mnsvr postfix/smtpd[16162]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:46:33 mnsvr postfix/smtpd[16162]: warning: unknown[92.118.38.58]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:46:33 mnsvr postfix/smtpd[16162]: disconnect from unknown[92.118.38.58] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4 Mar 19 18:46:40 mnsvr postfix/smtpd[13637]: connect from unknown[193.56.28.138] Mar 19 18:46:40 mnsvr postfix/smtpd[13637]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:46:43 mnsvr postfix/smtpd[13637]: warning: unknown[193.56.28.138]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:46:43 mnsvr postfix/smtpd[13637]: disconnect from unknown[193.56.28.138] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4 Mar 19 18:46:48 mnsvr postfix/smtpd[16162]: warning: hostname ip-38-58.zervdns does not resolve to address 92.118.38.58: Name or service not known Mar 19 18:46:48 mnsvr postfix/smtpd[16162]: connect from unknown[92.118.38.58] Mar 19 18:46:48 mnsvr postfix/smtpd[16162]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:47:01 mnsvr CRON[16857]: (root) CMD (/usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 18:47:01 mnsvr CRON[16858]: (root) CMD (/usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 18:47:02 mnsvr postfix/smtpd[16162]: warning: unknown[92.118.38.58]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:47:03 mnsvr postfix/smtpd[16162]: disconnect from unknown[92.118.38.58] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4 Mar 19 18:47:17 mnsvr postfix/smtpd[13639]: warning: hostname ip-38-58.zervdns does not resolve to address 92.118.38.58: Name or service not known Mar 19 18:47:17 mnsvr postfix/smtpd[13639]: connect from unknown[92.118.38.58] Mar 19 18:47:17 mnsvr postfix/smtpd[13639]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:47:32 mnsvr postfix/smtpd[13639]: warning: unknown[92.118.38.58]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:47:32 mnsvr postfix/smtpd[13639]: disconnect from unknown[92.118.38.58] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4
Mar 19 18:47:47 mnsvr postfix/smtpd[13637]: warning: hostname ip-38-58.zervdns does not resolve to address 92.118.38.58: Name or service not known Mar 19 18:47:47 mnsvr postfix/smtpd[13637]: connect from unknown[92.118.38.58] Mar 19 18:47:47 mnsvr postfix/smtpd[13637]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:48:01 mnsvr postfix/smtpd[13637]: warning: unknown[92.118.38.58]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:48:01 mnsvr postfix/smtpd[13637]: disconnect from unknown[92.118.38.58] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4 Mar 19 18:48:01 mnsvr CRON[16894]: (root) CMD (/usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 18:48:01 mnsvr CRON[16895]: (root) CMD (/usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 18:48:16 mnsvr postfix/smtpd[16162]: warning: hostname ip-38-58.zervdns does not resolve to address 92.118.38.58: Name or service not known Mar 19 18:48:16 mnsvr postfix/smtpd[16162]: connect from unknown[92.118.38.58] Mar 19 18:48:16 mnsvr postfix/smtpd[16162]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:48:30 mnsvr postfix/smtpd[16162]: warning: unknown[92.118.38.58]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:48:31 mnsvr postfix/smtpd[16162]: disconnect from unknown[92.118.38.58] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4 Mar 19 18:48:45 mnsvr postfix/smtpd[13639]: warning: hostname ip-38-58.zervdns does not resolve to address 92.118.38.58: Name or service not known Mar 19 18:48:45 mnsvr postfix/smtpd[13639]: connect from unknown[92.118.38.58] Mar 19 18:48:45 mnsvr postfix/smtpd[13639]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:48:59 mnsvr postfix/smtpd[13639]: warning: unknown[92.118.38.58]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:49:00 mnsvr postfix/smtpd[13639]: disconnect from unknown[92.118.38.58] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4 Mar 19 18:49:00 mnsvr postfix/smtpd[13637]: connect from unknown[185.36.81.78] Mar 19 18:49:00 mnsvr postfix/smtpd[13637]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:49:01 mnsvr CRON[16921]: (root) CMD (/usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 18:49:01 mnsvr CRON[16922]: (root) CMD (/usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 18:49:03 mnsvr postfix/smtpd[13637]: warning: unknown[185.36.81.78]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:49:03 mnsvr postfix/smtpd[13637]: disconnect from unknown[185.36.81.78] ehlo=1 auth=0/1 quit=1 commands=2/3 Mar 19 18:49:04 mnsvr postfix/smtpd[16162]: connect from unknown[185.36.81.57] Mar 19 18:49:04 mnsvr postfix/smtpd[16162]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:49:07 mnsvr postfix/smtpd[16162]: warning: unknown[185.36.81.57]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:49:07 mnsvr postfix/smtpd[16162]: disconnect from unknown[185.36.81.57] ehlo=1 auth=0/1 quit=1 commands=2/3 Mar 19 18:49:14 mnsvr postfix/smtpd[13639]: warning: hostname ip-38-58.zervdns does not resolve to address 92.118.38.58: Name or service not known Mar 19 18:49:14 mnsvr postfix/smtpd[13639]: connect from unknown[92.118.38.58] Mar 19 18:49:14 mnsvr postfix/smtpd[13639]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:49:29 mnsvr postfix/smtpd[13639]: warning: unknown[92.118.38.58]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:49:29 mnsvr postfix/smtpd[13639]: disconnect from unknown[92.118.38.58] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4 Mar 19 18:49:32 mnsvr postfix/smtpd[13637]: connect from unknown[185.36.81.23] Mar 19 18:49:32 mnsvr postfix/smtpd[13637]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:49:34 mnsvr postfix/smtpd[13637]: warning: unknown[185.36.81.23]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:49:34 mnsvr postfix/smtpd[13637]: disconnect from unknown[185.36.81.23] ehlo=1 auth=0/1 quit=1 commands=2/3 Mar 19 18:49:44 mnsvr postfix/smtpd[16162]: warning: hostname ip-38-58.zervdns does not resolve to address 92.118.38.58: Name or service not known Mar 19 18:49:44 mnsvr postfix/smtpd[16162]: connect from unknown[92.118.38.58] Mar 19 18:49:44 mnsvr postfix/smtpd[16162]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:49:58 mnsvr postfix/smtpd[16162]: warning: unknown[92.118.38.58]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 18:49:59 mnsvr postfix/smtpd[16162]: disconnect from unknown[92.118.38.58] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4 Mar 19 18:50:01 mnsvr CRON[16957]: (getmail) CMD (/usr/local/bin/run-getmail.sh > /dev/null 2>> /dev/null) Mar 19 18:50:01 mnsvr CRON[16956]: (root) CMD (/usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 18:50:01 mnsvr CRON[16958]: (root) CMD (/usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 18:50:01 mnsvr pure-ftpd: ([email protected]::1) [INFO] New connection from ::1 Mar 19 18:50:01 mnsvr pure-ftpd: ([email protected]::1) [INFO] Logout. Mar 19 18:50:01 mnsvr postfix/smtpd[13639]: connect from localhost[::1] Mar 19 18:50:01 mnsvr postfix/smtpd[13639]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 18:50:01 mnsvr postfix/smtpd[13639]: lost connection after CONNECT from localhost[::1] Mar 19 18:50:01 mnsvr postfix/smtpd[13639]: disconnect from localhost[::1] commands=0/0 Mar 19 18:50:01 mnsvr dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=::1, lip=::1, secured, session=<rwJUzDihuJoAAAAAAAAAAAAAAAAAAAAB> Mar 19 18:50:01 mnsvr dovecot: imap-login: Disconnected (disconnected before auth was ready, waited 0 secs): user=<>, rip=::1, lip=::1, secured, session=<CA9UzDihgsIAAAAAAAAAAAAAAAAAAAAB> the ip 92.118.38.58 apearrs so often , but i dont recognize, any idea? tx in advance
The syslog does not contain details on such topics. Please go through the FAQ step by step to check everything. Then enable debugging as shown in the link I posted, then enable SSL in the way you did before for that site and run server.sh as shown in the debug instructions and finally post the result that debug mode shows you on the shell.
i cannot disable cronjob, this line is not in file i have * * * * * /usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done * * * * * /usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done and the syslog Mar 19 20:54:01 mnsvr CRON[6487]: (root) CMD (/usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 20:54:01 mnsvr CRON[6488]: (root) CMD (/usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 20:54:03 mnsvr postfix/smtpd[1907]: warning: unknown[92.118.38.58]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 20:54:04 mnsvr postfix/smtpd[1907]: disconnect from unknown[92.118.38.58] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4 Mar 19 20:54:18 mnsvr postfix/smtpd[2063]: warning: hostname ip-38-58.zervdns does not resolve to address 92.118.38.58: Name or service not known Mar 19 20:54:18 mnsvr postfix/smtpd[2063]: connect from unknown[92.118.38.58] Mar 19 20:54:18 mnsvr postfix/smtpd[2063]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 20:54:32 mnsvr postfix/smtpd[2063]: warning: unknown[92.118.38.58]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 20:54:33 mnsvr postfix/smtpd[2063]: disconnect from unknown[92.118.38.58] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4 Mar 19 20:54:47 mnsvr postfix/smtpd[1907]: warning: hostname ip-38-58.zervdns does not resolve to address 92.118.38.58: Name or service not known Mar 19 20:54:47 mnsvr postfix/smtpd[1907]: connect from unknown[92.118.38.58] Mar 19 20:54:47 mnsvr postfix/smtpd[1907]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 20:55:01 mnsvr postfix/smtpd[1907]: warning: unknown[92.118.38.58]: SASL LOGIN authentication failed: UGFzc3dvcmQ6 Mar 19 20:55:01 mnsvr CRON[6519]: (getmail) CMD (/usr/local/bin/run-getmail.sh > /dev/null 2>> /dev/null) Mar 19 20:55:01 mnsvr CRON[6521]: (root) CMD (/usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 20:55:01 mnsvr CRON[6520]: (root) CMD (/usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done) Mar 19 20:55:01 mnsvr systemd[1]: Stopping The Apache HTTP Server... Mar 19 20:55:01 mnsvr apachectl[6634]: AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/sites-enabled/000-ispconfig.conf:73 Mar 19 20:55:02 mnsvr postfix/smtpd[1907]: disconnect from unknown[92.118.38.58] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4 Mar 19 20:55:02 mnsvr pure-ftpd: ([email protected]::1) [INFO] New connection from ::1 Mar 19 20:55:02 mnsvr pure-ftpd: ([email protected]::1) [INFO] Logout. Mar 19 20:55:02 mnsvr postfix/smtpd[2063]: connect from localhost[::1] Mar 19 20:55:02 mnsvr postfix/smtpd[2063]: warning: connect to Milter service inet:localhost:11332: Connection refused Mar 19 20:55:02 mnsvr postfix/smtpd[2063]: lost connection after CONNECT from localhost[::1] Mar 19 20:55:02 mnsvr postfix/smtpd[2063]: disconnect from localhost[::1] commands=0/0 Mar 19 20:55:02 mnsvr systemd[1]: Stopped The Apache HTTP Server. Mar 19 20:55:02 mnsvr systemd[1]: Starting The Apache HTTP Server... Mar 19 20:55:02 mnsvr dovecot: imap-login: Disconnected (disconnected before auth was ready, waited 0 secs): user=<>, rip=::1, lip=::1, secured, session=<ah1lizqhEqoAAAAAAAAAAAAAAAAAAAAB> and i can add new site cannot set ssl on the old still work , but new missing after ssl
The line is the first one, server.sh The syslog can not contain any details of your problem. I asked you to follow the debug instructions and post the result that you get from server.sh on the shell.