| Author |
Message |
caveman
Joined: 11 Jul 2006
Posts: 5
|
| Posted: Wed Aug 30, 2006 4:03 pm Post subject: Ip address required? |
|
|
| Is it possible to setup an SMTP and POP server on linode 80 with just a single Ip address? (I saw another thread where someone stated they had Qmail with linode 80, but I want to be sure before I start.) |
|
| Back to top |
|
Xan
Joined: 08 Feb 2004
Posts: 310
Location: Austin
|
| Posted: Wed Aug 30, 2006 10:37 pm Post subject: |
|
|
| Short answer: yes. :-) |
|
| Back to top |
|
schmichael
Joined: 14 Mar 2004
Posts: 116
Location: Peoria, IL
|
| Posted: Thu Aug 31, 2006 8:33 am Post subject: |
|
|
Slightly less short answer: yes because they use two different ports. POP3 uses port 110 and SMTP uses port 25.
I would highly recommend being very comfortable with how the following work before attempting to setup your own mail server:
TCP Ports
SMTP
POP3
and last but not least:
Open relays |
|
| Back to top |
|
anderiv
Joined: 27 Apr 2004
Posts: 129
|
| Posted: Thu Aug 31, 2006 1:27 pm Post subject: |
|
|
untitled9 wrote: and last but not least:
Open relays
Well put. |
|
| Back to top |
|
rjp
Joined: 15 Aug 2003
Posts: 102
|
| Posted: Thu Aug 31, 2006 7:25 pm Post subject: |
|
|
It's also a good idea to learn about SMTP AUTH and SSL.
If you can use an authenticated connection over an encrypted link, you don't have to worry about your ISP blocking port 25 (SMTP-over-SSL uses 465). Using POP3 or IMAP with SSL is also a win.
If you're only worried about providing service to yourself or a small group, you can make your own self-signed certificates (or, create your own Certificate Authority) and avoid forking over money to Verisign. |
|
| Back to top |
|
| |