Gentoo Archives: gentoo-user

From: kashani <kashani-list@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] SSL CUPS and SMTP on port 587
Date: Mon, 18 Feb 2008 20:19:04
Message-Id: 47B9E830.1080207@badapple.net
In Reply to: Re: [gentoo-user] SSL CUPS and SMTP on port 587 by Grant
1 Grant wrote:
2 > Here's my main.cf (I'm using postgrey):
3 >
4 > mydestination = mydomain.com
5 > setgid_group = postdrop
6 > smtpd_recipient_restrictions =
7 > permit_mynetworks,
8 > check_policy_service inet:127.0.0.1:10030
9 > reject_unauth_destination,
10 > permit
11 > virtual_alias_maps = hash:/etc/postfix/virtual
12 > message_size_limit = 20480000
13 > smtpd_tls_security_level = may
14 > smtpd_tls_auth_only = yes
15 > smtpd_tls_key_file = /etc/ssl/postfix/server.key
16 > smtpd_tls_cert_file = /etc/ssl/postfix/server.crt
17 > smtpd_tls_CAfile = /etc/ssl/postfix/server.pem
18 > smtpd_tls_session_cache_timeout = 3600s
19 > tls_random_source = dev:/dev/urandom
20 >
21 > How does that look?
22
23 Where is your mynetwork statement. You need to have at least 127.0.0.1
24 in it or locally generated emails won't be able to relay.
25
26 kashani
27
28 --
29 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] SSL CUPS and SMTP on port 587 Grant <emailgrant@×××××.com>