Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jae

Pages: 1 ... 8 9 [10]
136
Backup / Re: How to download and access a back up file?
« on: January 25, 2016, 11:53:27 PM »
I have looked everywhere, I know how to create the backup but where can I download it?

If you familiar with norton commander, total commander, midnight commander or something else file manager with dual splitted windows. Try WinSCP to download your file.

137
E-Mail / Re: How to change mail MX records?
« on: January 25, 2016, 08:11:22 AM »
.....................
 For using an external mail service, like Zohomail do i just change 1 line as :
I go at DNS Functions /List DNS Zones/ Select the domain name and click edit record.
 The record show as :

Mail     /  0   / IN   / CNAME   /  TheExternalMailDomain

 Without having to put DKIM.. and rdns that i don't know how ?


Hi, you need to change MX record,
yourdomain.      30      IN      MX      5      yoursever.

change with:

yourdomain.      10      IN      MX      5      mx.zoho.com.
yourdomain.      20      IN      MX      5      mx2.zoho.com. 





138
CentOS-WebPanel Bugs / Re: Problem with domain
« on: January 25, 2016, 12:04:12 AM »
Seem like your server have no problem.. if you want to use page1.html as default index page, edit httaccess file, and change "DirectoryIndex" value..

139
Apache / Re: Default Page Displayed for all domains
« on: January 23, 2016, 07:52:45 AM »
/usr/local/apache/conf/httpd.conf
Add
Code: [Select]
NameVirtualHost *:80 -> resolves apache default host to an adaptive address
Comment out
Code: [Select]
#DocumentRoot "/usr/local/apache/htdocs" -> Skips apache default htdocs and default to Virtual Host instance

Apache virtual host template
Replace VirtualHost instance ip with *
Code: [Select]
<VirtualHost *:%domain_port%> -> resolves to common address

Rebuild VirtualHost -> Restart apache [httpd]

I faced this problem too, follow your post, can fix problem.
Only in my cwp, file must edited is "/usr/local/apache/conf/sharedip.conf"

140
Postfix / Re: I can not receive email
« on: January 20, 2016, 11:05:59 PM »
Hi @centosuser
look like your problem is no mx record for your domain, if you have control to your domain panel/manager, you can use freedns.centos-webpanel.com as you ns server.

i think most user here familiar enough with these great free service, so you might get help resolve your problem soon

141
E-Mail / Re: Disable Mail
« on: January 20, 2016, 10:37:09 PM »
Hi,

you can disable postfix & dovecot via chkconfig manager
or simply run these commands

Code: [Select]
service postfix stop && chkconfig postfix off
service dovecot stop && chkconfig dovecot off

142
E-Mail / Re: Email rejected: Quota exceeded (mailbox for user is full)
« on: January 09, 2016, 01:16:17 PM »
BEST SOLUTION:


Nice, thanks, never have this problem actually.
Btw, do you have idea why/when this problem will ocurred?

Pages: 1 ... 8 9 [10]