我在哪里可以find在Postfix master.cf中使用的所有参数/variables的列表?

在postfix master.cf中,有这样的条目(对于dovecot):

dovecot unix - nn - - pipe flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop} -n -m ${extension} 

据我了解,postfix提供了${sender}${user}${nexthop}${extension}类的variables,但我无法find所有可能参数列表的文档。 我需要知道是否有更多的variables比这些…因为我有问题按预期设置我的系统。 我正在寻找一个variables,表示一个电子邮件映射到虚拟邮箱用户名…

如果有人知道我在哪里可以find这样的清单,我会非常感谢!

非常感谢!

如您所见,命令名称是pipe 。 这是一个postfix内置的方式来发送邮件到外部程序,在这种情况下dovecot。

可接受的参数以及可用的variableslogging在其手册页中 。