Joinhands Hosting Agreement for the 2001 yearI am having a problem with mail
from other servers not being delivered to my server.  I can use qmail-inject
to send mail to my users and I can send mail from an account on the same
server, I just can't get mail from a another host.

any ideas? Clean Redhat 7.0 install with all the latest qmail and vpopmail.
I have followed the instructions to the letter 4 times and I can't seem to
figure out what is wrong.

The physical hostname is ws1.joinhands.com ( I am taking over hosting of
this site and testing with one of my own domains innsandcottages.com)

Here are my script files that are starting the server and list of the
processes.

Thanks in advance

cat rc
#!/bin/sh

# Using stdout for logging
# Using control/defaultdelivery from qmail-local to deliver messages by
default

# These following are the defaults from LWQ mail - doesn't work with
vpopmail

[ross@ws1 qmail]$ cat rc
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start .Mailbox

**** I am running the rc.pop3d manually right now
[ross@ws1 qmail]$ cat rc.pop3d
#!/bin/sh
exec env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -H -R 0 pop-3 \
/var/qmail/bin/qmail-popup mail.innsandcottages.com \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &

[ross@ws1 control]$ cat locals
mail.innsandcottages.com

[ross@ws1 control]$ cat plusdomain
joinhands.com
innsandcottages.com

[ross@ws1 control]$ cat virtualdomains
innsandcottages.com:innsandcottages.com

[ross@ws1 control]$ cat defaultdomain
innsandcottages.com

[ross@ws1 control]$ cat me
mail.innsandcottages.com

[ross@ws1 supervise]$ cat qmail-send/run
#!/bin/sh
exec /var/qmail/rc

[ross@ws1 supervise]$ cat qmail-smtpd/run
#!/bin/sh
QMAILDUID='id -u qmaild'
NOFILESGID='id -g qmaild'
MAXSMTPD='cat /var/qmail/control/concurrencyincoming'
#this is the out of the box way from lwq
#exec /usr/local/bin/softlimit -m 2000000 \
#    /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
#      -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd
2>&1

# this is the way that works with vpopmail
# smtp services
env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -v -p -u vpopmail -g vchkpw 0 smtp /var/qmail/bin/qmail-smtpd 2>&1

[ross@ws1 supervise]$ cat /home/vpopmail/etc/tcp.smtp
127.:allow,RELAYCLIENT=""
207.194.2.103:allow,RELAYCLIENT=""
:allow
[ross@ws1 supervise]$

UID        PID  PPID  C STIME TTY          TIME CMD
root         1     0  0 09:49 ?        00:01:36 init [3]
root         2     1  0 09:49 ?        00:00:00 [kflushd]
root         3     1  0 09:49 ?        00:00:00 [kupdate]
root         4     1  0 09:49 ?        00:00:00 [kpiod]
root         5     1  0 09:49 ?        00:00:00 [kswapd]
root         6     1  0 09:50 ?        00:00:00 [mdrecoveryd]
root       329     1  0 09:51 ?        00:00:00 syslogd -m 0
root       339     1  0 09:51 ?        00:00:00 klogd
rpc        354     1  0 09:51 ?        00:00:00 portmap
root       369     1  0 09:51 ?        00:00:00 /usr/sbin/apmd -p 10 -w
5 -W -P
nobody     423     1  0 09:51 ?        00:00:00 identd -e -o
nobody     427   423  0 09:51 ?        00:00:00 identd -e -o
nobody     428   427  0 09:51 ?        00:00:00 identd -e -o
nobody     429   427  0 09:51 ?        00:00:00 identd -e -o
nobody     430   427  0 09:51 ?        00:00:00 identd -e -o
daemon     442     1  0 09:51 ?        00:00:00 /usr/sbin/atd
root       473     1  0 09:51 ?        00:00:00 xinetd -reuse -pidfile
/var/run/
root       488     1  0 09:51 ?        00:00:00 /usr/sbin/sshd
root       545     1  0 09:51 ?        00:00:00 gpm -t ps/2
root       684     1  0 09:51 ?        00:00:00 /usr/sbin/httpd -D
HAVE_PERL -D
apache     694   684  0 09:51 ?        00:00:00 /usr/sbin/httpd -D
HAVE_PERL -D
apache     695   684  0 09:51 ?        00:00:00 /usr/sbin/httpd -D
HAVE_PERL -D
apache     696   684  0 09:51 ?        00:00:00 /usr/sbin/httpd -D
HAVE_PERL -D
apache     697   684  0 09:51 ?        00:00:00 /usr/sbin/httpd -D
HAVE_PERL -D
apache     698   684  0 09:51 ?        00:00:00 /usr/sbin/httpd -D
HAVE_PERL -D
apache     699   684  0 09:51 ?        00:00:00 /usr/sbin/httpd -D
HAVE_PERL -D
apache     700   684  0 09:51 ?        00:00:00 /usr/sbin/httpd -D
HAVE_PERL -D
apache     701   684  0 09:51 ?        00:00:00 /usr/sbin/httpd -D
HAVE_PERL -D
nobody     710     1  0 09:51 ?        00:00:00 proftpd (accepting
connections)
root       725     1  0 09:51 ?        00:00:00 crond
root       755     1  0 09:51 ?        00:00:00 rhnsd --interval 120
root       778     1  0 09:51 ?        00:00:00 sh
/usr/local/mysql/bin/safe_mys
root       781     1  0 09:51 tty1     00:00:00 /sbin/mingetty tty1
root       782     1  0 09:51 tty2     00:00:00 /sbin/mingetty tty2
root       783     1  0 09:51 tty3     00:00:00 /sbin/mingetty tty3
root       784     1  0 09:51 tty4     00:00:00 /sbin/mingetty tty4
root       785     1  0 09:51 tty5     00:00:00 /sbin/mingetty tty5
root       786     1  0 09:51 tty6     00:00:00 /sbin/mingetty tty6
root       806   778  0 09:51 ?        00:00:00
/usr/local/mysql/libexec/mysqld
root       808   806  0 09:51 ?        00:00:00
/usr/local/mysql/libexec/mysqld
root       809   808  0 09:51 ?        00:00:00
/usr/local/mysql/libexec/mysqld
root     16532     1  0 15:03 ?        00:00:00 svscan
root     16533 16532  0 15:03 ?        00:00:00 supervise qmail-send
root     16534 16532  0 15:03 ?        00:00:00 supervise log
root     16535 16532  0 15:03 ?        00:00:00 supervise qmail-smtpd
root     16536 16532  0 15:03 ?        00:00:00 supervise log
qmails   16537 16533  0 15:03 ?        00:00:00 qmail-send
qmaill   16538 16534  0 15:03 ?        00:00:00 /usr/local/bin/multilog t
/var/l
qmaill   16539 16536  0 15:03 ?        00:00:00 /usr/local/bin/multilog t
/var/l
root     16541 16537  0 15:03 ?        00:00:00 qmail-lspawn .Mailbox
qmailr   16542 16537  0 15:03 ?        00:00:00 qmail-rspawn
qmailq   16543 16537  0 15:03 ?        00:00:00 qmail-clean
root     16753 16535  0 15:58 ?        00:00:00 sh ./run
root     16754 16753  0 15:58 ?        00:00:00 tcpserver -v -p -u
vpopmail -g v
ross     16811 16810  0 16:30 pts/1    00:00:00 -bash
ross     16845 16811  0 16:37 pts/1    00:00:00 ps -ef


Reply via email to