/usr/share/doc/lastpass-cli/examples/msmtprc is in lastpass-cli 1.0.0-1.2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | defaults
account default
host companymailserver.example.com
port 587
auth on
user someuser
passwordeval lpass Email/companysmtp/someuser
tls on
tls_fingerprint SOME_TLS_FINGERPRINT
tls_certcheck on
from someuser@example.com
domain acomputer.example.com
logfile ~/.msmtp.log
|