Displaying 1 result from an estimated 1 matches for "uofr".
2007 Jan 26
1
Ubuntu, Exim, deliver: permissions/setgid problem
...allow group mail
access to the auth socket, and be done with it. But this is prevented
from working since it insists on resetting back to the user's primary group.
Thanks,
Sam Hathaway
The relevent section of my dovecot.conf looks like this:
protocol lda {
postmaster_address = postmaster at uofr.net
log_path = /var/log/dovecot-lda.log
}
auth default {
mechanisms = plain
socket listen {
master {
path = /var/run/dovecot-auth-master
mode = 0660
group = mail
}
}
# ... (other auth config directives here)
}
And the relevent parts of my exim4.conf are as follows:
# in...