Re: daemon keeps dieing

2016-01-25 Thread Edgar Pettijohn
Sorry for the delay.  Here is my config partially obfuscated to protect 
the innocent.

OpenSMTPD 5.7.3
Extras 5.7.1
I had intended on testing a new snapshot to see if that would fix it, 
but I haven't had time as of yet.



table aliases db:/etc/mail/aliases.db
table vusers passwd:/etc/mail/users
table vdomains db:/etc/mail/domains.db
table hnames db:/etc/mail/hostnames.db
table creds file:/etc/mail/creds

filter inbound spamassassin

geo_mail = "x.x.x.x"
pj_mail = "108.61.222.55"

bounce-warn 1h, 6h, 2d
expire 3d

pki mail.pettijohn-web.com certificate "/etc/ssl/mail.pettijohn-web.com.crt"
pki mail.pettijohn-web.com key "/etc/ssl/private/mail.pettijohn-web.com.key"

pki mail.obfuscate.com certificate "/etc/ssl/mail.obfuscate.com.crt"
pki mail.obfuscate.com key "/etc/ssl/private/mail.obfuscate.com.key"

listen on lo0
listen on lo0 port 10029 tag DKIM_OUT

listen on $geo_mail tls pki mail.obfuscate.com hostnames  
auth-optional  \

filter inbound
listen on $geo_mail port submission tls-require pki mail.obfuscate.com 
hostnames  \

auth  tag GOOD_GEO

listen on $pj_mail tls pki mail.pettijohn-web.com hostnames  
auth-optional  \

filter inbound
listen on $pj_mail port submission tls-require pki 
mail.pettijohn-web.com hostnames  \

auth  tag GOOD_PJ


accept tagged DKIM_OUT for domain  userbase  alias 
 deliver to mda \

"/usr/local/libexec/dovecot/dovecot-lda -f %{sender} -d %{dest}"
accept tagged DKIM_OUT for any relay
accept tagged GOOD_PJ for any relay via smtp://127.0.0.1:10030
accept tagged GOOD_GEO for any relay hostname mail.obfuscate.com
accept from any for domain  userbase  alias  
deliver to mda \

"/usr/local/libexec/dovecot/dovecot-lda -f %{sender} -d %{dest}"


On 01/24/16 14:04, Joerg Jung wrote:

See: https://www.mail-archive.com/misc@opensmtpd.org/maillist.html

especially Gilles reply on 22.1. and my on 20.1.

On Sun, Jan 24, 2016 at 11:32:53AM -0600, Edgar Pettijohn wrote:

Bump

Sent from my iPhone


On Jan 22, 2016, at 1:05 PM, Edgar Pettijohn  wrote:

I think something is wrong wit the list. Based on the subject this should be my 
original message. This is the first I've seen it. Could someone please forward 
me the complete thread?

Thanks

Edgar

Sent from my iPhone


On Jan 22, 2016, at 6:46 AM, Gilles Chehade  wrote:

On Fri, Jan 22, 2016 at 11:39:47AM +, G B wrote:
After unsubscribing I'm still getting email from opensmtpd.org.

Hi,

According to mlmmj, you requested unsubscribe Tuesday Jan 19 at 12:22:53
but did not confirm later on, I'll unsubscribe you manually

Gilles

--
Gilles Chehade

https://www.poolp.org  @poolpOrg

--
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

--
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org


--
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org




--
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org



Unix users and Virtual users

2016-01-25 Thread Mik J
version: OpenSMTPD 5.4.4
Hello,I already asked a similar question a long time ago but OpenSmtp has 
changed a lot since then.
a) For the same domain domain.xx, I would like that both, my unix user 
r...@domain.xx and my virtual user v...@domain.xx, receive mails.Do I have to 
make my domain domain.xx virtual or is there a way to handle both unix and 
virtual users at the same time ?
b) In the case I have to make this domain.xx virtual only, I'll have to create 
a unix account like _vmail ?
Thank you