Skip to content

Commit c588341

Browse files
conradevdinhvh
authored andcommitted
Added POBox to the list of providers (#1603)
1 parent 950c5cf commit c588341

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

resources/providers.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,40 @@
11
{
2+
"pobox": {
3+
"servers": {
4+
"imap": [
5+
{
6+
"port": 993,
7+
"hostname": "mail.pobox.com",
8+
"ssl": true
9+
}
10+
],
11+
"pop": [
12+
{
13+
"port": 995,
14+
"hostname": "mail.pobox.com",
15+
"ssl": true
16+
}
17+
],
18+
"smtp": [
19+
{
20+
"port": 587,
21+
"hostname": "smtp.pobox.com",
22+
"starttls": true
23+
}
24+
]
25+
},
26+
"mx-match": [
27+
"mx-1\\.pobox\\.com",
28+
"mx-2\\.pobox\\.com",
29+
"mx-3\\.pobox\\.com",
30+
"mx-1\\.rightbox\\.com",
31+
"mx-2\\.rightbox\\.com",
32+
"mx-3\\.rightbox\\.com"
33+
],
34+
"domain-match": [
35+
"pobox\\.com"
36+
]
37+
},
238
"hushmail": {
339
"servers": {
440
"imap": [

0 commit comments

Comments
 (0)