On Mon, Oct 21, 2013 at 3:51 PM, Gilles Chehade <[email protected]> wrote:
>
> an operating
> system we must guess, with an opensmtpd version we must guess, on a proc
> we must guess...
Latest snapshot. Linux 3.11.6. Config follows below:
pki frisell.zx2c4.com certificate "/etc/opensmtpd/certs/frisell.crt"
> pki frisell.zx2c4.com key "/etc/opensmtpd/certs/frisell.key"
> pki frisell.zx2c4.com dhparams "/etc/opensmtpd/certs/frisell.dh"
> table smtpauth file:/etc/opensmtpd/auth.txt
> table smtpdomains file:/etc/opensmtpd/domains.txt
> table smtpaddresses file:/etc/opensmtpd/addresses.txt
> table helonames { 127.0.0.1 = localhost, 192.95.5.64 = frisell.zx2c4.com }
> listen on eth0 tls pki frisell.zx2c4.com hostname frisell.zx2c4.com
> listen on eth0 port 587 tls-require pki frisell.zx2c4.com auth <smtpauth>
> tag submission hostname frisell.zx2c4.com mask-source
> listen on lo port 10028 tag dkim hostname frisell.zx2c4.com mask-source
> accept tagged submission for any relay via smtp://127.0.0.1:10027 source
> 127.0.0.1 hostnames <helonames>
> accept from any for domain <smtpdomains> virtual <smtpaddresses>
> forward-only
> accept tagged dkim for any relay source 192.95.5.64 hostnames <helonames>
> accept from local for any relay source 192.95.5.64 hostnames <helonames>