From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LULGA-00024U-T6 for garchives@archives.gentoo.org; Tue, 03 Feb 2009 13:24:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59AD1E02B2; Tue, 3 Feb 2009 13:24:13 +0000 (UTC) Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.244]) by pigeon.gentoo.org (Postfix) with ESMTP id 144CEE02B2 for ; Tue, 3 Feb 2009 13:24:13 +0000 (UTC) Received: by rv-out-0708.google.com with SMTP id b17so2211185rvf.46 for ; Tue, 03 Feb 2009 05:24:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=DrVRhbUYuPoAWG3+0Dh36X0emEjiW9GkcBm6ld2ivpY=; b=Oc2uYL9dZsUoL1l/9TeUW+OEU/1i+h8xhuHa7SCX3c8vusX9Xg6c6Xrha/2xss9UXw 67uhW6r5VllXoG6ZIxegVrcHguJerOKqXTvIIDf/+3JQs0WMWh7qsgw6evj8p5P3HZxy dhfxwaDGfTcfff53YscQ63oSEV6azTwFQzo6M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fcYULef7aoOWwg91XSnuvghDKIpt3fnQPJDtnssQXODyU0zTlvGzySkKpjMn/d20A1 i+LJgycfSw2oN+0kQFOQek/Uw3BEK9dLp4k19V47v7doad/KPKXP02VnV6izdraTCnPG +UNdpY9DQu37aL//0ERLvB8LyS9aroRMFCov0= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.141.211.5 with SMTP id n5mr2956428rvq.137.1233667451628; Tue, 03 Feb 2009 05:24:11 -0800 (PST) Date: Tue, 3 Feb 2009 14:24:11 +0100 Message-ID: Subject: [gentoo-user] problem with mail server From: =?ISO-8859-2?Q?Marcin_Ni=B6kiewicz?= To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=000e0cd14d6639ac9b0462039625 X-Archives-Salt: fccd53fd-7ddd-487a-bdcc-1312cf681e26 X-Archives-Hash: ba2033233380e3ff728dd35dae72aeee --000e0cd14d6639ac9b0462039625 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello I'm testing mail server with mysql backend. Generally it works quite well. But from time to time during testing, single mails can't be send because of smtp errors: in mail.log Feb 3 13:47:37 mail postfix/smtpd[28339]: NOQUEUE: reject: RCPT from unknown[ip]: 451 4.3.0 : Temporary lookup failure; from=> to=< user@domain2.org > proto=ESMTP helo= in mail.warn Feb 3 13:47:37 kurier4 postfix/trivial-rewrite[2438]: warning: transport_maps lookup failure when I check transport_map: postconf | grep transport_map address_verify_transport_maps = $transport_maps fallback_transport_maps = mailbox_transport_maps = mydestination = $myhostname, localhost.localdomain, $transport_maps proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks transport_maps = mysql:/etc/mail/sql/mysql-transport.cf my /etc/mail/sql/mysql-transport.cf looks like that: user = postfix password = password dbname = maildb table = transport select_field = destination where_field = domain hosts = 127.0.0.1 Generally I'm thinking that it could be mysql error - but there is nothing wrong in its error log... I set really big limit of concurrent connections max_user_connections = 1000 So what can be wrong? Any ideas? Thank in progress for any help best regards nichu --000e0cd14d6639ac9b0462039625 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello
I'm testing mail server with mysql backend. Generally it works= quite well. But from time to time during testing, single mails can't b= e send because of smtp errors:

in mail.log
Feb  3 13:47:37 = mail postfix/smtpd[28339]: NOQUEUE: reject: RCPT from unknown[ip]: 451 4.3.= 0 <user@doma= in.org>: Temporary lookup failure; from=3D<user@domain.org> to=3D<user@domain2.org> proto=3DESMTP helo=3D<domain.org= >
in mail.warn
Feb  3 13:47:37 kurier4 postfix/trivial-rewrite[2438]:= warning: transport_maps lookup failure

when I check transport_map:<= br>
postconf | grep transport_map
address_verify_transport_maps =3D $= transport_maps
fallback_transport_maps =3D
mailbox_transport_maps =3D
mydestination = =3D $myhostname, localhost.localdomain, $transport_maps
proxy_read_maps = =3D $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias= _domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_ma= ps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonic= al_maps $relocated_maps $transport_maps $mynetworks
transport_maps =3D mysql:/etc/mail/sql/mysql-transport.cf

my /etc/mail/sql/mysql-transport.cf looks like that:
user =3D postfix
= password =3D password
dbname =3D maildb
table =3D transport
select_field =3D destinationwhere_field =3D domain
hosts =3D 127.0.0.1

Generally I'm thi= nking that it could be mysql error - but there is nothing wrong in its erro= r log...
I set really big limit of concurrent connections

max_user_connection= s =3D 1000

So what can be wrong?
Any ideas?

Thank in progr= ess for any help
best regards
nichu


--000e0cd14d6639ac9b0462039625--