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.


Topics - aeanez

Pages: [1]
1
E-Mail / email error - (mail system configuration error)
« on: April 17, 2015, 01:08:10 AM »
the server show this issue in mailq

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

2
Dovecot / Mail Quota
« on: April 12, 2015, 04:43:42 AM »
hi,

if i set a domain quota this makes effect on email?

thanks

3
E-Mail / DKIM email issue
« on: March 05, 2015, 05:01:43 AM »
hi, im getting an issue with DKIM email validation

i install CWP again following this steps: http://centos-webpanel.com/installation-instructions

domain name is: sergiosarcos.com.ve
hostname: server.sergiosarcos.com.ve
IP: 162.252.57.189

i config CWP basic using this guide: http://www.servermom.org/basic-configuration-centos-web-panel/2009/

for config mail server i use postfix manager and:
check "Install DKIM & SPF" then rebuild mail server
hostname: server.sergiosarcos.com.ve (by default)
domain: com.ve (by default)

in DKIM & SPF Manager i choose sergiosarcos.com.ve.db and add DKIM

after that i send a mail to mail-tester.com to check validations and here is the result http://www.mail-tester.com/web-ox1Kz9

sergiosarcos.com.ve.db contains:

; Panel %version%
; Zone file for sergiosarcos.com.ve
$TTL 14400
sergiosarcos.com.ve.      86400        IN      SOA     ns1.sergiosarcos.com.ve. aeanez.gmail.com. (
         2013071600      ; serial, todays date+todays
                86400           ; refresh, seconds
          7200            ; retry, seconds
            3600000         ; expire, seconds
           86400 )         ; minimum, seconds

sergiosarcos.com.ve. 86400 IN NS ns1.sergiosarcos.com.ve.
sergiosarcos.com.ve. 86400 IN NS ns2.sergiosarcos.com.ve.

sergiosarcos.com.ve. IN A 162.252.57.189
server.sergiosarcos.com.ve.  IN A 162.252.57.189
localhost.sergiosarcos.com.ve. IN A 127.0.0.1

server  IN A 162.252.57.189
ns1  IN A 162.252.57.189
ns2  IN A 162.252.57.189

sergiosarcos.com.ve. IN MX 0 sergiosarcos.com.ve.

mail IN CNAME sergiosarcos.com.ve.
www IN CNAME sergiosarcos.com.ve.
ftp IN CNAME sergiosarcos.com.ve.
; Add additional settings below this line

sergiosarcos.com.ve.  IN TXT "v=spf1 mx a ip4:162.252.57.189 include:server.sergiosarcos.com.ve"

default._domainkey IN TXT "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC3sGchC3SeUW3lsBlJSgowuUc1nFQXgusGHRBzkflhDTkBUfQJq43/7jBs7KhB1AN2poWf+Tq/qV+IN63z8tzMjHfDSDlIq8V4XknIR+YnbZC3IlICLIJr3bXX996AxW3dUGmDApfpacym1YPQX2UpkqKrw1Sl31GFx1SmejkVqwIDAQAB"


Thanks for your support.

Pages: [1]