电子邮件备忘录
不同的 mail provider 会提供不同的 mail software & service.
这里特别记入一下,作为以后的记忆钥匙。
Exabyte 使用的是 smartermail professional
缺点是
-only auto forward to own domain Email ( Gmail can't )
-all email share 6GB size for sharing hosting.
Arvixe 使用的是 squirrelmail
缺点是
-only can auto forward to 1 email account
-don have administrator Email ( create email must through cpanel )
smartermail 比较优秀,但是目前我过度依赖 Arvixe 的 SQL server 所以只能用 squirrelmail 了。
最大的问题应该就是他没有 administrator email , 所以只能通过 cpanel 来添加 email account or change password.
这就很不方便了。
目前的idea 是叫顾客再买一个 google Gmail for work 然后把domain point to gmail , 不使用 squirrelmail .
last step setup : http://blog.arvixe.com/dnp-dotnetpanel-setup-google-apps-mx-cname-and-spf-records/
这里谈谈 auto reply & forward .
基本上 provider 只关心不要死循环,其它的并没有很站在用户体验的去设计逻辑。
在 Arvixe auto reply 死循环是通过时间来防止的,就是说 A send to B , 如果是第一次 B 就auto reply , 然后记入起来,短期内就不 auto reply 给 A 了。
这样就停止循环了。
体验不好的现象,比如 A and B email 都有auto reply .
A -> B (当B收到mail后就auto reply to A,这是对的)
B auto reply -> A (当A收到 auto reply mail 之后就 auto reply B , 这是不对的了)
A auto reply -> B (这是第2封了,所以就不再auto reply 了)
在 Arvixe auto forward , 死循环是通过限制forward 的次数来防止的, 就是说 A->B->C->D (不能再 -> E 了,你写了他也不会forward了)
基本上只能被 forward 2 次 .
体验不好的现象
A -> B ( B 设置了auto forward to A )
B auto forward -> A (这就不对了,我刚寄给你,你又forward回给我,搞飞机啊) , (假设A 设置了 auto forward to B)
A auto forward -> B (一错再错咯 昏掉. 然后 B 不会再forward 回去A 了 ,因为已经被 forward 2 次了.)
很瞎吧,不过可能只是 Arvixe这样而已啦 .
更新 :
Gmail set 多个 account and filter
Gmail set filter :
setting -> filters -> add new filter -> select search logic -> select action
refer : https://productforums.google.com/forum/#!topic/gmail/9BbODMU0kxQ (Img 如何support)
Gmail set many account
refer : https://www.youtube.com/watch?v=4sWnKHLFwg8
refer : http://email.about.com/od/gmailtips/ss/get_hotmail_pop.htm
Exabytes outgoing is 587
Arvixe is 26
incoming same : 110