On 3/13/2017 6:34 PM, Samuel Williams wrote: > I don't really want to add a full blown MySQL, PgSQL or LDAP daemon > for just 2-3 user accounts. It's not a primary function of the server > and adds a lot of overhead/surface area.
Consider using SQLite for this. No daemon, minimal config, yet real DBMS features. http://www.postfix.org/SQLITE_README.html http://www.postfix.org/sqlite_table.5.html Or craft some perl pre-processor for newaliases. -- Noel Jones