Dear Sir:

First, thanks you more help and care.

The Email System components:

autoresponder.tgz
qmail-1.03.tar.gz
courier-imap-0.36b.tar.gz
qmailadmin-0.32.tar.gz
ezmlm-idx-0.53.316-1.i386.rpm
sqwebmail.tgz
iputils-20000121-2.i386.rpm
ucspi-tcp-0.88.tar.gz
vpopmail-4.8.5.tar.gz

The Email System setting files:

/etc/inetd.conf

#
# inetd.conf This file describes the services that will be available
#  through the INETD TCP/IP super server.  To re-configure
#   the running INETD process, edit this file, then send the
#       INETD process a SIGHUP signal.
#
# Version: @(#)/etc/inetd.conf 3.10 05/27/93
#
# Authors: Original taken from BSD UNIX 4.3/TAHOE.
#  Fred N. van Kempen, <[EMAIL PROTECTED]>
#
# Modified for Debian Linux by Ian A. Murdock <[EMAIL PROTECTED]>
#
# Modified for RHS Linux by Marc Ewing <[EMAIL PROTECTED]>
#
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#
# Echo, discard, daytime, and chargen are used primarily for testing.
#
# To re-read this file after changes, just do a 'killall -HUP inetd'
#
#echo stream tcp nowait root internal
#echo stream tcp nowait root internal
#echo dgram udp wait root internal
#discard stream tcp nowait root internal
#discard dgram udp wait root internal
#daytime stream tcp nowait root internal
#daytime dgram udp wait root internal
#chargen stream tcp nowait root internal
#chargen dgram udp wait root internal
#time  stream tcp nowait root internal
#time  dgram udp wait root internal
#
# These are standard services.
#
#ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a
#telnet stream  tcp nowait  root    /usr/sbin/tcpd in.telnetd
#
# Shell, login, exec, comsat and talk are BSD protocols.
#
#shell stream tcp nowait root /usr/sbin/tcpd in.rshd
#login stream tcp nowait root /usr/sbin/tcpd in.rlogind
#exec stream tcp nowait root /usr/sbin/tcpd in.rexecd
#comsat dgram udp wait root /usr/sbin/tcpd in.comsat
#talk dgram udp wait nobody.tty  /usr/sbin/tcpd in.talkd
#talk dgram udp wait nobody.tty  /usr/sbin/tcpd in.talkd
#ntalk dgram udp wait nobody.tty  /usr/sbin/tcpd in.ntalkd
#dtalk stream tcp wait nobody.tty  /usr/sbin/tcpd in.dtalkd
#
# Pop and imap mail services et al
#
#pop-2   stream  tcp     nowait  root    /usr/sbin/tcpd ipop2d
pop-3   stream  tcp     nowait  root    /usr/sbin/tcpd ipop3d
imap    stream  tcp     nowait  root    /usr/sbin/tcpd imapd
#
# The Internet UUCP service.
#
#uucp stream tcp nowait uucp /usr/sbin/tcpd /usr/lib/uucp/uucico
-l
#
# Tftp service is provided primarily for booting.  Most sites
# run this only on machines acting as "boot servers." Do not uncomment
# this unless you *need* it.
#
#tftp dgram udp wait root /usr/sbin/tcpd in.tftpd
#bootps dgram udp wait root /usr/sbin/tcpd bootpd
#
# Finger, systat and netstat give out user information which may be
# Finger, systat and netstat give out user information which may be
# valuable to potential "system crackers."  Many sites choose to disable
# some or all of these services to improve security.
#
#finger stream tcp nowait nobody /usr/sbin/tcpd in.fingerd
#cfinger stream tcp nowait root /usr/sbin/tcpd in.cfingerd
#systat  stream tcp nowait guest /usr/sbin/tcpd /bin/ps -auwwx
#netstat stream tcp nowait guest /usr/sbin/tcpd /bin/netstat
-f inet
#
# Authentication
#
# identd is run standalone now
#
#auth stream tcp wait root /usr/sbin/in.identd in.identd -e -o
#
# End of inetd.conf

#linuxconf stream tcp wait root /bin/linuxconf linuxconf --http

#smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env
/var/qmail/bin/qmail-smtpd

/etc/rc.d/init.d/qmail as /etc/rc.d/rc3.d/S80qmail

#!/bin/sh
#
# qmail:         mail daemon

# Source function library.
. /etc/rc.d/init.d/functions

RETVAL=0

# See how we were called.
case "$1" in
  start)
  echo -n "Starting QMail server."
  /var/qmail/rc &
  RETVAL=$?
  ;;
  *)
  echo "Usage: $0 {start}"
  exit 1
esac

exit $RETVAL


/var/qmail/rc
#!/bin/sh

# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Mailbox by default.

exec env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -H -R 0 pop3 \
/var/qmail/bin/qmail-popup colo.wwtoptech.com \
/usr/local/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &

exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start ./Maildir/ splogger qmail

/etc/more tcp.smtp

127.0.0.:allow,RELAYCLIENT=""
202.43.85.10:allow,RELAYCLIENT=""
202.43.85.167:allow,RELAYCLIENT=""

/usr/local/bin/tcprulescheck /etc/tcp.smtp.cdb
default:
allow connection

best regards,

mARS Huang

----- Original Message -----
From: "Brett Randall" <[EMAIL PROTECTED]>
To: "ms7.url.com.tw" <[EMAIL PROTECTED]>; "qmail"
<[EMAIL PROTECTED]>
Sent: Monday, September 04, 2000 1:24 PM
Subject: RE: what happen


> aA�DOGeez, you are having more problems than a stick figure has sticks in
its
> body!
>
> OK tell us - is wwtoptech.com your domain or are you just trying to send
> e-mail there? This whole time you haven't given us many details as far as
> your setup is concerned. If it is your domain, we may be able to help. If
> not, it is not your problem. Oh, and are you able to send your messages in
> plain text? This continual chinese text is screwing my replies up and I am
> sure making reading interesting for many other people.
>
> /BR
>
>
> Manager
> InterPlanetary Solutions
> http://ipsware.com/
>   -----Original Message-----
>   From: ms7.url.com.tw [mailto:[EMAIL PROTECTED]]
>   Sent: Monday, September 04, 2000 2:13 PM
>   To: Qmail Mailing List
>   Subject: what happen
>
>
>   Dear Sir:
>
>   Who can tell me what happen in the message:
>
>   --- Transcript of session follows ---
>
>   Link 00/09/04 11:47:07 [202.43.85.10] colo.wwtoptech.com
>   By [EMAIL PROTECTED]
>   >> 220 colo.wwtoptech.com ESMTP
>   << HELO relay12.url.com.tw
>   >> 250 colo.wwtoptech.com
>   << MAIL From:<[EMAIL PROTECTED]>
>   >> 250 ok
>   << RCPT To:<[EMAIL PROTECTED]>
>   >> 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
>   << QUIT
>   O.K. 00/09/04 11:47:08
>

Reply via email to