Just a small command to grab a Dovecot configuration :
perl -ne '/^\s*#/ || print' /etc/dovecot/dovecot.conf | egrep '([:alphanum:]|})'
which results in the display of something like :
Did you see that ludicrous display last night?
Just a small command to grab a Dovecot configuration :
perl -ne '/^\s*#/ || print' /etc/dovecot/dovecot.conf | egrep '([:alphanum:]|})'
which results in the display of something like :