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 - thiago

Pages: [1]
1
E-Mail / Email don't work
« on: November 18, 2014, 03:09:17 PM »
Hi,

My Thunderbird can't connect to my email account. And i try to login in my email using Roundcube and shows me a error: "Falha na conexão com o servidor. Verifique se informou os dados corretamente" (Connection to storage server failed. my language is pt_BR).
What happens?

My records is:

DOMAIN.com.br   A   DOMAINIP
DOMAIN.com.br   MX   10 mail.DOMAIN.com.br
mail.DOMAIN.com.br   A   DOMAINIP
www.DOMAIN.com.br   A   DOMAINIP

And i have SSL for this DOMAIN.com.br

I restart Postfix and still dont work.
When i try to restart Dovecot, my CWP freeze totaly. And i unlocked typing "doveadm stop" command from putty.

[Edited]

I change /etc/postfix/main.cf:

smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt


to

smtpd_tls_CAfile = /etc/pki/tls/certs/myca.crt
smtp_tls_CAfile = /etc/pki/tls/certs/myca.crt


But still don't work.

[Edited]

I add ssl_ca my CAcert in /etc/dovecot/dovecot.conf
ssl_ca = </etc/pki/tls/certs/s5up.com.brCA.crt

And now, i can send emails, but i don't receive.
Maillog in /var/log/mailog show:

Nov 18 12:39:35 s5up postfix/smtpd[12924]: connect from mail-wi0-f176.google.com[209.85.212.176]
Nov 18 12:39:35 s5up postfix/smtpd[12924]: setting up TLS connection from mail-wi0-f176.google.com[209.85.212.176]
Nov 18 12:39:36 s5up postfix/smtpd[12924]: Anonymous TLS connection established from mail-wi0-f176.google.com[209.85.212.176]: TLSv1 with cipher RC4-SHA (128/128 bits)
Nov 18 12:39:36 s5up postfix/trivial-rewrite[12928]: warning: do not list domain s5up.com.br in BOTH mydestination and virtual_mailbox_domains
Nov 18 12:39:36 s5up postfix/smtpd[12924]: NOQUEUE: reject: RCPT from mail-wi0-f176.google.com[209.85.212.176]: 450 4.1.1 <webdev@s5up.com.br>: Recipient address rejected: User unknown in local recipient table; from=<thiagoalx32@gmail.com> to=<webdev@s5up.com.br> proto=ESMTP helo=<mail-wi0-f176.google.com>
Nov 18 12:39:36 s5up postfix/smtpd[12924]: disconnect from mail-wi0-f176.google.com[209.85.212.176]


Do you have an idea to solve this ?

Thanks!

2
Varnish / Varnish and ModSecurity
« on: November 06, 2014, 01:51:29 PM »
Hi,

I have apache set in port 82 and varnish in port 80.
I install ModSecurity and shows a error 503.
I disable ModSecurity, and back to work.

I can't load modsecurity with varnish?

3
Apache / Enable mod_deflate
« on: November 03, 2014, 03:09:02 PM »
Hi !

I can enable mod_deflate in Apache?

Thanks !

Pages: [1]