I've got the smtpd server to listen. It appears as though I had a syntax error in of the script files that wasn't be detected anywhere. Used ' instead of `.
So, now I can get to this point.
[root@li2-162 dloads]# telnet tulsapulse.com 25
Trying 69.56.173.162...
Connected to tulsapulse.com.
Escape character is '^]'.
220 mail.snowprods.com ESMTP
helo tulsapulse.com
250 mail.snowprods.com
mail from:jdale@tulsapulse.com
250 ok
rcpt to:
jdale@tulsapulse.com
250 ok
data
354 go ahead
subject:test
test
.
451 qq trouble creating files in queue (#4.3.0)
And I can't do anything to get the messages out of the queue..
[root@li2-162 dloads]# qmailctl stat
/service/qmail-send: up (pid 3751) 2157 seconds
/service/qmail-send/log: up (pid 3753) 2157 seconds
/service/qmail-smtpd: up (pid 3758) 2157 seconds
/service/qmail-smtpd/log: up (pid 3763) 2157 seconds
messages in queue: 6
messages in queue but not yet preprocessed: 0
I have tried to download and compile queue-fix with no luck. I'm getting linker errors stating that there is an undefined reference to errno. Ideas?