Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Well now.
PostPosted: Tue Jan 04, 2011 7:02 pm 
Offline
Junior Member

Joined: Mon Jan 03, 2011 10:45 pm
Posts: 31
Im just going reboot the whole thing and start over. Thanks nmap is nice little tool just grabbed it.

Back in a bit after fresh install and after scan.


Top
   
 Post subject: Port Scan
PostPosted: Tue Jan 04, 2011 7:26 pm 
Offline
Junior Member

Joined: Mon Jan 03, 2011 10:45 pm
Posts: 31
On my end I see: (NOW)

Not shown: 993 closed ports
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
110/tcp open pop3
143/tcp open imap
993/tcp open imaps
995/tcp open pop3s
3306/tcp open mysql
Device type: general purpose
Running: Linux 2.6.X
OS details: Linux 2.6.19 - 2.6.26
Network Distance: 0 hops


Top
   
 Post subject:
PostPosted: Tue Jan 04, 2011 7:38 pm 
Offline
Senior Member
User avatar

Joined: Tue Apr 13, 2004 6:54 pm
Posts: 833
Are the imap services only bound to localhost ?

As root,
netstat -anp | grep LISTEN

_________________
Rgds
Stephen
(Linux user since kernel version 0.11)


Top
   
 Post subject: Results
PostPosted: Tue Jan 04, 2011 7:43 pm 
Offline
Junior Member

Joined: Mon Jan 03, 2011 10:45 pm
Posts: 31
the command returns:

tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 9988/dovecot
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 9988/dovecot
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9702/mysqld
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 9988/dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 9988/dovecot
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 6071/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 10086/master
tcp6 0 0 :::22 :::* LISTEN 6071/sshd


Top
   
 Post subject:
PostPosted: Tue Jan 04, 2011 7:51 pm 
Offline
Senior Member
User avatar

Joined: Tue Apr 13, 2004 6:54 pm
Posts: 833
OK, I can telnet to the pop3 (11) and imap (143) ports OK.

I can use "openssl s_client -connect your_domain_name:pop3s" (995) and ...:imaps (993) properly. Both the SSL versions report a self-signed certificate.

I can see an SMTP server on port 25.

So all the services are listening and responding.

_________________
Rgds

Stephen

(Linux user since kernel version 0.11)


Top
   
 Post subject: Cert
PostPosted: Tue Jan 04, 2011 8:07 pm 
Offline
Junior Member

Joined: Mon Jan 03, 2011 10:45 pm
Posts: 31
Yeah its just the self signed postfix cert. Im the only one who will have access to the email so not a big deal right now. But i still get the same s#!t with outlook and thunderbird. Am i a complete idiot? LOL ok you dont have to answer that question :)


Task 'dave@jobied.com - Receiving' reported error (0x800CCC92) : 'Your e-mail server rejected your login. Verify your user name and password in your account properties. Under Tools, click E-mail accounts. The server responded: -ERR Plaintext authentication disallowed on non-secure (SSL/TLS) connections.'

If i use SSL -> Cert Pop Up ->Yes check the mail logs and get
....

Jan 5 00:01:04 li224-54 dovecot: imap-login: Disconnected (no auth attempts): rip=24.222.152.22, lip=173.255.214.54, TLS: Disconnected

Jan 5 00:01:04 li224-54 dovecot: imap-login: Disconnected (no auth attempts): rip=24.222.152.22, lip=173.255.214.54

Jan 5 00:01:30 li224-54 dovecot: pop3-login: Disconnected (tried to use disabled plaintext auth): rip=24.222.152.22, lip=173.255.214.54

....


Top
   
 Post subject:
PostPosted: Tue Jan 04, 2011 8:16 pm 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
tried to use disabled plaintext auth <-- that one means you need to enable secure authentication.

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
 Post subject: Auth
PostPosted: Tue Jan 04, 2011 8:21 pm 
Offline
Junior Member

Joined: Mon Jan 03, 2011 10:45 pm
Posts: 31
/etc/dovecot/dovecot.conf
...
disable_plaintext_auth = no
...


Top
   
 Post subject: Update:
PostPosted: Tue Jan 04, 2011 8:48 pm 
Offline
Junior Member

Joined: Mon Jan 03, 2011 10:45 pm
Posts: 31
AS of now sending from the email account in outlook sends to any address so thats good. Sill no recieving in outlook.

Thru the shell sending to another one of my emails (different domain) does not come thru but it can recieve. Each is acting the opposite of the other........1 can send but not recieve the other can recieve but not send.

Just about to give up and use the US Postal System good ol fashion stamps.


Top
   
 Post subject:
PostPosted: Tue Jan 04, 2011 9:11 pm 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
This may seem like a silly question..have you looked at google apps? http://www.google.com/apps/intl/en/group/index.html

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
 Post subject: Final Step maybe?
PostPosted: Tue Jan 04, 2011 9:24 pm 
Offline
Junior Member

Joined: Mon Jan 03, 2011 10:45 pm
Posts: 31
Ok good news is using IMAP i can send and receive perfectly with ports 143 / 587.

So for now thats good enough for me. Not sure (...well thats obvious) why IMAP connects fine pop says not a chance loser get out of here! So as long as i can send and receive is the important thing for now.

Thanks for all your input. New to Linode and this was my first question so I appreciate your time and support.

Dave


Top
   
PostPosted: Tue Jan 04, 2011 9:26 pm 
Offline
Junior Member

Joined: Mon Jan 03, 2011 10:45 pm
Posts: 31
To the amazement of all it works! Dont know how, why and for how long bit pop / smtp like me now.

Thanks again guys!

Dave


Top
   
 Post subject:
PostPosted: Tue Jan 04, 2011 10:00 pm 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
Awesome. Let's hope it stays working.

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group