Re: smtp on a specific IP

2001-06-01 Thread Ross Davis - Data Anywhere


 here is my smtpd run from the supervise directory
  /var/qmail/bin/qmail-smtpd 21
 env - PATH=/var/qmail/bin:/usr/local/bin \
 tcpserver -v -p -u vpopmail -g vchkpw 0 smtp /var/qmail/bin/qmail-smtpd
21
^
this is the address to bind to.
http://cr.yp.to/ucspi-tcp/tcpserver.html

cheers
/k

I must be missing something then.  I see that I can tell it what IP to send
out on for all domains, but how do I tell mail.domain1.com to use IP
xxx.xxx.xxx.xxx and mail.domain2.com to use yyy.yyy.yyy.yyy

That is the part I don't understand.




smtp on a specific IP

2001-05-31 Thread Ross Davis - Data Anywhere

My server is running vpopmail.  I also have Multiple IP address' aliased off
of one network card.

I can do traffic analysis through my router by IP address and this works
fine for incoming mail.  The problem that I have is the outgoing mail all is
going out through one IP.  I need to be able to charge my customers for
traffic.

Is there any way to make different domains send out on their own IP address?

here is my smtpd run from the supervise directory
 /var/qmail/bin/qmail-smtpd 21
env - PATH=/var/qmail/bin:/usr/local/bin \
tcpserver -v -p -u vpopmail -g vchkpw 0 smtp /var/qmail/bin/qmail-smtpd 21






Re: How to increase the qmail concurrency?

2001-05-07 Thread Ross Davis - Data Anywhere

Several people already answered this question on the Qmail list.

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, May 03, 2001 9:28 PM
Subject: How to increase the qmail concurrency?



 my qmail-mrtg show that the qmail concurrency value 20 is not enough.
anyone
 can tell me how to increase it.

 Thanks in advance


 
   Chris






no incoming mail from outside

2001-02-06 Thread Ross Davis - Data Anywhere

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 200 \
#/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
#  -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd
21

# 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 21

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

UIDPID  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
rpc354 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 

Re: speed of machines

2001-01-11 Thread Ross Davis - Data Anywhere

I thank all of your for assurance.  It is good to be able to pass on these
kind of success stories to my client.

Ross


- Original Message -
From: "Matthew Patterson" [EMAIL PROTECTED]
To: "Ross Davis - Data Anywhere" [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Thursday, January 11, 2001 1:57 PM
Subject: Re: speed of machines


during the whole ILOVEYOU fiasco, our mail server was hit with approx 5000
messages during the first hour. granted the box was not particularly happy
about this, but it did keep chugging away. the box was a pentium 100Mhz with
32MB ram and a 4GB drive. however, one of our clients had a PIII 500 with
256MB ram and a 20GB hd, but was running exchange. their box was down after
that first hour.

--
***
Matthew H Patterson
Unix Systems Administrator
National Support Center, LLC
Naperville, Illinois, USA
***

On Wed, 10 Jan 2001, Ross Davis - Data Anywhere wrote:
I am about to take over the hosting of a website and want know if my 2 mail
servers are going to be able to handle the volume.

They are two P166's with 64M ram and plenty of disk space.  There are about
2000 emails per day going through the existing mail server.  My servers will
be on a dedicated 10MB connection.

How may mails a day should I be able to handle?

Thanks in advance
Ross Davis






speed of machines

2001-01-10 Thread Ross Davis - Data Anywhere

I am about to take over the hosting of a website and want know if my 2 mail
servers are going to be able to handle the volume.

They are two P166's with 64M ram and plenty of disk space.  There are about
2000 emails per day going through the existing mail server.  My servers will
be on a dedicated 10MB connection.

How may mails a day should I be able to handle?

Thanks in advance
Ross Davis