[Dovecot] mobile phone access to dovecot
I didn't find anything interesting in the search, so I just wanted to see what other people have done (or thought about doing).
I'd like to be able to access my dovecot server via IMAP, from the Internet, using the integrated e-mail client from a smart phone. I'm very concerned about security and don't feel comfortable just poking holes into the firewall for direct access from the Internet. Is there a better way to do this?
Thanks.
-- View this message in context: http://old.nabble.com/mobile-phone-access-to-dovecot-tp29342338p29342338.htm... Sent from the Dovecot mailing list archive at Nabble.com.
On Qua, 04 Ago 2010, casanova99 wrote:
I didn't find anything interesting in the search, so I just wanted to see what other people have done (or thought about doing).
I'd like to be able to access my dovecot server via IMAP, from the Internet, using the integrated e-mail client from a smart phone. I'm very concerned about security and don't feel comfortable just poking holes into the firewall for direct access from the Internet. Is there a better way to do this?
The IMAP server is in your home machine, not a dedicated server, right?
Anyway, if you need to access it, you'll need to open your machine up
for connections. If you can isolate the IPs you'd be connecting from,
you can restrict access to them.
-- QOTD: "When she hauled ass, it took three trips."
Eduardo M KALINOWSKI eduardo@kalinowski.com.br
Dovecot runs on its own VM in my environment.
I considered MAC address filtering at the firewall but wanted to see if there was any IMAP proxy or IMAP forwarding piece that could sit in a DMZ.
The IMAP server is in your home machine, not a dedicated server, right?
Anyway, if you need to access it, you'll need to open your machine up
for connections. If you can isolate the IPs you'd be connecting from,
you can restrict access to them.
-- View this message in context: http://old.nabble.com/mobile-phone-access-to-dovecot-tp29342338p29351527.htm... Sent from the Dovecot mailing list archive at Nabble.com.
On 8/3/2010 11:36 PM, casanova99 wrote:
I didn't find anything interesting in the search, so I just wanted to see what other people have done (or thought about doing).
I'd like to be able to access my dovecot server via IMAP, from the Internet, using the integrated e-mail client from a smart phone. I'm very concerned about security and don't feel comfortable just poking holes into the firewall for direct access from the Internet. Is there a better way to do this?
Thanks.
If you're using linux, learn how to secure it. Use Chrooting, iptables, and permissions for uid/gid putting each user in its own uid environment. using PAM, there is no need to worry about anything else other than the firewall (iptables); I would NOT use the NAT of your router but iptables instead as your NAT unlikely checks for malformed, spoofed, or invalid packets nor makes sure no new connections exceed a specified rate to achieve dos/ddos; the router would have to have 16MB of RAM and most only come with 8.
Dovecot is the MOST secure IMAP/POP3 server
participants (3)
-
casanova99
-
Eduardo M KALINOWSKI
-
Jerrale G