You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 118 of setup/mail-postfix.sh the sqlite query that retrieves the virtual-mailbox-domains for Postfix doesn't make sense to me. Could someone please explain what this query does?
I'm trying to do an integration with Mailman3, but need to see what the actual output of that query is, but I get no result when I run it. However, I do get a warning from Postfix: "warning: do not list domain <mydomainname> in BOTH virtual_mailbox_domains and relay_domains".
I have a couple of users in the users table, some aliases and some auto_aliases, but the SELECT 1 FROM users WHERE email LIKE "%%@%s" returns no results. Neither does the aliases or auto_aliases table with that LIKE condition.
Is this just a place holder for the real query or what's going on here?
Some assistance would be hugely appreciated!
The text was updated successfully, but these errors were encountered:
On line 118 of setup/mail-postfix.sh the sqlite query that retrieves the virtual-mailbox-domains for Postfix doesn't make sense to me. Could someone please explain what this query does?
I'm trying to do an integration with Mailman3, but need to see what the actual output of that query is, but I get no result when I run it. However, I do get a warning from Postfix:
"warning: do not list domain <mydomainname> in BOTH virtual_mailbox_domains and relay_domains"
.I have a couple of users in the users table, some aliases and some auto_aliases, but the
SELECT 1 FROM users WHERE email LIKE "%%@%s"
returns no results. Neither does the aliases or auto_aliases table with that LIKE condition.Is this just a place holder for the real query or what's going on here?
Some assistance would be hugely appreciated!
The text was updated successfully, but these errors were encountered: