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.

I have tried setting the MAIL_CONFIG = /mx1/etc/postfix and then:

relay_recipient_maps =  proxy:mysql:mysql/mysql-relayslacker-maps.cf
                                    
proxy:mysql:mysql/mysql-relayrecipient-maps.cf
  

and hoped that the paths was taken relative to MAIL_CONFIG

Do I always need to use absolute paths?

best regards

Peter Sørensen

University of Southern Denmark
email: [email protected]

Reply via email to