Added two domains and a service.

This commit is contained in:
Kevin Smith 2018-02-11 11:26:33 -05:00
parent 4ca6624d4e
commit e69e479323
2 changed files with 3 additions and 0 deletions

View File

@ -100,3 +100,5 @@ yandex.kz,imap.yandex.com,993.00,smtp.yandex.com,465.00,,,
yandex.ua,imap.yandex.com,993.00,smtp.yandex.com,465.00,,,
ya.ru,imap.yandex.com,993.00,smtp.yandex.com,465.00,,,
narod.ru,imap.yandex.com,993.00,smtp.yandex.com,465.00,,,
muny.us,mail.muny.us,993,mail.muny.us,465,INBOX,Drafts,Sent
billycarlyle.uk,mail.muny.us,993,mail.muny.us,465,INBOX,Drafts,Sent

1 ADDRESS IMAP imap port SMTP smtp port spoolfile postponed record
100 yandex.ua imap.yandex.com 993.00 smtp.yandex.com 465.00
101 ya.ru imap.yandex.com 993.00 smtp.yandex.com 465.00
102 narod.ru imap.yandex.com 993.00 smtp.yandex.com 465.00
103 muny.us mail.muny.us 993 mail.muny.us 465 INBOX Drafts Sent
104 billycarlyle.uk mail.muny.us 993 mail.muny.us 465 INBOX Drafts Sent

View File

@ -6,3 +6,4 @@ SERVICE,IMAP,imap port,SMTP,smtp port,spoolfile,postponed,record
"Host Gator",gator4171.hostgator.com,993,gator4171.hostgator.com,587,INBOX,INBOX.Drafts,INBOX.Sent
"GoDaddy",imap.secureserver.net,993,smtpout.secureserver.net,465,,,
"Yandex",imap.yandex.com,993.00,smtp.yandex.com,465.00,,,
"Muny Mail",mail.muny.us,993,mail.muny.us,465,,,

1 SERVICE IMAP imap port SMTP smtp port spoolfile postponed record
6 Host Gator gator4171.hostgator.com 993 gator4171.hostgator.com 587 INBOX INBOX.Drafts INBOX.Sent
7 GoDaddy imap.secureserver.net 993 smtpout.secureserver.net 465
8 Yandex imap.yandex.com 993.00 smtp.yandex.com 465.00
9 Muny Mail mail.muny.us 993 mail.muny.us 465