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
<ed...@pettijohn-web.com> 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. 
> > 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,
> > Bryan
>
>
> I'm using mysql tables. It makes everything so simple.
>
>
> Edgar
>
> > Sent from my iPhone
> >
> >> On Nov 4, 2018, at 10:01 AM, Edgar Pettijohn III <ed...@pettijohn-web.com> 
> >> wrote:
> >>
> >> 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 <virtuals> maildir "/path/to/maildir"
> >>
> >> right:
> >>
> >> action act01 maildir "/path/to/maildir" virtual <virtuals>
> >>
> >> wrong:
> >>
> >> match for any action act02 # relay rule
> >>
> >> right:
> >>
> >> match auth from any for any action act02 # needed the auth keyword and 
> >> apparently from any
> >>
> >>
> >> thanks,
> >>
> >>
> >> Edgar
> >>
> >>
> >> --
> >> 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

Reply via email to