Re: Passing information from passdb to userdb

2017-11-21 Thread Aki Tuomi
The best way to is to use auth_request_set_userdb_field(request, key, value); and it will be available in userdb. Aki On 22.11.2017 01:57, Qmail wrote: > I'm trying to hack together a new authentication back-end and I wanted to > know if it's possible to pass values from passdb to userdb in

Re: Log rotation and combining...

2017-11-21 Thread SH Development
No, I’m not using selinux. I didn’t set up the logging to be under /home so I don’t know why it’s going there. I do know it’s been there for many years. Hence, my question about where it SHOULD be and if it can be combined with the maillog. Ethon > On Nov 18, 2017, at 9:47 AM, Tom Hendrikx

Passing information from passdb to userdb

2017-11-21 Thread Qmail
I'm trying to hack together a new authentication back-end and I wanted to know if it's possible to pass values from passdb to userdb in the auth_request structure at authentication time. I modified struct auth_request in auth-request.h to contain a new variable and it gets set properly in my

Re: Errors installing on Ubuntu 17.04

2017-11-21 Thread Jeff Kletsky
On 11/21/17 5:20 AM, Someone wrote: On Tue, 21/11/17, Jeff Kletsky wrote: On 11/20/17 1:58 PM, Someone wrote: > I've been struggling with this on and off for a while now. Upon attempting to install Dovecot on Ubuntu 17.04 I get the following errors [...]

set parameter per user

2017-11-21 Thread A. Schulze
Hello, My dovecot server (2.2.33.2) work with "lmtp_save_to_detail_mailbox = no" Now I would like to enable the feature for /some/ users. Is that an option that could be set from an LDAP entry? I tried the following: modify my ldap schema to allow an optional attribute

Re: Errors installing on Ubuntu 17.04

2017-11-21 Thread Someone
On Tue, 21/11/17, Jeff Kletsky wrote: > On 11/20/17 1:58 PM, Someone wrote: > > > I've been struggling with this on and off for a while now. Upon > > attempting to install Dovecot on Ubuntu 17.04 I get the following errors [...] > "Hint: Some lines were ellipsized,

Re: home folder for virtual users with autoexpunge setting

2017-11-21 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 21 Nov 2017, fe...@kngnt.org wrote: dovecot-acl-list dovecot.list.index.log dovecot.mailbox.log.2 dovecot-uidvalidity.51e5857f storage dovecot.list.index dovecot-uidvalidity dovecot.mailbox.log mailboxes subscriptions Which ones should I

Re: home folder for virtual users with autoexpunge setting

2017-11-21 Thread felix
Hi Steffen, Thank you very much for your answer, I did not know I was supposed to have that home folder. I have moved everything on the folder /* to /mail. I have restarted dovecot and nothing seems to be broken. However, I see I have the following files inside /mail : dovecot-acl-list

macros in config support

2017-11-21 Thread Arkadiusz Miśkiewicz
Hi. Is there any support for macros in dovecot configuration - user defined macros? For example: server-config.conf: %define my_db_name "aaa" %define my_db_host "db.example.com" %define my_db_pass "sdfdsfsdfsdf2313" %define server_id 10 %define something blabla ... dovecot-sql.conf: