Re: [Exim] can't send mail

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Petr Cech
Fecha:  
A: exim-users
Asunto: Re: [Exim] can't send mail
Just to end this debate and move on
On Wed, Apr 19, 2000 at 06:14:15PM +0300 , Vadim Vygonets wrote:
> > It does if you installed the pcre libraries, but if you did not installed
> > and you rely just on the ones with the exim distribution you have to
> > add to makefile . At least I had to do it on 3.13 under slink.


That happens when s/o recompiles package meant for potato on slink without
checking, what other packages are needed.
slink has libpcre1 where exim 3.x need libpcre2, so there is the problem.

> > I have not tried 3.14 so i cannot say if the problem is still there or
> > not ...
>
> Are you talking about the source of Exim downloaded from the
> University of Cambridge or the one in source .deb files? It is
> possible that Debian, in its infinite wisdom, changed the
> Makefile, or provided their own.


Yup. That is exim in Debian is dynamicly linked with libident and libpcre
(you know, one finds a bug in the library and doesn't need to recompile every
program that used it).

                Petr Cech
-- 
Debian GNU/Linux maintainer - www.debian.{org,cz}
           cech@???


<sgore> "Debian - 3 million penguins can't be wrong."


Received: from bass.cnw.cz ([193.85.233.34])
    by exim-colo-01.whoc.theplanet.co.uk with esmtp (Exim 3.13 #1)
    id 12hxCX-00038D-00
    for exim-users@???; Wed, 19 Apr 2000 17:19:41 +0100
Received: from bass.cnw.cz ([193.85.233.34] helo=best.sh.cvut.cz)
    by bass.cnw.cz with esmtp (Exim 3.12 #1 (Debian))
    for exim-users@???
    id 12hxJi-000812-00; Wed, 19 Apr 2000 18:27:06 +0200
Received: from milon by best.sh.cvut.cz with local (Exim 3.12 #1 (Debian))
    for exim-users@???
    id 12hxAa-0001p0-00; Wed, 19 Apr 2000 18:17:40 +0200
To: exim-users@???
From: Milan.Kocian@???
Date: 19 Apr 2000 18:17:40 +0200
Message-ID: <87og76dpzv.fsf@???>
Lines: 19
User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Subject: [Exim] string expand
Sender: exim-users-admin@???
Errors-To: exim-users-admin@???
X-BeenThere: exim-users@???
X-Mailman-Version: 2.0beta2
Precedence: bulk
List-Id: A user list for the exim MTA <exim-users.exim.org>


Hi,
I have those expansions in this transport with this dbm source. The
hosts expansion works well, but port expansion not. Can someone say me
where may be a bug. Exim says: TCP port not found.

Thank you for your tips.

bye Milan Kocian

remote_smtp_anyhost:
driver = smtp
port = ${lookup{${local_part}@${domain}:port}dbm*@{/etc/exim/sendhost.dbm}{$value}fail}
gethostbyname = true
hosts = ${lookup{${local_part}@${domain}:host}dbm*@{/etc/exim/sendhost.dbm}{$value}fail}
hosts_override = true

dbm source:

milon@???: port=smtp2 host=best.sh.cvut.cz