Multiple scripts with postlogin

2023-03-01 Thread Dan Conway
Hello, I'm having trouble understanding how to execute separate scripts with postlogin. According to the documentation, it should be as simple as: You can run multiple post-login scripts by just giving multiple scripts as parameters to|script-login|, for example: executable = script-login raw

Director hashing

2022-10-13 Thread Dan Conway
Hello all, I have a 2 node director setup that uses checkpassword for authentication as well as backend assignment through director tags. director_servers    = 192.168.1.10 192.168.1.20 director_mail_servers    = 192.168.2.10@srv1 192.168.2.11@srv2 checkpassword writes the fol

Extracting CLIENTID information from checkpassword or postlogin scripting

2022-01-17 Thread Dan Conway
Hello, When extracting client_id information from the client connection (i.e. setting imap_id_log = *) the information is directly logged by Dovecot as such: ID sent: name=Thunderbird, version=91.5.0 My question is, Is it possible to export/set this information in a checkpassword script or a

Creating/Learning about services

2021-08-25 Thread Dan Conway
Hello, I'm currently researching how services work within Dovecot and what scope these services are capable of. For example, I created a service as such: service myservice {   executable = /home/me/executable   type  = worker   unix_listener myservice {     mode = 0666   } } When da

Monitoring of director back end nodes

2021-07-29 Thread Dan Conway
Hello, When working with director, the state of the backend nodes are not checked by Dovecot. The state always remains as "up". I understand that there are external applications documented that monitor backend nodes, and changes the state of them to "down" if they become unresponsive. The que

Re: Disable authentication for submission service

2021-07-28 Thread Dan Conway
-understanding-ports-25-465-587/ <https://www.mailgun.com/blog/which-smtp-port-understanding-ports-25-465-587/> On July 28, 2021 6:10:28 AM AKDT, Dan Conway wrote: Hello, Is it possible to disable the requirement for authentication on the submission service? I'm trying

Disable authentication for submission service

2021-07-28 Thread Dan Conway
Hello, Is it possible to disable the requirement for authentication on the submission service? I'm trying to require authentication for all, except for a handful of IP addresses. Thank you. ehlo test.com 250-aaa 250-AUTH PLAIN LOGIN 250-BURL imap 250-CHUNKING 250-DSN 250-ENHANCEDSTATUSCODES

BDAT to DATA translation on submission service when checkpassword is involved

2021-07-22 Thread Dan Conway
Hello, I'm having issues with Dovecot translating "BDAT" commands (CHUNKING) into "DATA" commands when the backend does not support it in the submission service. I use "checkpassword" to authenticate users and judging by older mailing list entries the presence of "submission_*" directives mus

Quota warning invoked twice when moving messages to Trash folder

2021-04-20 Thread Dan Conway
Hello all, I currently have quota warnings enabled through the following configuration on Dovecot 2.2.19: plugin {   quota = dict:User quota::file:%h/Maildir/dovecot-quota   quota_warning  = storage=100%% quota-warning 100 %u %{userdb:quota_rule} %i   quota_warning2 = storage=95%% quota-warn

Sending alert to client after quota has reached 100%

2021-04-19 Thread Dan Conway
Hello all, I hope you are doing well. In regards to the quota_warning configuration, more specifically when an email is sent to the user when quota has passed a certain percentage, i.e.: quota_warning = #quota_warning2 = ... #quota_warning3 = ..etc.. Is it possible to communicate with the