作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
似乎我的全能别名不起作用。
当我使用
postmap -q test@example.org mysql:/etc/postfix/mysql-virtual-alias-maps.cf
postmap -q jack@example.org mysql:/etc/postfix/mysql-virtual-alias-maps.cf
john@example.org.
query= SELECT destination FROM virtual_aliases WHERE source='%s'
id domain_id source destination
5 1 @example.org john@example.org
7 1 john@example.org john@example.org
8 1 jack@example.org john@example.org
id name
1 example.org
id domain_id password email
1 1 pwd john@example.org
最佳答案
您的 mysql
查询应该是
SELECT destination FROM virtual_aliases WHERE source='%s'
UNION ALL
SELECT destination FROM virtual_aliases WHERE source='@%d'
AND NOT EXISTS (SELECT destination FROM virtual_aliases WHERE source='%s')
关于postfix-mta - 使用 mysql 在 postfix 中配置全能别名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23713295/
我正在尝试在 vim 中使用动态 SQL 自动完成(全方位菜单)功能,但它不起作用。 我在 Linux Mint 上使用 Yakuake 终端,以及 DBext vim plugin正在工作。 我可以
我正在尽力按照此处的安装说明进行操作:http://vim.sourceforge.net/scripts/script.php?script_id=1785 ,但我无法让它工作,而且看起来有点模糊。
我是一名优秀的程序员,十分优秀!