Line Yoble
Verified User
- Joined
- Feb 4, 2009
- Messages
- 38
Hello,
On my first truly installed domain on my dedicated server with DA, I'm not able to send emails via my Outlook 2003 client.
Here are the facts :
- I can't telnet to mail.mydomain port 25 (connection refused) from ouside my server
- I can telnet the same subdomain / port inside my server (via SSH)
- iptables --list has the following same line for chain INPUT and chain OUTPUT
ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
- I can send messages from the mailbox I want to use with RoundCube
- I can POP incoming messages with Outlook
- All Outlook mailbox smtp parameters are checked again and again (I have tested without anay identification, with poping the inbox before and with the same identification as for pop).
- The result of a nmap command launched from another server is
PORT STATE SERVICE
20/tcp closed ftp-data
21/tcp open ftp
25/tcp open smtp <- SMTP port seems to be open for outside connections
53/tcp open domain
80/tcp open http
110/tcp open pop3
143/tcp open imap
443/tcp open https
995/tcp open pop3s
8443/tcp closed https-alt
Any idea ? Is my iptables configuration wrong ? Or is there any other problem I don't understand ?
Thanks.
Line.
On my first truly installed domain on my dedicated server with DA, I'm not able to send emails via my Outlook 2003 client.
Here are the facts :
- I can't telnet to mail.mydomain port 25 (connection refused) from ouside my server
- I can telnet the same subdomain / port inside my server (via SSH)
- iptables --list has the following same line for chain INPUT and chain OUTPUT
ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
- I can send messages from the mailbox I want to use with RoundCube
- I can POP incoming messages with Outlook
- All Outlook mailbox smtp parameters are checked again and again (I have tested without anay identification, with poping the inbox before and with the same identification as for pop).
- The result of a nmap command launched from another server is
PORT STATE SERVICE
20/tcp closed ftp-data
21/tcp open ftp
25/tcp open smtp <- SMTP port seems to be open for outside connections
53/tcp open domain
80/tcp open http
110/tcp open pop3
143/tcp open imap
443/tcp open https
995/tcp open pop3s
8443/tcp closed https-alt
Any idea ? Is my iptables configuration wrong ? Or is there any other problem I don't understand ?
Thanks.
Line.
Last edited: