check specific account with:
fetchmail -u
Tag: email
msmtp – config
To add the capability of sending email from any host I decided to install msmtp-mta on any host that does not include a full email server. The config is done in the file: /etc/msmtprc
and here is the contents:
account default
host cubietruck.steppenwolf.de
auto_from on
maildomain steppenwolf.de
tls on
tls_trust_file /etc/CA/cert.pem
Tine 2.0 Setup
To enable SMTP and IMAP support in Tine 2.0 the following points must be followed:
- enable system account in the setup (Systemkonto verwenden)
- the login name and password must be identical in Tine as well as on the email server
The setup of Tine 2.0 itself is straight forward and following the general installation guide.