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.
1
DKIM / Re: No DKIM record
« on: May 08, 2015, 03:05:10 AM »If you have two servers for sending e-mails you will need a dkim record for each one.
if you have 2 server, u can use the same selector name in the 2 servers, because dkim validation use the server name or ip to validate, selector is just reference.
server 1 selector default
is different to
server 2 selector default
each one generate dkim key and signs the message, for correct use u need to setup dns propertly and ps records to permit many servers ip or names.
2
DKIM / Re: No DKIM record
« on: April 26, 2015, 06:47:34 PM »I need to créate a DKIM domain different form default._domainkey.example.com (already used), maybe default2._domainkey.example.com.
Any idea on how to do it?
why you need two dkim records for a single domain?
3
DNS / Re: Reverse DNS (PTR)
« on: April 20, 2015, 09:32:43 AM »Hello aeanez,
I have contacted my vps provider and they have added the rDNS.
Thank you for your help.
Paul
your welcome
4
Information / Re: host website
« on: April 19, 2015, 02:25:58 PM »
use the domain that you setup to the account eg. www.domain.tdl
6
Apache / Re: httpd error log says Options not allowed here
« on: April 17, 2015, 12:28:24 PM »
hi im using wordpress and .htaccess use mod_rewrite, im using a clean cwp instance and it works propertly whitout any additional config
Code: [Select]
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress
7
E-Mail / Re: email error - (mail system configuration error)
« on: April 17, 2015, 05:01:15 AM »
apparently this solved adding
into /etc/postfix/main.cf
take note for the next update. thanks
Code: [Select]
dovecot_destination_recipient_limit = 1
into /etc/postfix/main.cf
take note for the next update. thanks
8
E-Mail / email error - (mail system configuration error)
« on: April 17, 2015, 01:08:10 AM »
the server show this issue in mailq
var log maillog
i cant find dovecot_destination_recipient_limit = 1 in main.cf or master.cf
Code: [Select]
[root@server ~]# mailq
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
9A3481E0D9F 8679 Thu Apr 16 17:08:15 mail@domain.net
(mail system configuration error)
mail2@domain.net
mail3@domain.net
var log maillog
Code: [Select]
Apr 17 00:10:18 server postfix/pipe[11668]: warning: pipe flag `D' requires dovecot_destination_recipient_limit = 1
i cant find dovecot_destination_recipient_limit = 1 in main.cf or master.cf
9
DNS / Re: Reverse DNS (PTR)
« on: April 16, 2015, 05:36:13 AM »Hello guys,
I have setup CWPanel on my vps without any problems.
But when i email some of my contacts they say they are not getting the emails, after lots of hair pulling and phone calls, I am told that i need to setup rDNS on my server.
So my question is, how do i setup the records using CWPanel. (with an example please).
Any help would be greatly appreciated.
Paul
(Newbie)
HIi EXHDS,
rDNS is setup by your vps hosting provider, i request this to my vps provider and the solved.
they point the rDNS to you hostname.
10
Apache / Re: Temporary website url in CWP for accesing website before domain propagation
« on: April 14, 2015, 08:36:56 PM »
i find the template, thanks a lot.
11
Apache / Re: Temporary website url in CWP for accesing website before domain propagation
« on: April 14, 2015, 08:34:55 PM »
hi nrozic,
where is located the vhost tpl file?
this trick is very helpfull for migration purposes
where is located the vhost tpl file?
this trick is very helpfull for migration purposes
12
Dovecot / Mail Quota
« on: April 12, 2015, 04:43:42 AM »
hi,
if i set a domain quota this makes effect on email?
thanks
if i set a domain quota this makes effect on email?
thanks
13
E-Mail / Re: Can't Receive E-mails Anymore
« on: March 25, 2015, 03:08:04 AM »this issue was caused by security update, fix is also released but it will be done with automatic updates.
You can manually fix it with immediately with commandCode: [Select]chown vmail.mail /var/log/dovecot*
thanks a lot administrator, i got the same issue
14
CentOS 6 Problems / Re: Web Site Yayınlama
« on: March 14, 2015, 10:48:03 PM »
try to use
#service named restart
and post the result error.
#service named restart
and post the result error.
15
DKIM / Re: No DKIM record
« on: March 11, 2015, 01:33:49 AM »what kind of bugs have you noticed ?
hi administrator, appearently when you install DKIM it dont change mydomain = example.com in /etc/postfix/main.cf i change it manually and know works propertly.
other thing is that SPF record not set and you neeed to set it manually, i reffer to 0.9.8.1 version.
how i can get the upgrade?
thanks