Displaying 1 result from an estimated 1 matches for "mail_guid".
Did you mean:
mail_gid
2009 Sep 03
2
mail_uid and mail_gid are not set in environment (for expire-tool and so)
...d to find other doc or comments about
my issue, but failed to. If the following has already been discussed, please
simply reply with a URL to the corresponding thread or doc ;-)
Now that I have covered my ass, here is the problem I meet.
In dovecot.conf, I have the following:
mail_uid = vmail
mail_guid = vmail
which is confirmed with 'dovecot -n'
I have a script my-expire-tool-test containing:
#!/bin/sh
set
which basically only display environment variables.
When I run :
/usr/sbin/dovecot --exec-mail ext my-expire-tool-test
I do not see any variable MAIL_UID nor MAIL_GID. As a con...