LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-04-2004, 09:02 AM   #1
jarmstrong
Registered User
 
Registered: May 2002
Location: Wisconsin, Madison
Distribution: FEDORA Core 1
Posts: 26

Rep: Reputation: 15
Newbie Mail squirrelmail


Hey
I have a few questions I hope to get answered.
I have read allot of documentation that is what has me this far.
I may have read allot but I will aways be a newbie.
Is there a remote program other than VNC that can give me a GUI or desktop to work with. I am finding it hard to telnet in and work on the server when I need to edit documents I can't run any edit tool or Perl config files.

Can I stop and start services from telnet prompt?
(seems so limited telnet)

I have squrrelmail running and the login page up.

How do I create users and user Dir.?
I read there is a tool somewhere in the Dir itself?
Are they created on the linux box itself ?
Then that (account) transfers to the email account?

Can I run a Pop3 server and a Imap server on the same server and user both as well? say "If users want to check web-based or with a client application?"

Do I need to have running sendmail or another service running?
With so much I have read I think I confused myself...

I really just want the basics. I will work on spam assassin and other services later.

Thanks
Later
Jeff
 
Old 09-04-2004, 09:18 AM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Re: Newbie Mail squirrelmail

Quote:
Originally posted by jarmstrong
Is there a remote program other than VNC that can give me a GUI or desktop to work with. I am finding it hard to telnet in and work on the server when I need to edit documents I can't run any edit tool or Perl config files.
You should be able to run any of these files that you want and edit files too. If you need to run GUI apps then the X windows protocol works well over a LAN.

Quote:
Originally posted by jarmstrong
Can I stop and start services from telnet prompt?
(seems so limited telnet)
Yes but I would reccomend switching to SSH for security reasons. See:
http://wiki.linuxquestions.org/wiki/SSH

Quote:
Originally posted by jarmstrong
I have squrrelmail running and the login page up.

How do I create users and user Dir.?
I read there is a tool somewhere in the Dir itself?
Are they created on the linux box itself ?
Then that (account) transfers to the email account?
It depends how you want to set your system up. Are you wanting to have real accounts on the server or virtual mail accounts?

Quote:
Originally posted by jarmstrong
Can I run a Pop3 server and a Imap server on the same server and user both as well? say "If users want to check web-based or with a client application?"
If you want to be able to use a client or a web based app then I would reccomend IMAP. If you use pop then the messages will be downloaded and not marked as read when viewing via the web browser.

Quote:
Originally posted by jarmstrong
Do I need to have running sendmail or another service running?
Sendmail is an smtp server you will also need an IMAP server such as courier-imap. I would also reccomend using qmail for the smtp server rather than sendmail.

Last edited by david_ross; 09-04-2004 at 09:20 AM.
 
Old 09-04-2004, 11:09 AM   #3
jarmstrong
Registered User
 
Registered: May 2002
Location: Wisconsin, Madison
Distribution: FEDORA Core 1
Posts: 26

Original Poster
Rep: Reputation: 15
Re: Re: Newbie Mail squirrelmail

Quote:
Originally posted by david_ross
You should be able to run any of these files that you want and edit files too. If you need to run GUI apps then the X windows protocol works well over a LAN.

Yes but I would reccomend switching to SSH for security reasons. See:
http://wiki.linuxquestions.org/wiki/SSH

I Do you putty but I can't run perl conf.d in a telnet session.

It depends how you want to set your system up. Are you wanting to have real accounts on the server or virtual mail accounts?
Both kinda.
I will like to test both to see what works like better.
The Idea is to have our own domain name here .. but I am just working with the IP address now.

If you want to be able to use a client or a web based app then I would reccomend IMAP. If you use pop then the messages will be downloaded and not marked as read when viewing via the web browser.

Sendmail is an smtp server you will also need an IMAP server such as courier-imap. I would also reccomend using qmail for the smtp server rather than sendmail.
Do you have any good docs. for setting up SMTP that you have found helpful ?

I am running Fedora Core 1
POP3 comes with that out the package.

Do you have any docs. for creating accounts for squirrelmail?

Thanks
Jeff
 
Old 09-04-2004, 12:18 PM   #4
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Take a look at:
http://qmailrocks.org/
 
Old 09-04-2004, 01:58 PM   #5
jarmstrong
Registered User
 
Registered: May 2002
Location: Wisconsin, Madison
Distribution: FEDORA Core 1
Posts: 26

Original Poster
Rep: Reputation: 15
Thanks

Looks good on documentation I see that they have squirrelmail listed,

What about creating user accounts and such?

Jeff
 
Old 09-04-2004, 02:01 PM   #6
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
If you want to create local (non-virtual) accounts then just use:
useradd username
 
Old 09-04-2004, 02:14 PM   #7
jarmstrong
Registered User
 
Registered: May 2002
Location: Wisconsin, Madison
Distribution: FEDORA Core 1
Posts: 26

Original Poster
Rep: Reputation: 15
Oh auhg.

utt oh..

What you need to know before beginning the installation

The installation and setup of a qmail based mail server, whether through this site or any other site, is not easy. I would not recommend this installation to anyone who is a newcomer to the Linux/Unix world. If you are such a person, I would STRONLY recommend that you take step back and familiarize yourself with general Linux/UInix knowledge before diving into this installation. In other words, if you are a newbie you WILL have a hard time with this installation. That's a fact.


so ...

Qmailrocks.org Pre-Installation Checklist

2. Any POP service - This includes Qpopper or any POP service that may be running out of xinetd. If your're server has a POP service running, you will need to disable it.

qmail has its own pop service i assume then ?
This seems like a big venture...

any screen shots of how this looks ?

Oh man start all over hmmmm......
 
Old 09-04-2004, 02:19 PM   #8
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Screenshots of what? You can't really take a screeenshot of a network service.
 
Old 09-04-2004, 02:27 PM   #9
jarmstrong
Registered User
 
Registered: May 2002
Location: Wisconsin, Madison
Distribution: FEDORA Core 1
Posts: 26

Original Poster
Rep: Reputation: 15
Found them

I just did a google search for them.

This seem to work for you?

And you can remote admin the server ?

since I have squirrelmail working do you think I need to do a fresh install that is suggested in the documentation ?

Last edited by jarmstrong; 09-04-2004 at 02:30 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How display the mail size in squirrelmail???? cuencano Linux - Software 1 09-09-2005 01:38 PM
mail server RH9-postfix-squirrelmail hivtop Red Hat 8 04-12-2005 03:11 AM
Problem with incoming mail in squirrelmail fecholinux Slackware 6 08-02-2004 02:04 AM
Postfix 2.0 and squirrelmail 1.5.0 error when send mail ley Red Hat 0 07-09-2004 02:04 AM
Squirrelmail - receive mail from outside? don_dimo Linux - Networking 2 03-08-2004 01:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 03:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration