I have a dedicated server in a data center. I have been running Centos 7 with VirtualMin. I have put in the order for a clean install of Centos 7 Minimal. My account is an unmanaged account. But the support tech told me that they install the minimal install of centos 7 but cant guarantee that even the minimal install might not have so pre packaged programs and that I might have to manually remove them. Has anyone had a similar situation and is it ok if there prepackaged progrms exist and how much work I need to do to remove any. Thanks.
↧
Inallation - Centos 7 - Minimal
↧
Project Status
Hi All,
I use sentora on a production environment, i would love to get some enhancements done.. Where are you guys at on development? Is there anyone activly doing any work on this project? Github hasn't been updated in so long.
Is there a more active fork that i should be looking at?
Anyone around to accept PR's?
I use sentora on a production environment, i would love to get some enhancements done.. Where are you guys at on development? Is there anyone activly doing any work on this project? Github hasn't been updated in so long.
Is there a more active fork that i should be looking at?
Anyone around to accept PR's?
↧
↧
FTP Users
Hi
I seem to no longer be able to add users to my ProFTPD, i've confirmed that the username and password is correct.. any thoughts on this issue? I can see that they are added to the sentora database.
Command: USER zadmin_testtest
Response: 331 Password required for zadmin_testtest
Command: PASS ****
Response: 530 Login incorrect.
Error: Critical error: Could not connect to server
I seem to no longer be able to add users to my ProFTPD, i've confirmed that the username and password is correct.. any thoughts on this issue? I can see that they are added to the sentora database.
Command: USER zadmin_testtest
Response: 331 Password required for zadmin_testtest
Command: PASS ****
Response: 530 Login incorrect.
Error: Critical error: Could not connect to server
↧
Multiple IP Addresses
Hey all,
I have been on shared or vps in the past. Just decided to learning and setting up my own server. I have been on CPanel before as a client of other hosting companies but it was too expensive so I went with VirtualMin but I did not like it for various reasons. I changed over to Sentora last week and I am having an issue that I cant seem to solve. I have a dedicated server that is in a data center and was given 5 ip addresses. The main IP address handles my web server, media server, mail, FTP, and MySQL. But I have a different domain that I wanted to use soleyly for a game server - namely a minecraft server. I run a local youth organization and we wanted to set up a minecraft server to seerve our youth. We have used MCProHosting in the oast but wanted to set up a server on our own so we are using one of the 5 IPs for the gaming server domain. (All 5 of our domains are bound to our server through a set range on one network interface) We are on Centos 7 OS. We set up the second domain in Sentora and the web server works fine because apache listens on all IPs. But I have tried several things to get minecraft to port through Multicraft but Sentora seems to be blocking all ports except for the default ports mail web ftp etc. Centos 7 is saying there is no firewall running so nothing to open technically. But when I check the port 25565 from the web it says its closed. Minecraft cant bind to port for the second domain and IP address but works fine on the main IP. Any ideas how I can get both domains and IPs running through sentora. I am not just serving port 80 web pages. I would think you should be able to serve more than that so any ideas would be appreciated. Im learning as I go. Thanks for the help!
I have been on shared or vps in the past. Just decided to learning and setting up my own server. I have been on CPanel before as a client of other hosting companies but it was too expensive so I went with VirtualMin but I did not like it for various reasons. I changed over to Sentora last week and I am having an issue that I cant seem to solve. I have a dedicated server that is in a data center and was given 5 ip addresses. The main IP address handles my web server, media server, mail, FTP, and MySQL. But I have a different domain that I wanted to use soleyly for a game server - namely a minecraft server. I run a local youth organization and we wanted to set up a minecraft server to seerve our youth. We have used MCProHosting in the oast but wanted to set up a server on our own so we are using one of the 5 IPs for the gaming server domain. (All 5 of our domains are bound to our server through a set range on one network interface) We are on Centos 7 OS. We set up the second domain in Sentora and the web server works fine because apache listens on all IPs. But I have tried several things to get minecraft to port through Multicraft but Sentora seems to be blocking all ports except for the default ports mail web ftp etc. Centos 7 is saying there is no firewall running so nothing to open technically. But when I check the port 25565 from the web it says its closed. Minecraft cant bind to port for the second domain and IP address but works fine on the main IP. Any ideas how I can get both domains and IPs running through sentora. I am not just serving port 80 web pages. I would think you should be able to serve more than that so any ideas would be appreciated. Im learning as I go. Thanks for the help!
↧
User with SSL website exceeds quota
Hello;
Today I found out, if a user who has SSL enabled exceeds their disk quota, it causes Apache2 to stop, an not start
Heres the Sentora generated vhost as normal:
Once they exceed their disk quota, the vhost is changed to
This appears in the /var/log/apache2/error.log
I can get Apache working again by altering /etc/sentora/configs/apache/httpd-vhosts.conf from:
to
Ofcource, next time theres any changes, this is wipped, and Apache2 dies again
Is there any way to keep the cert info in the vhost when the disk is exceeded?
Today I found out, if a user who has SSL enabled exceeds their disk quota, it causes Apache2 to stop, an not start
Heres the Sentora generated vhost as normal:
Code:
# DOMAIN: youthinspire.dynamite.net.nz
<virtualhost *:443>
ServerName youthinspire.dynamite.net.nz
ServerAlias www.youthinspire.dynamite.net.nz
ServerAdmin soa@dynamite.net.nz
DocumentRoot "/var/sentora/hostdata/youthinspire/public_html/youthinspire_org_nz"
ErrorLog "/var/sentora/logs/domains/youthinspire/youthinspire.dynamite.net.nz-error.log"
CustomLog "/var/sentora/logs/domains/youthinspire/youthinspire.dynamite.net.nz-access.log" combined
CustomLog "/var/sentora/logs/domains/youthinspire/youthinspire.dynamite.net.nz-bandwidth.log" common
<Directory "/var/sentora/hostdata/youthinspire/public_html/youthinspire_org_nz">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
AddType application/x-httpd-php .php3 .php
ErrorDocument 510 /_errorpages/510.html
ErrorDocument 404 /_errorpages/404.html
ErrorDocument 500 /_errorpages/500.html
ErrorDocument 403 /_errorpages/403.html
DirectoryIndex index.php index.html index.htm index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)
engine off
<Directory /usr/share/php>
php_admin_value open_basedir none
</Directory>
<Directory /usr/lib/php5/20121212+lfs>
php_admin_value open_basedir none
</Directory>
# Custom VH settings (if any exist)
SSLEngine on
ServerName youthinspire.dynamite.net.nz
ServerAlias youthinspire.dynamite.net.nz
SSLCertificateFile "/var/ssl/youthinspire.dynamite.net.nz.crt"
SSLCertificateKeyFile "/var/ssl/youthinspire.dynamite.net.nz.key"
SSLCertificateChainFile /var/ssl/startssl_256bit/sca.server1.crt
SSLCACertificateFile /var/ssl/startssl_256bit/root.crt
</virtualhost>
# END DOMAIN: youthinspire.dynamite.net.nz
################################################################
Once they exceed their disk quota, the vhost is changed to
Code:
# DOMAIN: youthinspire.dynamite.net.nz
# THIS DOMAIN HAS BEEN DISABLED FOR QUOTA OVERAGE
<virtualhost *:443>
ServerName youthinspire.dynamite.net.nz
ServerAlias www.youthinspire.dynamite.net.nz
ServerAdmin soa@dynamite.net.nz
DocumentRoot "/etc/sentora/panel/etc/static/diskexceeded"
<Directory "/etc/sentora/panel/etc/static/diskexceeded">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
AddType application/x-httpd-php .php3 .php
DirectoryIndex index.php index.html index.htm index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
</virtualhost>
# END DOMAIN: youthinspire.dynamite.net.nz
This appears in the /var/log/apache2/error.log
Code:
[Mon Oct 17 14:03:52.351362 2016] [ssl:emerg] [pid 2070] AH02240: Server should be SSL-aware but has no certificate configured [Hint: SSLC$
[Mon Oct 17 14:03:52.351430 2016] [ssl:emerg] [pid 2070] AH02312: Fatal error initialising mod_ssl, exiting.
I can get Apache working again by altering /etc/sentora/configs/apache/httpd-vhosts.conf from:
Code:
Listen 80
Listen 443
to
Code:
Listen 80
Listen 443 http
Ofcource, next time theres any changes, this is wipped, and Apache2 dies again
Is there any way to keep the cert info in the vhost when the disk is exceeded?
↧
↧
Root Password
So just wondering - is there any way to get the root password from passwords.txt WITHOUT ssh? I was trying to follow a tutorial on security by disabling root access and just allowing certain users to login and then switch to root access but afterwords realized the root password was in that file and now I cant get into my own root goldenrod any of the public_html folders. I'm locked out and I've tried everything I could find but still can't access any folders in root or host data. I wish sentora had a file manager inside the co because I can log in there Any suggestions? Thanks foI the help.

↧
how to TLS for sentora mail with letsencrypt
Hi All,
short guide how to set tls for you mail server
Step 1:
go to --> /etc/dovecot/conf.d/10-ssl.conf
and edit the rows:
ssl_cert = </etc/letsencrypt/live/mail.domain.com/fullchain.pem
ssl_key = </etc/letsencrypt/live/mail.domain.com/privkey.pem
Step 2:
go to --> /etc/postfix/main.cf
and edit the rows:
smtpd_tls_cert_file=/etc/letsencrypt/live/mail.domain.com/fullchain.pem
smtpd_tls_key_file=/etc/letsencrypt/live/mail.domain.com/privkey.pem
smtpd_use_tls=yes
step 3 :
restart mail + apache2 services
now check your mil account via web http://checktls.com/perl/TestReceiver.pl?ASSURETLS
enjoy hope you like that
short guide how to set tls for you mail server
Step 1:
go to --> /etc/dovecot/conf.d/10-ssl.conf
and edit the rows:
ssl_cert = </etc/letsencrypt/live/mail.domain.com/fullchain.pem
ssl_key = </etc/letsencrypt/live/mail.domain.com/privkey.pem
Step 2:
go to --> /etc/postfix/main.cf
and edit the rows:
smtpd_tls_cert_file=/etc/letsencrypt/live/mail.domain.com/fullchain.pem
smtpd_tls_key_file=/etc/letsencrypt/live/mail.domain.com/privkey.pem
smtpd_use_tls=yes
step 3 :
restart mail + apache2 services
now check your mil account via web http://checktls.com/perl/TestReceiver.pl?ASSURETLS
enjoy hope you like that

↧
"SSLEngine On" Error
Hello everyone,
I thought I would post this thread to help you out in case you run into the same problem as I did. I use OpenSSL for my SSL Certificates and found after using TGates thread on adding in SSL manually for each domain, I found that I was getting an error trying to start Apache again, that the SSL Engine On could be misspelled, etc.
Make sure in a terminal to run: sudo a2enmod ssl
This will enable SSL with Apache, they you can type: service apache2 restart
Enjoy!
I thought I would post this thread to help you out in case you run into the same problem as I did. I use OpenSSL for my SSL Certificates and found after using TGates thread on adding in SSL manually for each domain, I found that I was getting an error trying to start Apache again, that the SSL Engine On could be misspelled, etc.
Make sure in a terminal to run: sudo a2enmod ssl
This will enable SSL with Apache, they you can type: service apache2 restart
Enjoy!
↧
Critical Error: [0100]
Good day,
I use unraid with ubuntu and the latest version of UNRAID.
My VM was 10 GB, and I think what append, the automatic backup fill up my VM to full capacity.
So I had to extend my HD size to 15 GB for now.
the problem I have its now I try to login to my control panel and I have this error :
What can be done to rectify this issue ?
I use unraid with ubuntu and the latest version of UNRAID.
My VM was 10 GB, and I think what append, the automatic backup fill up my VM to full capacity.
So I had to extend my HD size to 15 GB for now.
the problem I have its now I try to login to my control panel and I have this error :
Code:
Critical Error: [0100] - Unable to connect or authenticate to the Sentora database (sentora_core).
We advice that you contact the server administrator to ensure that the database server is online and that the correct connection parameters are being used.
What can be done to rectify this issue ?
↧
↧
Help to update odroid install from 1.0.2 to 1.0.3
Hello i have a small question how can update the panel to ver 1.0.3 from 1.0.2 on my ubuntu 14.04 arm64 from my odroid xu4 box
I installed fallowing this tutorial
http://forums.sentora.org/showthread.php...56#pid9956
but is ver 2 can anyone point me out how to update to the latest version.
Thanks for your help.
I installed fallowing this tutorial
http://forums.sentora.org/showthread.php...56#pid9956
but is ver 2 can anyone point me out how to update to the latest version.
Thanks for your help.
↧
error send email ....
Not send email ...
view log
root@server1 ~]# tail -50 /var/log/maillog
ct 20 05:59:12 server1 postfix/qmgr[1786]: 7738742663: from=<>, size=2665, nrcp
=1 (queue active)
ct 20 05:59:12 server1 postfix/qmgr[1786]: 7C33E422C8: from=<>, size=2918, nrcp
=1 (queue active)
ct 20 05:59:12 server1 postfix/qmgr[1786]: 79C5242665: from=<>, size=4475, nrcp
=1 (queue active)
ct 20 05:59:25 server1 postfix/smtpd[20240]: connect from server.seuemailmarket
ng.com.br[216.144.241.142]
ct 20 05:59:25 server1 postfix/smtpd[20240]: NOQUEUE: reject: RCPT from server.
euemailmarketing.com.br[216.144.241.142]: 450 4.1.1 <comercial@norteserverdigit
l.com.br>: Recipient address rejected: User unknown in virtual mailbox table; f
om=<erros-comercial=norteserverdigital.com.br@seuemailmarketing.com.br> to=<com
rcial@norteserverdigital.com.br> proto=ESMTP helo=<server.seuemailmarketing.com
br>
ct 20 05:59:25 server1 postfix/smtpd[20240]: disconnect from server.seuemailmar
eting.com.br[216.144.241.142]
ct 20 05:59:28 server1 postfix/smtpd[20240]: connect from bebe13.opposto.eu[212
20.92.238]
ct 20 05:59:29 server1 postfix/smtpd[20240]: NOQUEUE: reject: RCPT from bebe13.
pposto.eu[212.20.92.238]: 450 4.1.1 <comercial@norteserverdigital.com.br>: Reci
ient address rejected: User unknown in virtual mailbox table; from=<contato@opp
sto.eu> to=<comercial@norteserverdigital.com.br> proto=ESMTP helo=<bebe13.oppos
o.eu>
ct 20 05:59:29 server1 postfix/smtpd[20240]: disconnect from bebe13.opposto.eu[
12.20.92.238]
ct 20 05:59:41 server1 sSMTP[20455]: Unable to connect to "mail" port 25.
ct 20 05:59:41 server1 sSMTP[20455]: Cannot open mail:25
ct 20 05:59:42 server1 postfix/smtp[20477]: connect to server1.norteserverdigit
l.com[50.63.202.54]:25: Connection timed out
ct 20 05:59:42 server1 postfix/smtp[20478]: connect to server1.norteserverdigit
l.com[50.63.202.54]:25: Connection timed out
ct 20 05:59:42 server1 postfix/smtp[20477]: B404B4276B: to=<root@server1.nortes
rverdigital.com>, relay=none, delay=430287, delays=430256/0.02/30/0, dsn=4.4.1,
status=deferred (connect to server1.norteserverdigital.com[50.63.202.54]:25: Co
nection timed out)
ct 20 05:59:42 server1 postfix/smtp[20478]: B18974167E: to=<root@server1.nortes
rverdigital.com>, relay=none, delay=434487, delays=434456/0.03/30/0, dsn=4.4.1,
status=deferred (connect to server1.norteserverdigital.com[50.63.202.54]:25: Co
nection timed out)
ct 20 05:59:42 server1 postfix/qmgr[1786]: B18974167E: from=<>, status=expired,
returned to sender
ct 20 05:59:42 server1 postfix/qmgr[1786]: B18974167E: removed
ct 20 05:59:42 server1 postfix/smtp[20479]: connect to server1.norteserverdigit
l.com[50.63.202.54]:25: Connection timed out
ct 20 05:59:42 server1 postfix/smtp[20480]: connect to server1.norteserverdigit
l.com[50.63.202.54]:25: Connection timed out
ct 20 05:59:42 server1 postfix/smtp[20479]: D10DE42555: to=<root@server1.nortes
rverdigital.com>, relay=none, delay=417686, delays=417656/0.04/30/0, dsn=4.4.1,
status=deferred (connect to server1.norteserverdigital.com[50.63.202.54]:25: Co
nection timed out)
ct 20 05:59:42 server1 postfix/smtp[20480]: CB26542557: to=<root@server1.nortes
rverdigital.com>, relay=none, delay=417686, delays=417656/0.05/30/0, dsn=4.4.1,
status=deferred (connect to server1.norteserverdigital.com[50.63.202.54]:25: Co
nection timed out)
ct 20 05:59:42 server1 postfix/qmgr[1786]: warning: connect to transport privat
/retry: Connection refused
ct 20 05:59:42 server1 postfix/qmgr[1786]: warning: connect to transport privat
/retry: Connection refused
ct 20 05:59:42 server1 postfix/qmgr[1786]: 628B742173: to=<root@server1.nortese
verdigital.com>, relay=none, delay=392487, delays=392457/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 4ADD840789: to=<root@server1.nortese
verdigital.com>, relay=none, delay=426087, delays=426057/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 4C3E441999: to=<root@server1.nortese
verdigital.com>, relay=none, delay=400887, delays=400857/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 442E041D9D: to=<root@server1.nortese
verdigital.com>, relay=none, delay=413487, delays=413457/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 5192842154: to=<root@server1.nortese
verdigital.com>, relay=none, delay=413487, delays=413457/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 571544154F: to=<root@server1.nortese
verdigital.com>, relay=none, delay=409287, delays=409257/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 504AA420EF: to=<root@server1.nortese
verdigital.com>, relay=none, delay=413487, delays=413457/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 55719420B1: to=<root@server1.nortese
verdigital.com>, relay=none, delay=426087, delays=426057/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 59F544167B: to=<root@server1.nortese
verdigital.com>, relay=none, delay=409287, delays=409257/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 9155542350: to=<root@server1.nortese
verdigital.com>, relay=none, delay=426087, delays=426057/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 9BC4C42666: to=<root@server1.nortese
verdigital.com>, relay=none, delay=421887, delays=421857/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: A17F542549: to=<root@server1.nortese
verdigital.com>, relay=none, delay=417687, delays=417656/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: ACDBA4254C: to=<root@server1.nortese
verdigital.com>, relay=none, delay=417687, delays=417656/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/smtp[20481]: connect to server1.norteserverdigit
l.com[50.63.202.54]:25: Connection timed out
ct 20 05:59:42 server1 postfix/qmgr[1786]: E6DB842794: to=<root@server1.nortese
verdigital.com>, relay=none, delay=434486, delays=434456/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: E6DB842794: from=<>, status=expired,
returned to sender
ct 20 05:59:42 server1 postfix/smtp[20481]: 60F1E41FD1: to=<root@server1.nortes
rverdigital.com>, relay=none, delay=409287, delays=409257/0.06/30/0, dsn=4.4.1,
status=deferred (connect to server1.norteserverdigital.com[50.63.202.54]:25: Co
nection timed out)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 7738742663: to=<root@server1.nortese
verdigital.com>, relay=none, delay=421887, delays=421857/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 7C33E422C8: to=<root@server1.nortese
verdigital.com>, relay=none, delay=400887, delays=400857/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 79C5242665: to=<root@server1.nortese
verdigital.com>, relay=none, delay=421887, delays=421857/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: E6DB842794: removed
ct 20 05:59:43 server1 postfix/smtpd[20240]: connect from pserver.infoseka.lt[9
.231.79.242]
ct 20 05:59:43 server1 postfix/smtpd[20240]: NOQUEUE: reject: RCPT from pserver
infoseka.lt[91.231.79.242]: 450 4.1.1 <comercial@norteserverdigital.com.br>: Re
ipient address rejected: User unknown in virtual mailbox table; from=<www-data@
nfoseka.lt> to=<comercial@norteserverdigital.com.br> proto=ESMTP helo=<pserver.
nfoseka.lt>
ct 20 05:59:43 server1 postfix/smtpd[20240]: disconnect from pserver.infoseka.l
[91.231.79.242]
ct 20 05:59:54 server1 postfix/smtpd[20240]: connect from mdzz2.libertabr.com.b
[138.117.199.44]
ct 20 05:59:54 server1 postfix/smtpd[20240]: NOQUEUE: reject: RCPT from mdzz2.l
bertabr.com.br[138.117.199.44]: 450 4.1.1 <atendimento@norteserverdigital.com.b
>: Recipient address rejected: User unknown in virtual mailbox table; from=<ret
rn@libertabr.com.br> to=<atendimento@norteserverdigital.com.br> proto=ESMTP hel
=<mdzz2.libertabr.com.br>
ct 20 05:59:54 server1 postfix/smtpd[20240]: disconnect from mdzz2.libertabr.co
.br[138.117.199.44]
root@server1 ~]#
view log
root@server1 ~]# tail -50 /var/log/maillog
ct 20 05:59:12 server1 postfix/qmgr[1786]: 7738742663: from=<>, size=2665, nrcp
=1 (queue active)
ct 20 05:59:12 server1 postfix/qmgr[1786]: 7C33E422C8: from=<>, size=2918, nrcp
=1 (queue active)
ct 20 05:59:12 server1 postfix/qmgr[1786]: 79C5242665: from=<>, size=4475, nrcp
=1 (queue active)
ct 20 05:59:25 server1 postfix/smtpd[20240]: connect from server.seuemailmarket
ng.com.br[216.144.241.142]
ct 20 05:59:25 server1 postfix/smtpd[20240]: NOQUEUE: reject: RCPT from server.
euemailmarketing.com.br[216.144.241.142]: 450 4.1.1 <comercial@norteserverdigit
l.com.br>: Recipient address rejected: User unknown in virtual mailbox table; f
om=<erros-comercial=norteserverdigital.com.br@seuemailmarketing.com.br> to=<com
rcial@norteserverdigital.com.br> proto=ESMTP helo=<server.seuemailmarketing.com
br>
ct 20 05:59:25 server1 postfix/smtpd[20240]: disconnect from server.seuemailmar
eting.com.br[216.144.241.142]
ct 20 05:59:28 server1 postfix/smtpd[20240]: connect from bebe13.opposto.eu[212
20.92.238]
ct 20 05:59:29 server1 postfix/smtpd[20240]: NOQUEUE: reject: RCPT from bebe13.
pposto.eu[212.20.92.238]: 450 4.1.1 <comercial@norteserverdigital.com.br>: Reci
ient address rejected: User unknown in virtual mailbox table; from=<contato@opp
sto.eu> to=<comercial@norteserverdigital.com.br> proto=ESMTP helo=<bebe13.oppos
o.eu>
ct 20 05:59:29 server1 postfix/smtpd[20240]: disconnect from bebe13.opposto.eu[
12.20.92.238]
ct 20 05:59:41 server1 sSMTP[20455]: Unable to connect to "mail" port 25.
ct 20 05:59:41 server1 sSMTP[20455]: Cannot open mail:25
ct 20 05:59:42 server1 postfix/smtp[20477]: connect to server1.norteserverdigit
l.com[50.63.202.54]:25: Connection timed out
ct 20 05:59:42 server1 postfix/smtp[20478]: connect to server1.norteserverdigit
l.com[50.63.202.54]:25: Connection timed out
ct 20 05:59:42 server1 postfix/smtp[20477]: B404B4276B: to=<root@server1.nortes
rverdigital.com>, relay=none, delay=430287, delays=430256/0.02/30/0, dsn=4.4.1,
status=deferred (connect to server1.norteserverdigital.com[50.63.202.54]:25: Co
nection timed out)
ct 20 05:59:42 server1 postfix/smtp[20478]: B18974167E: to=<root@server1.nortes
rverdigital.com>, relay=none, delay=434487, delays=434456/0.03/30/0, dsn=4.4.1,
status=deferred (connect to server1.norteserverdigital.com[50.63.202.54]:25: Co
nection timed out)
ct 20 05:59:42 server1 postfix/qmgr[1786]: B18974167E: from=<>, status=expired,
returned to sender
ct 20 05:59:42 server1 postfix/qmgr[1786]: B18974167E: removed
ct 20 05:59:42 server1 postfix/smtp[20479]: connect to server1.norteserverdigit
l.com[50.63.202.54]:25: Connection timed out
ct 20 05:59:42 server1 postfix/smtp[20480]: connect to server1.norteserverdigit
l.com[50.63.202.54]:25: Connection timed out
ct 20 05:59:42 server1 postfix/smtp[20479]: D10DE42555: to=<root@server1.nortes
rverdigital.com>, relay=none, delay=417686, delays=417656/0.04/30/0, dsn=4.4.1,
status=deferred (connect to server1.norteserverdigital.com[50.63.202.54]:25: Co
nection timed out)
ct 20 05:59:42 server1 postfix/smtp[20480]: CB26542557: to=<root@server1.nortes
rverdigital.com>, relay=none, delay=417686, delays=417656/0.05/30/0, dsn=4.4.1,
status=deferred (connect to server1.norteserverdigital.com[50.63.202.54]:25: Co
nection timed out)
ct 20 05:59:42 server1 postfix/qmgr[1786]: warning: connect to transport privat
/retry: Connection refused
ct 20 05:59:42 server1 postfix/qmgr[1786]: warning: connect to transport privat
/retry: Connection refused
ct 20 05:59:42 server1 postfix/qmgr[1786]: 628B742173: to=<root@server1.nortese
verdigital.com>, relay=none, delay=392487, delays=392457/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 4ADD840789: to=<root@server1.nortese
verdigital.com>, relay=none, delay=426087, delays=426057/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 4C3E441999: to=<root@server1.nortese
verdigital.com>, relay=none, delay=400887, delays=400857/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 442E041D9D: to=<root@server1.nortese
verdigital.com>, relay=none, delay=413487, delays=413457/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 5192842154: to=<root@server1.nortese
verdigital.com>, relay=none, delay=413487, delays=413457/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 571544154F: to=<root@server1.nortese
verdigital.com>, relay=none, delay=409287, delays=409257/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 504AA420EF: to=<root@server1.nortese
verdigital.com>, relay=none, delay=413487, delays=413457/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 55719420B1: to=<root@server1.nortese
verdigital.com>, relay=none, delay=426087, delays=426057/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 59F544167B: to=<root@server1.nortese
verdigital.com>, relay=none, delay=409287, delays=409257/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 9155542350: to=<root@server1.nortese
verdigital.com>, relay=none, delay=426087, delays=426057/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 9BC4C42666: to=<root@server1.nortese
verdigital.com>, relay=none, delay=421887, delays=421857/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: A17F542549: to=<root@server1.nortese
verdigital.com>, relay=none, delay=417687, delays=417656/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: ACDBA4254C: to=<root@server1.nortese
verdigital.com>, relay=none, delay=417687, delays=417656/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/smtp[20481]: connect to server1.norteserverdigit
l.com[50.63.202.54]:25: Connection timed out
ct 20 05:59:42 server1 postfix/qmgr[1786]: E6DB842794: to=<root@server1.nortese
verdigital.com>, relay=none, delay=434486, delays=434456/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: E6DB842794: from=<>, status=expired,
returned to sender
ct 20 05:59:42 server1 postfix/smtp[20481]: 60F1E41FD1: to=<root@server1.nortes
rverdigital.com>, relay=none, delay=409287, delays=409257/0.06/30/0, dsn=4.4.1,
status=deferred (connect to server1.norteserverdigital.com[50.63.202.54]:25: Co
nection timed out)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 7738742663: to=<root@server1.nortese
verdigital.com>, relay=none, delay=421887, delays=421857/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 7C33E422C8: to=<root@server1.nortese
verdigital.com>, relay=none, delay=400887, delays=400857/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: 79C5242665: to=<root@server1.nortese
verdigital.com>, relay=none, delay=421887, delays=421857/30/0/0, dsn=4.3.0, sta
us=deferred (mail transport unavailable)
ct 20 05:59:42 server1 postfix/qmgr[1786]: E6DB842794: removed
ct 20 05:59:43 server1 postfix/smtpd[20240]: connect from pserver.infoseka.lt[9
.231.79.242]
ct 20 05:59:43 server1 postfix/smtpd[20240]: NOQUEUE: reject: RCPT from pserver
infoseka.lt[91.231.79.242]: 450 4.1.1 <comercial@norteserverdigital.com.br>: Re
ipient address rejected: User unknown in virtual mailbox table; from=<www-data@
nfoseka.lt> to=<comercial@norteserverdigital.com.br> proto=ESMTP helo=<pserver.
nfoseka.lt>
ct 20 05:59:43 server1 postfix/smtpd[20240]: disconnect from pserver.infoseka.l
[91.231.79.242]
ct 20 05:59:54 server1 postfix/smtpd[20240]: connect from mdzz2.libertabr.com.b
[138.117.199.44]
ct 20 05:59:54 server1 postfix/smtpd[20240]: NOQUEUE: reject: RCPT from mdzz2.l
bertabr.com.br[138.117.199.44]: 450 4.1.1 <atendimento@norteserverdigital.com.b
>: Recipient address rejected: User unknown in virtual mailbox table; from=<ret
rn@libertabr.com.br> to=<atendimento@norteserverdigital.com.br> proto=ESMTP hel
=<mdzz2.libertabr.com.br>
ct 20 05:59:54 server1 postfix/smtpd[20240]: disconnect from mdzz2.libertabr.co
.br[138.117.199.44]
root@server1 ~]#
↧
Need Help in Setting up and directing domain name to the server
Hi ,
My name is Sudhir, and First of all i would like to apologize if i have started a wrong thread or asked in wrong section, Because i am new here.
I have recently taken a servers of dedicated server.
I tried to install Sentora via Putty, It asked me subdomain, i have provided the sub domain
but now i am unable to login in the sentora account as the link (sub domain ) is not working properly
i have my domain name with godaddy and i tried to changed the nameserver
but still unable to get the domain diverted to the new server
please help
OS- CentOS 7
Sentora version - i think it was latest
My name is Sudhir, and First of all i would like to apologize if i have started a wrong thread or asked in wrong section, Because i am new here.
I have recently taken a servers of dedicated server.
I tried to install Sentora via Putty, It asked me subdomain, i have provided the sub domain
but now i am unable to login in the sentora account as the link (sub domain ) is not working properly
i have my domain name with godaddy and i tried to changed the nameserver
but still unable to get the domain diverted to the new server
please help
OS- CentOS 7
Sentora version - i think it was latest
↧
sample script .php for sending email
sample script .php for sending email
Sending email by thunderbird is normal and working fine ... I'm having trouble to operate sending email php form at the site .... I disabled the firewall and gave memsa thing ...
Below logs to analyze ... thanks ..
Sending email by thunderbird is normal and working fine ... I'm having trouble to operate sending email php form at the site .... I disabled the firewall and gave memsa thing ...
Below logs to analyze ... thanks ..
↧
↧
improving performance and sentra speed in Digital Ocean?
improving performance and sentra speed in Digital Ocean?
↧
Moving Data location & Zpanel/Sentora Upgrade Script
Hi Thanks to anyone that can help with this.
Firstly what is happening with the Zpanel/Sentroa Upgrade scipt? is that still coming?
My main questions is..
I have setup Zpanel on Google Cloud VPS, the os drive is only 10GB, I have attached a 200GB VHD that I want to dedicate to Zpanel data, ie databases Virtual directories and mail databases.
How do I go about moveing all the data over to the second disk?
Thanks in advanced.
Firstly what is happening with the Zpanel/Sentroa Upgrade scipt? is that still coming?
My main questions is..
I have setup Zpanel on Google Cloud VPS, the os drive is only 10GB, I have attached a 200GB VHD that I want to dedicate to Zpanel data, ie databases Virtual directories and mail databases.
How do I go about moveing all the data over to the second disk?
Thanks in advanced.
↧
One question please
Hello guys,
I have another one question...
Except that I am hosting provider, I am also sell domains...
My sentora is configured with own nameservers. How i can give access to domain, without hosting in sentora to my clients who buy only domain?
Can i configure a another dns control panel only? I find a one good open source dns panel: PowerDNS
How to get works powerdns and sentora together?
Thanks.
I have another one question...
Except that I am hosting provider, I am also sell domains...
My sentora is configured with own nameservers. How i can give access to domain, without hosting in sentora to my clients who buy only domain?
Can i configure a another dns control panel only? I find a one good open source dns panel: PowerDNS
How to get works powerdns and sentora together?
Thanks.
↧
Sentora problem - open_basedir - prestashop
Hi guys!
I have a strange problem, and so the system logs showing me a strange line.
Any why is :
Any why not is:
Prestashop SEO & URL
![[Image: prestashop_base_url.png]]()
Thanks.
I have a strange problem, and so the system logs showing me a strange line.
PHP Code:
[Tue Oct 25 15:55:32.554510 2016] [:error] [pid 16957] [client 0.0.0.0:52413] PHP Warning: include_once(): open_basedir restriction in effect. File(/var/sentora/hostdata/userx/public_html/shop_domaintld_plinit.php) is not within the allowed path(s):
PHP Code:
File(/var/sentora/hostdata/userx/public_html/shop_domaintld_plinit.php)
Any why not is:
Code:
File(/var/sentora/hostdata/userx/public_html/shop_domaintld_pl/init.php)
Prestashop SEO & URL
![[Image: prestashop_base_url.png]](http://s18.postimg.org/u9rzfkpi1/prestashop_base_url.png)
Quote:/etc/sentora/configs/apache/httpd-vhosts.conf
Code:
# DOMAIN: sklep.domaintld.pl
<virtualhost *:80>
ServerName sklep.domaintld.pl
ServerAlias www.sklep.domaintld.pl
ServerAdmin dido@domaintld.pl
DocumentRoot "/var/sentora/hostdata/dido/public_html/sklep_domaintld_pl"
php_admin_value open_basedir "/var/sentora/hostdata/dido/public_html/sklep_domaintld_pl:/var/sentora/temp/"
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate$
ErrorLog "/var/sentora/logs/domains/dido/sklep.domaintld.pl-error.log"
CustomLog "/var/sentora/logs/domains/dido/sklep.domaintld.pl-access.log" combined
<Directory "/var/sentora/hostdata/dido/public_html/sklep_domaintld_pl">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
AddType application/x-httpd-php .php3 .php
ErrorDocument 510 /_errorpages/510.html
ErrorDocument 403 /_errorpages/403.html
ErrorDocument 404 /_errorpages/404.html
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)
# Custom VH settings (if any exist)
</virtualhost>
# END DOMAIN: sklep.domaintld.pl
################################################################
Thanks.
↧
↧
editing dns error
Hello,
I updated to ipv6, and i want to set the dns to work with it.
I deleted all in A, and when i want to update AAAA to ipv6, it redirects me to /?module=dns_manager&action=SaveDNS, a white, blank page.
If i refresh the page, it trows me the error : " Application Error: [0204] - The form you attempted to submit had an invalid token! "
How can i update the dns manual ?
I updated to ipv6, and i want to set the dns to work with it.
I deleted all in A, and when i want to update AAAA to ipv6, it redirects me to /?module=dns_manager&action=SaveDNS, a white, blank page.
If i refresh the page, it trows me the error : " Application Error: [0204] - The form you attempted to submit had an invalid token! "
How can i update the dns manual ?
↧
About whmcs
Hello guys,
I want to ask something the people who used sentora with whmcs.
I Have successfuly setup sentora with whmcs. But i dont know what whmcs functions can work fine with sentora?
Can i setup automatisation pay and other automatic functions of whmcs?![Huh Huh]()
If sentora have problems with whmcs, what are they?
Thanks.
Regards.
I want to ask something the people who used sentora with whmcs.
I Have successfuly setup sentora with whmcs. But i dont know what whmcs functions can work fine with sentora?
Can i setup automatisation pay and other automatic functions of whmcs?

If sentora have problems with whmcs, what are they?
Thanks.
Regards.
↧
Spamming from kffln.com
Please stop the spamming from kffln.com
↧