 |
 |
 |
 |
| Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc. |

13th July 2004, 12:20 PM
|
|
Registered User
|
|
Join Date: Jul 2004
Posts: 2

|
|
|
Setup a Mail Server?
I recently bought a domain from godaddy.com and I'm running FC2 on it. I only have email forwarding because I didn't add anything extra to my domain. I contacted godaddy.com and they said if I setup my own mail server, then I can actually receive my mail at pureFlamez@pureflamez.com instead of getting it forwarded to another account (pureflamez@gmail.com) .. If anyone can help me setup a mail server, I'd REALLY appreciate it..
ALSO -- I went to add/remove applications and tried to install software.. It asks for FC2 cd's? I installed FC2 via FTP, can I make it download software and install instead of asking for FC2 cd's?
|

13th July 2004, 12:21 PM
|
|
Registered User
|
|
Join Date: Jul 2004
Posts: 2

|
|
|
This is my very first experience with linux and I'm a newbie, so if anyone replies then please add some details to what you're saying.. Thanks
|

14th July 2004, 03:42 AM
|
 |
Registered User
|
|
Join Date: Mar 2004
Location: Kalamazoo, Michigan
Age: 30
Posts: 410

|
|
|
Try asking this in another part, this is not really for asking questions, so much as posting how-to's...eg how to steup a mail sever, not how do you set up a mail server
Not too jerky i hope
__________________
Things do not change; we change.
HDT
"Do I understand your question, man, is it hopeless and forlorn?" Bob Dylan
I disapprove of what you say, but I will defend to the death your right to say it.
-- The Friends of Voltaire, 1906
My NcpMount script for Netware servers
http://forums.fedoraforum.org/forum/showpost.php?p=544473&postcount=8
Thanks to: Brunson & Ibbo
|

15th July 2004, 04:18 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909

|
|
|
Moved to Servers forum.
|

15th July 2004, 05:59 PM
|
 |
Retired Community Manager
|
|
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 56
Posts: 3,423

|
|
Try eXtremail - it's durn easy to set up and, by default, disallows relaying. The documentation is pretty durn clear and easy to read, as well. I had one up and running in less than 10 minutes - and it comes in RPM format, to boot...
__________________
Linux User #28251 (April '93)
Professional Java Geek :cool:
|

15th October 2004, 08:22 AM
|
|
Registered User
|
|
Join Date: Jul 2004
Posts: 92

|
|
|
The only thing you have to keep in mind when installing a mail server,
make sure port 25 is not blocked, most ISP's block port 25.
without port 25 open, your server will not be able to send/recieve mail.
I found this out reciently myself when trying to install a mail server in Fedora.
you can find out if your ISP is blocking port 25, by telnetting or sshing into your server,
try to telnet into port 25, if you get a user prompt, your cool,
if you don't, then your ISP is blocking port 25.
|

15th October 2004, 10:52 AM
|
|
Registered User
|
|
Join Date: Aug 2004
Location: Planet Irk
Age: 30
Posts: 76

|
|
Quote:
|
Originally Posted by crackers
Try eXtremail - it's durn easy to set up and, by default, disallows relaying. The documentation is pretty durn clear and easy to read, as well. I had one up and running in less than 10 minutes - and it comes in RPM format, to boot...
|
You say that by default it disallows relaying, which is something I need for my mail server, can it be easily changed to relay mail?
If so, i'm instantly making the change from sendmail. I'm beginning to get annoyed at not begin able to route outgoing mail through my sendmail to an external 'smart host' (obviously through my own lack of skills with mail servers...).
|

15th October 2004, 01:25 PM
|
|
Registered User
|
|
Join Date: May 2004
Location: Chicago, IL
Posts: 16

|
|
www.qmailrocks.org
Very good step by step tutorial.
|

15th October 2004, 08:41 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 2

|
|
|
I'll second the qmailrocks.org. Can be a bit techie is you are new to Linux but if you have the time and desire, you will end up with one heck of a mail install.
|

16th October 2004, 03:16 AM
|
 |
Retired Community Manager
|
|
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 56
Posts: 3,423

|
|
Quote:
|
Originally Posted by gablaxian
You say that by default it disallows relaying, which is something I need for my mail server, can it be easily changed to relay mail?
|
Quite easily - you just have to specify what "local" IPs it can relay from. Here's the line from my eXtremail.conf:
Code:
LocalIP = 192.168.1.0/25
ExternalIP = 127.0.0.1
That last one is the one that really makes sure that nobody else is using the mail server to send spam.
__________________
Linux User #28251 (April '93)
Professional Java Geek :cool:
|

26th October 2004, 03:05 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Location: Planet Irk
Age: 30
Posts: 76

|
|
|
I've finally gotten round to setting up eXtremail to my server, and it now allows me to send mail from one computer on my network through the server, to a smart host, which is good. Problem is I really need this server to retrieve mail from our external mail server and allow people to access them within the network.
Ive tried using fetchmail, but it keeps giving me errors along the lines of:
fetchmail: SMTP> RCPT TO:<graham@localhost>
fetchmail: SMTP< 451 Local error in processing
fetchmail: SMTP error: 451 Local error in processing
Maybe this is just due to badly configuring extremail, but is there anyway of getting extremail to retrieve the mail instead?
|

27th October 2004, 03:59 AM
|
 |
Retired Community Manager
|
|
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 56
Posts: 3,423

|
|
|
You can, presumably, set up forwarding on the external account. If that's not an option, I don't believe there's any way to make any mail server "fetch." Most servers are passive in that regard: they only receive.
__________________
Linux User #28251 (April '93)
Professional Java Geek :cool:
|

28th October 2004, 03:10 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Location: Planet Irk
Age: 30
Posts: 76

|
|
|
I finally got fetchmail and extremail to play nice. Now I have the problem of using an AntiVirus program with it.
I would like to use Clamav, but after some research, there is a middleware program called eXniper that allows extremail to work with a commercial AV package called Sophos, which isn't helpful.
Anyone have any clues how to set it up to use Clamav?
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 21:11 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|