mailautoconf/src/sample-config/services.sample.ini

22 lines
370 B
INI
Raw Normal View History

[InMail]
Type = "IMAP"
Server = "imap.example.com"
Port = 993
SocketType = SSL
Authentication = password-cleartext
[OutMail]
Type = "SMTP"
Server = "smtp.example.com"
Port = 465
SocketType = SSL
Authentication = password-cleartext
[CalDav]
Server = "https://caldav.example.com/etc/etc/"
Port = 443
[CardDav]
Server = "https://carddav.example.com/etc/etc/"
Port = 443