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 - Igor S.

Pages: 1 ... 61 62 [63] 64 65 ... 95
931
CentOS 6 Problems / Re: Crontab will not work
« on: August 21, 2016, 10:00:56 AM »
Hello.

If your command:
Code: [Select]
/usr/local/bin/php -q /home/pornupda/public_html/mio-sito.com/cronojob.php  works fine, it will works with crontab too.
Try remove '-q' key, add and test it like:
Code: [Select]
* * * * * /usr/local/bin/php /home/pornupda/public_html/mio-sito.com/cronojob.php

932
E-Mail / Re: IP used in the HELO request
« on: August 21, 2016, 09:11:09 AM »
Hello.

I guess you have using webmail by link like http://server_ip/webmail . But it should be http://your_domain/webmail

933
E-Mail / Re: Mails goes spam folder
« on: August 21, 2016, 09:09:29 AM »
Hello.

Try to check your emails with https://mail-tester.com

934
E-Mail / Re: How to read the ROOT MAILS ?
« on: August 21, 2016, 09:08:53 AM »
Hi, you can read it from file (it is text file) or by command mail in console.

935
E-Mail / Re: Can send mail, but not recieve them.
« on: August 21, 2016, 09:07:48 AM »
Hi, this one
Code: [Select]
warning: do not list domain qontinent.net in BOTH mydestination and virtual_mailbox_domains
means you have using the domain as hostname, but it must be existing subdomain. Once you will have it, change mydestination at /etc/postfix/main.cf

936
E-Mail / Re: How to config spamassassin on cwp
« on: August 21, 2016, 09:04:20 AM »
Hello.

For spamassassin make sure you have next changes at Postfix configs.
/etc/postfix/master.cf

Code: [Select]
smtp      inet  n       -       n       -       -       smtpd
  -o content_filter=smtp-amavis:127.0.0.1:10024
  -o receive_override_options=no_address_mappings
  -o content_filter=spamassassin

spamassassin      unix -      n      n      -      -      pipe
  user=nobody argv=/usr/bin/spamc -f -e
  /usr/sbin/sendmail -oi -f ${sender} ${recipient}

and SA config:

Code: [Select]
SAHOME="/var/lib/spamassassin/"
SPAMDOPTIONS="-d -c -m5 -H --username nobody -s ${SAHOME}spamd.log"

make sure the /var/lib/spamassassin/ owner is nobody.

P.S. It will be added to some new version.

937
E-Mail / Re: Mx record
« on: August 21, 2016, 08:59:44 AM »
Hello.

You can add it manually, record will be looks like:
Code: [Select]
@ IN MX 10 mx.yandex.net.or
Code: [Select]
domain.name. IN MX 10 mx.yandex.net.

938
Installation / Re: Internal Error 500 when setup Wordpress CWP Apache2
« on: August 21, 2016, 08:57:32 AM »
Hi, use ftp.

939
Installation / Re: i don't understand how to install wordpress
« on: August 21, 2016, 08:56:37 AM »
Hi,
You  can upload your files via your FTP client.

940
Information / Re: Disk usage on CWP web panel showing 0/0?
« on: August 21, 2016, 08:54:32 AM »
Hi, contact the CWP support or your service provider support.
Probably something went wrong or your server does not support the quota.

I did as you instructed and it still shows 0/0


941
Information / Re: IS there any way to secure cwp web server
« on: August 15, 2016, 09:10:25 AM »
Quote
websites are getting hacked

a) Check and fix your PHP code. It has a hole(s) and backdoors.
b) Turn on "File System Lock" in the CWP.Admin.

942
Installation / Re: Problems after installation
« on: August 10, 2016, 03:30:02 PM »
Great, let us know about any results.

943
CentOS 6 Problems / Re: nginx without Apache?
« on: August 10, 2016, 12:44:10 PM »
I'm afraid it still does not planned. Someday it happens. :)

944
CentOS 6 Problems / Re: akeeba kickstart.php don't run
« on: August 10, 2016, 12:43:00 PM »
Hello.

Login to CWP.Admin: "User accounts" => "Fix permissions"

945
CentOS 6 Problems / Re: Restarted service cloud-config
« on: August 10, 2016, 12:40:55 PM »
Hi, yes you can do it.
But better way ask your service provider

Pages: 1 ... 61 62 [63] 64 65 ... 95