Hello everyone, I'd appreciate experienced opensmtpd users tell me if I'm understanding well the mechanism in the following rule.
Currently, in my smtpd.conf I have this line: accept from any for domain <vdomains> virtual <valiases> deliver to mbox But since all keys in my "valiases" table are full email addresses, in the form: u...@example.org user I'm thinking the use of "vdomains" table is redundant. I could safely simplify the rule to: accept from any for any virtual <valiases> deliver to mbox Am I wrong in this assumption?