Hi Is there a way to set environment variables for the auth process? All I found for now is to replace it by a shell script that sets variables and then launch the real auth, but I wonder if there is a better way. -- Emmanuel Dreyfus manu at netbsd.org
On 18.1.2013, at 13.39, Emmanuel Dreyfus <manu at netbsd.org> wrote:> Is there a way to set environment variables for the auth process? All > I found for now is to replace it by a shell script that sets variables > and then launch the real auth, but I wonder if there is a better way.dovecot.conf: import_environment = TZ FOO Start dovecot: FOO=bar dovecot