[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Network is unreachable email error



On Fri, Dec 14, 2007 at 09:54:17PM +1100, hce wrote:
 
> Could it be the problem of ssl-cert-snakeoil.pem and
> ssl-cert-snakeoil.key? Should I manually to create them by openssl
> (and how?)?
> 
> smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
> smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
-----^^^

You're the client here not the server. For gmail as relayhost I have 
this setup:

---[ /etc/postfix/main.cf ]---

smtp_tls_policy_maps = hash:/etc/postfix/tls_policy
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_type = cyrus
smtp_sasl_security_options = 

------------------------------

---[ /etc/postfix/tls_policy ]---

[smtp.gmail.com]:587	encrypt

---------------------------------

---[ /etc/postfix/sasl_passwd ]---

[smtp.gmail.com]:587    my_email@gmail.com:my_password

----------------------------------

HTH,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

Attachment: signature.asc
Description: Digital signature


Reply to: