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 - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-04-2003, 11:44 PM   #1
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Rep: Reputation: 15
wanting to get sendmail working...


hi im sort of new to linux..been on it about 5 months...im wanting to setup sendmail...cause i test out irc services which need sendmail...but i,ve looked everywhere...cant get it...maybe one of you guys/gals could help me? i would appreciate it..thank you.
 
Old 10-08-2003, 02:39 AM   #2
sidey
Member
 
Registered: Mar 2003
Location: Essex UK
Distribution: rh 8.0 bsd 5.0 slack 9.0 rc2 crux
Posts: 147

Rep: Reputation: 15
what problems are you having?, iirc sendmail is installed as default in slackware 9 and runs on startup.
 
Old 10-08-2003, 07:40 AM   #3
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
well when it starts up at boot...it lags my system really bad and it runs hard.
 
Old 10-08-2003, 07:52 AM   #4
fsbooks
Member
 
Registered: Jan 2002
Location: Missoula. Montana, USA
Distribution: Slackware (various)
Posts: 464

Rep: Reputation: 52
Hmm, I've never seen sendmail be a memory or CPU hog unless perhaps it is set up as an open-relay. I am sure that Slackware configures a secure system. Do your log files give any indication?
 
Old 10-08-2003, 08:29 AM   #5
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
log file is showin me it's workin heh...but when its running my system is lagging big time...
 
Old 10-08-2003, 10:37 PM   #6
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
i got sendmail not to lag...but now when sendmail goes to send something out to a email...it puts a file called dead.letter in the dir where im sending from...with the email description in it...but never sends it out to the email... =(
 
Old 10-09-2003, 03:38 AM   #7
sidey
Member
 
Registered: Mar 2003
Location: Essex UK
Distribution: rh 8.0 bsd 5.0 slack 9.0 rc2 crux
Posts: 147

Rep: Reputation: 15
dead.letter ? are you using pine?

When using pine, if you hit ctrl c (to cancel it) and select yes, it will cancel the mail and copy it to dead.letter. (maybe others too)

Double check your hitting ctrl x and not ctrl c
 
Old 10-09-2003, 03:54 AM   #8
yapp
Member
 
Registered: Apr 2003
Location: Netherlands
Distribution: SuSE (before: Gentoo, Slackware)
Posts: 613

Rep: Reputation: 30
You might want to use Postfix instead of sendmail. It's easier to set-up, more secure, and sendmail compatible too.
 
Old 10-09-2003, 04:15 AM   #9
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
postfix? its not installed on my system...
 
Old 10-09-2003, 05:19 AM   #10
yapp
Member
 
Registered: Apr 2003
Location: Netherlands
Distribution: SuSE (before: Gentoo, Slackware)
Posts: 613

Rep: Reputation: 30
"postfix? its not installed on my system..."

You could install it The postfix home page can be found at http://www.postfix.org/, but you can only download the source and compile it. Compiling software isn't difficult, but it could be a little confusing for newbies. (and the postfix source install is a little rare/odd too, for some reason )

Fortunately, www.linuxpackages.net has a nice postfix package for slackware too (i'll just assume you have slackware )
* download it
* open a terminal window
* type "su" to become root. (I hope you aren't root already, this is not a good thing)
* type "installpkg postfix..." Just press the tab button to auto-complete.
* type "exit" to leave your root-shell, and exit again to close the window.

Since postfix installs a sendmail compatible interface, you might want to remove sendmail first. Removing a package can be done with "removepkg <name>", but you might want to try the "pkgtool" command. pkgtool displays a nice graphical menu where you can look for the package, and remove it too.

The postfix configuration is stored in /etc/postfix/, and main.cf is the first file you might want to look at. type "postfix start" to start postfix, and "postfix reload" if you change the configuration (or wait a few seconds). Most mail-deamons log infomation in /var/log/maillog; you can view any diagnostic information in that file.

Last edited by yapp; 10-09-2003 at 05:22 AM.
 
Old 10-09-2003, 05:20 AM   #11
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
yup all setup and mail server is running...for now. =p ty
 
Old 10-09-2003, 05:23 AM   #12
yapp
Member
 
Registered: Apr 2003
Location: Netherlands
Distribution: SuSE (before: Gentoo, Slackware)
Posts: 613

Rep: Reputation: 30
oh boy.. You've posted a reply while I was editing my post.. lol

edit: if your mailserver is running, and accessable from the internet too, beware that you don't run an "open relay" server, because it can be used by anyone on the internet to send spam. (or just firewall the service, or run it at the localhost interface only )

Last edited by yapp; 10-09-2003 at 05:25 AM.
 
Old 10-09-2003, 05:35 AM   #13
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
btw you know html or php well?
 
Old 10-09-2003, 07:13 AM   #14
yapp
Member
 
Registered: Apr 2003
Location: Netherlands
Distribution: SuSE (before: Gentoo, Slackware)
Posts: 613

Rep: Reputation: 30
Quote:
Originally posted by artistik
btw you know html or php well?
yes I know a little php. (html isn't really a problem) but why are you asking?
 
Old 10-09-2003, 07:17 AM   #15
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
well im starting a irc network...but need sombody who knows php/html to put up a site for me heh.

Last edited by artistik; 10-09-2003 at 07:20 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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sendmail Quota not working heislyc Linux - General 3 07-27-2005 11:40 PM
Help Getting Sendmail working Like I want it shilo Slackware 14 06-07-2004 01:34 PM
Sendmail / Mailertable not working! topkart94 Linux - Networking 6 03-05-2004 11:27 AM
Sendmail seems working but not Swift&Smart Linux - Software 2 05-14-2003 07:14 AM
Sendmail not working at all. EL3CTRO Linux - Networking 13 05-03-2003 06:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:11 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