Mail Server Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationMail Server Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 26th, 2003, 04:41 PM
cagey cretin cagey cretin is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 45 cagey cretin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Please help; tired of trying qmail & sendmail

Please.

I've spent the last two weeks trying to get a mail server up and running. I have redhat 9, and have been able to get apache and vsftpd running, but following the tutorial at qmailrocks.org has been nothing but errors.

For the 5th or 6th time, after speding an hour pasting text into the command line, I get to (something like) step 12 and I get an error. Of course, the only thing they say is "if you get this far without errors, you are ok". I got to the point of installing vqadmin and attempted accessing from an outside browser, but there were error messages that told me I was unatuhorized.

How 'bout it all? Any thoughts as to a mail server that a newbie can install without reinventing the wheel?

Regards,

Cage

Reply With Quote
  #2  
Old December 27th, 2003, 05:46 PM
cagey cretin cagey cretin is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 45 cagey cretin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Anyone? I am getting errors over which I have no control (invalid pointers, invalid arguments, unexpected data types returned). I scrolled up the screen after entering an instruction and found errors that went by so fast, I'd never know they were there otherwise (what is that about?!)...Just two instances:

Quote:
supervise.c: In function `announce':
supervise.c:78: warning: implicit declaration of function `rename'
supervise.c: In function `trystart':
supervise.c:102: warning: passing arg 2 of `execve' from incompatible pointer type
./load supervise deepsleep.o time.a unix.a byte.a
./compile svc.c
./load svc unix.a byte.a
./compile svok.c
./load svok unix.a byte.a
./compile svscan.c
svscan.c: In function `start':
svscan.c:104: warning: passing arg 3 of `pathexec_run' from incompatible pointer type
svscan.c:123: warning: passing arg 3 of `pathexec_run' from incompatible pointer type
./load svscan unix.a byte.a
rm -f svscanboot
cat warn-auto.sh svscanboot.sh \
| sed s}HOME}"`head -1 home`"}g \
> svscanboot
chmod 555 svscanboot


[root@localhost ezmlm-0.53-idx-0.41]# make setup
./compile install.c
install.c: In function `main':
install.c:125: warning: return type of `main' is not `int'
./load install getln.a strerr.a substdio.a stralloc.a \
alloc.a open.a error.a str.a fs.a
./install "`head -1 conf-bin`" < BIN
./install "`head -1 conf-man`" < MAN

Reply With Quote
  #3  
Old December 28th, 2003, 10:27 AM
alexgreg's Avatar
alexgreg alexgreg is offline
Full Access
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jun 2000
Location: London, UK
Posts: 2,019 alexgreg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 sec
Reputation Power: 11
rm -rf your install directory, and start again -- this time following the install instructions at http://www.lifewithqmail.org

Post exact copies of any error messages you get.
__________________
Alex
(http://www.alex-greg.com)

Reply With Quote
  #4  
Old December 29th, 2003, 11:42 AM
cagey cretin cagey cretin is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 45 cagey cretin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
I'm sorry, I should have been clearer. The quote was copied directly from the terminal screen. Wrong data types returned, incompatible pointer types, implicit delaration of function 'rename', etc. I would never have known if I had not scrolled up the screen (it went by fairly quickly).

CC

Reply With Quote
  #5  
Old December 29th, 2003, 06:55 PM
alexgreg's Avatar
alexgreg alexgreg is offline
Full Access
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jun 2000
Location: London, UK
Posts: 2,019 alexgreg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 sec
Reputation Power: 11
You can safely ignore those errors; they're not fatal. If an error from make contains some *'s, then you can consider it fatal.

e.g
Code:
make: *** [all-gcc] Error 2

Otherwise it's a minor error or compiler-ism.

Reply With Quote
  #6  
Old December 30th, 2003, 09:36 AM
cagey cretin cagey cretin is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 45 cagey cretin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
Thanks for trying Alexgreg.

Let it be known that not any text editor within linux can create a script file. I opened up my script in vi and found extra characters at the end of each line that Redhats GNU gedit put there. I spent $50 for a big yellos 'Redhat 9 Bible' published by Hungry Minds. I swear, I own 5 or 6 books from them, and they all have misleading information in all of them.

Beware!

CC

Reply With Quote
  #7  
Old January 5th, 2004, 09:07 AM
dba_frog's Avatar
dba_frog dba_frog is offline
cave painting, the 1st Opn Src
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 404 dba_frog User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 h 42 m 16 sec
Reputation Power: 6
Just an FYI...I did the QMAILROCKS conversion this weekend. The documentation was a little thin in places, but overall it seemed to hit all the marks. {Cretin...The VqAdmin install part is a little technical, but if you continue to have problems post 'em and we'll see if we can't get you up and running }

It took me just under 6 hours to do the conversion. I am still locking down the last clean up stuff. The only thing I've run into is that my Root@localhost.localdomain account is MIA. Anyone have suggestions for getting it back in Evolution? I kinda need that acct to get my logwatch reports.

thanks,

Frog

Reply With Quote
  #8  
Old March 23rd, 2004, 08:09 AM
cagey cretin cagey cretin is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 45 cagey cretin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 5
I was never able to get qmail, sendmal, or postfix to work. I read and comprehend well, but I simply could not parse out all the different recipes. I always, always got different results when working from the command line than the instructions told me I should expect.

Every single rotten stinkin' time.

I downloaded a trial version of Surgemail (http://netwinsite.com) a week ago. I purchased a 10-user license for $150 USD two days ago, and today I have a fully functioning multi domain server. That works. That freakin' works.

I would much rather have gotten a solution when I started trying to configure a mail server in December last year. $150? The best money I have spent in a ling time. Beats the he.ll out of the last 4 months of BS.

Oh yeah, the 5 user license is free. I only have three domains. Why did I give them $150? Because the damn thing works, because they answered each and every question I had BEFORE I gave them any money, and because it was worth it.

4 months of wasted time? What a load.

cc

Reply With Quote
  #9  
Old March 23rd, 2004, 01:43 PM
MartijnBeekhuis's Avatar
MartijnBeekhuis MartijnBeekhuis is offline
Digitally Yours...
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Location: the Netherlands
Posts: 5 MartijnBeekhuis User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question i will have my breakdown now... 4 sure

This Thread really hit's my reset button!

i am working my .... 's off the last week more than full time to get sendmail working on a basic slackware box (for fun mostly ) and i can NOT get the outgoing mail's right.

by accident i discovered that my VERY default installation of redhat (latest stable) has the exact same problem (the from: adres, see my other thread (PLEASE ;-)) but mail sent from it, DOES arrive at every adres i tested! as if the redhat box, DOES do some masquerading tricks inside the header, where the slackware box does not. (not by default and not after my tryings anyway.)

i point out that this (redhat) is an unmodified (by me after install anyway) sendmail config.

driving me nuts? but loving it still.

Greetings, Martijn

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationMail Server Help > Please help; tired of trying qmail & sendmail


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT