dovecot.conf, not ps config. Aki> On 19/08/2022 10:38 EEST Narcis Garcia <debianlists at actiu.net> wrote: > > > What config? > > I see no configuration file documented on ps manpage. > > > > Narcis Garcia > > __________ > I'm using this dedicated address because personal addresses aren't > masked enough at this mail public archive. Public archive administrator > should fix this against automated addresses collectors. > El 19/8/22 a les 9:33, 202107-dovecot at planhack.com ha escrit: > > Add `verbose_proctitle = yes` to your config to get usernames and IPs in the ps listing.
Do you mean ps is reading dovecot.conf ?! Narcis Garcia __________ I'm using this dedicated address because personal addresses aren't masked enough at this mail public archive. Public archive administrator should fix this against automated addresses collectors. El 19/8/22 a les 9:40, Aki Tuomi ha escrit:> dovecot.conf, not ps config. > > Aki > >> On 19/08/2022 10:38 EEST Narcis Garcia <debianlists at actiu.net> wrote: >> >> >> What config? >> >> I see no configuration file documented on ps manpage. >> >> >> >> Narcis Garcia >> >> __________ >> I'm using this dedicated address because personal addresses aren't >> masked enough at this mail public archive. Public archive administrator >> should fix this against automated addresses collectors. >> El 19/8/22 a les 9:33, 202107-dovecot at planhack.com ha escrit: >>> Add `verbose_proctitle = yes` to your config to get usernames and IPs in the ps listing.
(after setting and restarting service) $ cat /etc/dovecot/dovecot.conf | grep -ie 'include' !include_try /usr/share/dovecot/protocols.d/*.protocol # Most of the actual configuration gets included below. The filenames are !include conf.d/*.conf # A config file can also tried to be included without giving an error if !include_try local.conf $ cat /etc/dovecot/local.conf | grep -ie 'proctitle' verbose_proctitle = yes $ ps -axww | grep imap 24595 ? S 0:00 dovecot/imap 24596 ? S 0:00 dovecot/imap-login 24602 ? S 0:00 dovecot/imap 24635 pts/4 R+ 0:00 grep imap BUT LATER, YES. Usernames and IPs appear in ps list! Narcis Garcia __________ I'm using this dedicated address because personal addresses aren't masked enough at this mail public archive. Public archive administrator should fix this against automated addresses collectors. El 19/8/22 a les 9:40, Aki Tuomi ha escrit:> dovecot.conf, not ps config. > > Aki > >> On 19/08/2022 10:38 EEST Narcis Garcia <debianlists at actiu.net> wrote: >> >> >> What config? >> >> I see no configuration file documented on ps manpage. >> >> >> >> Narcis Garcia >> >> __________ >> I'm using this dedicated address because personal addresses aren't >> masked enough at this mail public archive. Public archive administrator >> should fix this against automated addresses collectors. >> El 19/8/22 a les 9:33, 202107-dovecot at planhack.com ha escrit: >>> Add `verbose_proctitle = yes` to your config to get usernames and IPs in the ps listing.