modoboa / modoboa-installer

An installer for Modoboa
MIT License
255 stars 135 forks source link

Modoboa should use a database query for last login #473

Open Toniob opened 1 year ago

Toniob commented 1 year ago

Hi,

Modoboa currently uses a script to update the last login of a user. Dovecot supports database queries to do the same. Modoboa should make use of that : https://doc.dovecot.org/configuration_manual/lastlogin_plugin/ .

Spitfireap commented 1 year ago

Hi, thank you for the proposition. Can you do it ?

tonioo commented 1 year ago

@Spitfireap That's something we discussed with @Toniob , I'll do it

tonioo commented 1 year ago

As a reminder, we need to complete the user model by adding 2 fields : remote ip and service if we want to use this plugin