Peter S?rensen: > Hi, > > Until now I have used absolute paths when specifying fx a proxy : > > config_dir = /mx1/etc/postfix > relay_recipient_maps = > proxy:mysql:$config_dir/mysql/mysql-relayslacker-maps.cf > > proxy:mysql:$config_dir/mysql/mysql-relayrecipient-maps.cf > > > I would like to avoid this and instead use relative paths.
The "current" directory of Postfix not documented. There is no promise that this directory will always have the same value. There is not even a promise that all Postfix programs use the same "current" directory. In other words, the behavior of programs that depend on relative pathnames is not supported, and if those programs break, then it is not the fault of Postfix. Wietse