(SOLVED ) - SERVER_HOSTNAME and BASE_SERVER_VHOST could be the same? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: (SOLVED ) - SERVER_HOSTNAME and BASE_SERVER_VHOST could be the same? (/thread-15100.html) |
(SOLVED ) - SERVER_HOSTNAME and BASE_SERVER_VHOST could be the same? - nuno - 09-14-2011 11:51 PM Hello good folks, mistakenly when I installed ISPCP 1.0.7 debian 6 I put the same FQDN in that 2 variables, this can be a problem? SERVER_HOSTNAME = server1.domain.com BASE_SERVER_VHOST = server1.domain.com Thanks in advance. RE: SERVER_HOSTNAME and BASE_SERVER_VHOST could be the same? - joximu - 09-15-2011 08:56 AM For Webserver it's no problem - maybe you have to change something in the postfix config - so that not two differnt variables have the same hostname (you'll see in the logs, if there is something not ok.) /J RE: SERVER_HOSTNAME and BASE_SERVER_VHOST could be the same? - nuno - 09-16-2011 12:44 AM joximu, thank you for your reply, that 2 vars are in fact in ispcp.conf, the problems is some emails are rejected like, if I send to gmail they say: Code: Our system has detected an unusual rate the email server had a problem about spam, is now fixed (2 weeks ago). That is why I ask if that 2 vars with same hostname could be a issue. Thank you very much EDIT..... in ispcp.conf I can change: SERVER_HOSTNAME = server1.domain.com BASE_SERVER_VHOST = admin.domain.com then what should'b the steps for that change reflect in all ispcp/server configurations? Thanks in advance. |