1. Have dovecot logins update lastlog

    Two changes are needed to have dovecot update lastlog when a user logins with either imap or pop3.

    In /etc/dovecot/cond.d/auth-system.conf.ext enable PAM sessions

    passdb {
      driver = pam
      args = session=yes dovecot
    

    Then, enable the lastlog module in the dovecot PAM configuration at /etc/pam.d …

    read more
  2. Interface teaming with nmcli

    Published: Mon 28 December 2015
    By Jon M

    In misc.

    Create the team interface

    This creates a new team interface named team0 and sets runner (bond mode) to lacp. In these examples the name of the interface is team0 - this is entirely for personal tastes. The connection name can be anything, using team simply makes things easier to follow.

    $ nmcli …
    read more

« Page 3 / 3

links

social