LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-19-2003, 12:21 AM   #1
LneonGREEN
LQ Newbie
 
Registered: Aug 2003
Location: OverHere
Distribution: All
Posts: 5

Rep: Reputation: 0
Email Server on Slack9, recommendations?


OK. I am writing because I am at my wits end. I am not an idiot to Linux, but I am when it comes to getting an email server setup. I am tring to set up an email server for 5 domains that I own. I have my own DNS server and it is configured correctly. Why can't email be as simple as dns zones?

Slackware 9 / Sendmail 8.12.8 with my box configured as:
hostname -f = mail.mydomain.com
domainname = mydomain.com

I am able to sent an email from my hotmail account to root@mail.mydomain.com and read the message via the mail program agent. (command line mail) However, I can not reply or send mail.

I thought you were suppose to send mail with sendmail. I must be doing something wrong. This is the original configuration from a freash installation of Slacware 9.1. After tring to make sense of the config files for Sendmail, I quit....

I have found several HOWTO's on setting up email servers and have tried 3 different ones. I have tried qmail from the lifewithqmail website and although I have been able to get the program up and running, I must have missed the part where it tells me how I can access the incomming mail. I tried the basic ./Mailbox, and tring to one other configuration to where I was suppose to be able to check mail via /usr/bin/mail, the command line mail program. I have tried 2 different Postfix HOWTO's. One that I thought was promissing was the web-cyradm, cyrus imapd/sasl, and MySQL. I did this one several times and still, my web-cyradm comes up in german or in english with all sorts of php line errors which I trace back until I get lost.

I hate asking for help. But like I said. I am at my wits end.
I would like some help on setting up an email server that will support 5 domain names (each domain having seperate users) and prefered to keep them organized with MySQL and not on my system (since I already know how to use MySQL). I want it on a Slackware 9 box with Pop3, Imap, and SMTP ....

Eventually, I would like to setup webmail like Squirrel Mial

Any recomendations on what to use for this case?
Thanks for any help!
 
Old 10-19-2003, 04:10 AM   #2
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
I tend to shy away (OK run like hell away) from sendmail as it can be a bit of a task to setup (yes that's only my opinion) and the design of this cornerstone of the Internet is now showing its heritage. You may want to look at postfix or qmail. My personal preference is qmail and while the setup is a bit of a departure from the other popular mail servers the rewards are worth it. I'd strongly suggest you look at life with qmail and any of the qmail mirrors for some insight into what you can do with it. Combined with the right IMAP/POP and authentication agents you can build a very scalable mail server complete with virtual users, virus scanning and spam filtering.
 
Old 02-10-2004, 02:05 AM   #3
mwanaumed
LQ Newbie
 
Registered: Nov 2003
Location: Kenya
Distribution: Mandarake, Slackware
Posts: 5

Rep: Reputation: 0
Eyyi! 'qmail + cyrus' i beg to differ! ... 'sendmail + cyrus' for intensive mail systems anytime. 'postfix + cyrus' for small time biz
 
Old 02-25-2004, 12:53 AM   #4
mindfrost82
Member
 
Registered: Apr 2003
Distribution: Slackware
Posts: 60

Rep: Reputation: 15
If you want to setup sendmail on Slackware 9.1, here's a walkthrough of how I set it up for my domain:

http://www.mindfrost82.com/forums/sh...=&threadid=647
 
Old 02-27-2004, 08:40 AM   #5
Qury
Member
 
Registered: Feb 2004
Location: Naas,IE
Distribution: Slackware
Posts: 212

Rep: Reputation: 184Reputation: 184
cyrus

I need help.......

I have decided to install cyrus on my Slack 9.1, but I can not get it working.
I have managed to compile it from source, but I do not know how to set it up.

Do you know a walkthrough for this?
 
Old 03-13-2004, 02:33 AM   #6
mwanaumed
LQ Newbie
 
Registered: Nov 2003
Location: Kenya
Distribution: Mandarake, Slackware
Posts: 5

Rep: Reputation: 0
.tgz(s) are great especilly on holidays or weekends when ur girlfriend's not around. try .src.rpm instead. use rpmbuild --rebuild ***.src.rpm. i found out it works great even when she's around i lost the link but if u google for cyrus src.rpm files, ul definately get where to download it.

By the way, av set it up fine with webcyradm+mysqld-max+sendmail on the slack & drak .. i guess that weekend she wasn't around
 
Old 04-05-2004, 09:49 AM   #7
mindfrost82
Member
 
Registered: Apr 2003
Distribution: Slackware
Posts: 60

Rep: Reputation: 15
I have updated my website. The new link for my Sendmail on Slack 9.1 Walkthrough is posted below:

http://www.mindfrost82.com/showthread.php?t=647
 
Old 07-19-2004, 09:54 AM   #8
Andronik
Member
 
Registered: Sep 2003
Location: Estonia Tartu
Distribution: Debian, edition depends on what i run it, wheezy on main box.
Posts: 91

Rep: Reputation: 15
I suggest replacing sendmail with postfix.

First, it is more secure, and behaves as gw or relayhost very well.
Its conf files (master.cf and main.cf) are much more "readable" than sendmail ones, you can edit with any text editor them.
It is possible to integrate any kind content filters to it (amavisd, amavisd-new, clamd ,bitdefender ,trendmicro and etc, with spamassassin and razor2)
you can add several imap-pop daemons to it. and there is enough documention for it, unfortunately not for slackware specially, but for openbsd, redhat , debian and etc, principles are same, and it builds fast from source.

Alternatives as courier are much more complicated. (must say, i have never get courier work OK).Never tried exim or q-mail too.
it is available at: www.postfix.org
check faq-s section and documents there.

give it a try.

Last edited by Andronik; 07-19-2004 at 09:56 AM.
 
  


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
What email program can work with email header on pop3 server TruongAn Linux - Software 0 01-13-2005 11:48 AM
How do I configure postfix master to forward all email to an email server ? hello321_1999 Linux - Software 1 11-18-2004 04:43 AM
Server recommendations? Jestrik Linux - Networking 5 03-20-2004 11:44 AM
Linux Server software recommendations firewall proxy email fax etc motiv8d Linux - Software 2 11-23-2003 12:38 PM
Email client recommendations? Specific needs inside... King V Linux - Software 0 03-24-2003 07:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:19 AM.

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