Reply to:   Re: multiple names - one pop3d server
I don't believe qmail-smtpd is bound to a single address.  This is the script that 
calls it:

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 2000000 \
     /usr/local/bin/tcpserver -R -H -v -c50 -x /etc/tcp.smtp.cdb \
         -u $QMAILDUID -g $NOFILESGID 0 smtp \
          sh -c '/usr/local/bin/fixcr | /var/qmail/bin/qmail-smtpd' 2>&1

The new name and original name both resolve to the same IP address.

_________________________________
Mike Lichtenwalner
Technology Specialist
Manheim Township School District
Lancaster, PA, USA


Charles Cazabon wrote:
>Mike Lichtenwalner <[EMAIL PROTECTED]> wrote:
>> I have a qmail server which is also running qmail-pop3d.  We recently
>> registered a second domain name, and I would like the existing server to
>> handle both the old and new names (the new one is significantly shorter -
>> which makes it easier for our users!).  This is not a virtual hosting
>> situation - simply 2 names for the same box.
>> >> Configuring SMTP (control/rcpthosts and control/locals) was not a problem.
>> The server will now accept and correctly deliver messages addressed to the
>> new domain.
>> >> POP is a problem.  When I try to telnet on port 110 to the new name, I get a
>> "could not open connection message" (DNS is OK).
>
>Is qmail-smtpd (or rather, its tcpserver instace) bound to only a single
>address?  Does the new name have a different address than the old name?
>
>Charles
>-- >-----------------------------------------------------------------------
>Charles Cazabon                            <[EMAIL PROTECTED]>
>GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
>Any opinions expressed are just that -- my opinions.
>-----------------------------------------------------------------------
>
>
>RFC822 header
>-----------------------------------
>
> Return-Path: <[EMAIL PROTECTED]>
> Delivered-To: [EMAIL PROTECTED]
> Received: (qmail 19448 invoked from network); 15 Feb 2001 22:33:29 -0000
> Received: from unknown (HELO muncher.math.uic.edu) (131.193.178.181)
>   by mail.mtwp.k12.pa.us with SMTP; 15 Feb 2001 22:33:29 -0000
> Received: (qmail 6191 invoked by uid 1002); 15 Feb 2001 22:12:56 -0000
> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> Precedence: bulk
> Delivered-To: mailing list [EMAIL PROTECTED]
> Received: (qmail 22748 invoked from network); 15 Feb 2001 22:12:56 -0000
> Received: from sal.qcc.sk.ca (198.169.27.3)
>   by muncher.math.uic.edu with SMTP; 15 Feb 2001 22:12:56 -0000
> Received: (qmail 1276 invoked by uid 1016); 15 Feb 2001 22:12:29 -0000
> Date: Thu, 15 Feb 2001 16:12:29 -0600
> From: Charles Cazabon <[EMAIL PROTECTED]>
> To: qmail <[EMAIL PROTECTED]>
> Subject: Re: multiple names - one pop3d server
> Message-ID: <[EMAIL PROTECTED]>
> Mime-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> User-Agent: Mutt/1.2i
> In-Reply-To: <no.id>; from [EMAIL PROTECTED] on Thu, Feb 15, 2001 at >04:57:02PM 
>-0500
>

Reply via email to