[6.4] New Syntax is running well...

2018-11-04 Thread Olivier Burelli
Hello all. I just upgraded to OpenBSD 6.4 with OpenSMTPD 6.4. The previous configuration file was built according to : http://technoquarter.blogspot.com/ https://frozen-geek.net/openbsd-email-server-1/ It works and seems to respect the objectives : Incoming mail: pf -> relay to spamd -> send

aliases with + filtering

2018-11-04 Thread Daniel Jakots
Hi, My conf is basically table aliases db:/etc/mail/aliases.db action "local" maildir alias match from any for domain "chown.me" action "local" Previously it was table aliases db:/etc/mail/aliases.db accept for local alias deliver to maildir accept from any for domain chown.me alias de

Re: upgrade to 6.4

2018-11-04 Thread Matt Schwartz
How many users do you have on your server, Edgar? I've found the best solution to be simple text files. On Sun, Nov 4, 2018 at 3:37 PM Edgar Pettijohn III wrote: > > > On 11/4/18 2:32 PM, Bryan Harris wrote: > > I made the exact same mistake of not using “from any” on my relay rule. > > Scratch

Re: upgrade to 6.4

2018-11-04 Thread Edgar Pettijohn III
On 11/4/18 2:32 PM, Bryan Harris wrote: I made the exact same mistake of not using “from any” on my relay rule. Scratching my head reading the rule trace was a good learning experience. I still don’t understand how to correctly setup virtuals like you’re doing. Instead I’m using aliases. Can

Re: upgrade to 6.4

2018-11-04 Thread Bryan Harris
I made the exact same mistake of not using “from any” on my relay rule. Scratching my head reading the rule trace was a good learning experience. I still don’t understand how to correctly setup virtuals like you’re doing. Instead I’m using aliases. Can you share your virtual match rule? V/r, Br

upgrade to 6.4

2018-11-04 Thread Edgar Pettijohn III
I hadn't upgraded to 6.4 yet, because I was scared of the new config changes. However, it was relatively painless. Here are the two mistakes I made and the corrected versions in case it helps others. wrong: action act01 virtual maildir "/path/to/maildir" right: action act01 maildir "/path/t