This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
picoenterprise:mta-mailstore-centos [2017/04/07 16:42] Luc Nieland |
picoenterprise:mta-mailstore-centos [2017/04/07 17:03] (current) Luc Nieland |
||
---|---|---|---|
Line 166: | Line 166: | ||
===== Dovecot ===== | ===== Dovecot ===== | ||
+ | |||
+ | //The SE-Linux configuration is out of the scope of this howto.// | ||
+ | |||
Hostname: vps2.laboratory.local | Hostname: vps2.laboratory.local | ||
Line 343: | Line 346: | ||
- | Make a connection with each mailbox with a MUA (mutt or Thunderbird) first **before** sending mail to the LMTP-connection. This will let Dovecot create the mailfolder structure for the mailbox to be stored. | + | Make a connection with each mailbox with a MUA (mutt or Thunderbird) first **before** sending mail to the LMTP-connection. This will let Dovecot create the mailfolder structure for the mailbox to be stored. See: /var/dovecot/data/ (each username has it's own directory here). |
Connect info for the MUA: | Connect info for the MUA: | ||
Line 350: | Line 353: | ||
loginname = sv | loginname = sv | ||
+ | |||
+ | Test with: | ||
+ | telnet vps1.laboratory.local 25 | ||