Dear list,

We have recently changed the user lookup from mysql to socketmap:

```
-virtual_alias_maps = mysql:/etc/postfix/mysql-virtual-alias-maps.cf, regexp:/etc/postfix/aliases
-virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
-virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
+virtual_alias_maps = socketmap:inet:127.0.0.1:10001:alias, regexp:/etc/postfix/aliases
+virtual_mailbox_domains = socketmap:inet:127.0.0.1:10001:domain
+virtual_mailbox_maps = socketmap:inet:127.0.0.1:10001:mailbox
```

For the delimiter, our configuration remained unchanged:

```
recipient_delimiter = +
```

The lookup itself is functional using socketmap, only that the delimiter is not working anymore: mails to [email protected] got rejected.

The mysql lookups defined in `mysql-virtual-mailbox-domains.cf` etc. assumed the delimiter to be stripped away already, such as this:
`query = SELECT 1 FROM virtual_domains WHERE name='%s'`

Would you know why the delimiter configuration does not get applied anymore when using socketmap as a backend? Is this a Bug?

Thank you very much for your support.

kind regards,
yena // systemli.org

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to