Author Topic: Mail server  (Read 2119 times)

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5337
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: Mail server
« Reply #30 on: May 04, 2012, 03:45:31 PM »
Glad to hear that you got it working if for only on your local network.




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5337
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: Mail server
« Reply #31 on: May 04, 2012, 03:51:39 PM »
Also, how to I know if the imap server is still running?

for the command line you can see what is listing.

netstat -atl

you should see the service something like this

tcp        0      0 *:pop3                      *:*                         LISTEN
tcp        0      0 *:imap                      *:*                         LISTEN
tcp        0      0 *:http                      *:*                         LISTEN
tcp        0      0 *:smtp                     *:*                         LISTEN




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline davidwillis

  • Sr. Member
  • ****
  • Posts: 278
Re: Mail server
« Reply #32 on: May 04, 2012, 09:31:15 PM »
Thanks for the help.  It wasn't as hard as I thought it would be.

Now If my ports weren't blocked, would I need more security?