Цитат от Brian Evans - Postfix List <grkni...@scent-team.com>:

 > On 12/10/2009 11:57 AM, c...@mail.bg wrote:
 >> Hello I'm having weird problems with unknown mail transport error.
 >>
 >> I moved a working postfix server from a linux machine to a netbsd one
 >> and at first I thought everything was working. I am receiving emails
 >> to all my mails that are hosted on this server, however I can't send
 >> mail from my server to any server on the internet (gmail, yahoo.com,
 >> you name it). Mail that is directed to different emails on different
 >> domains on this machine gets delivered thought. All I get as an error
 >> is this:
 >>
 >> Dec 10 18:45:40 rainstorm postfix/pickup[2937]: 4917A988312: uid=0
 >> from=<i...@ilf.me>
 >> Dec 10 18:45:40 rainstorm postfix/cleanup[26511]: 4917A988312:
 >> message-id=<20091210164540.4917a988...@yin.ilfsworld.com>
 >> Dec 10 18:45:40 rainstorm postfix/qmgr[888]: 4917A988312:
 >> from=<i...@ilf.me>, size=310, nrcpt=1 (queue active)
 >> Dec 10 18:45:40 rainstorm clamsmtpd: 1000FE: accepted connection from:
 >> 127.0.0.1
 >> Dec 10 18:45:40 rainstorm postfix/smtpd[13748]: connect from
 >> localhost[127.0.0.1]
 >> Dec 10 18:45:40 rainstorm postfix/smtpd[13748]: 8EB6298830D:
 >> client=localhost[127.0.0.1]
 >> Dec 10 18:45:40 rainstorm postfix/cleanup[26511]: 8EB6298830D:
 >> message-id=<20091210164540.4917a988...@yin.ilfsworld.com>
 >> Dec 10 18:45:40 rainstorm postfix/smtp[2010]: 4917A988312:
 >> to=<ilf.stoya...@gmail.com>, relay=127.0.0.1[127.0.0.1]:10025,
 >> delay=0.5, delays=0.05/0/0.2/0.24, dsn=2.0.0, status=sent (250 2.0.0
 >> Ok: queued as 8EB6298830D)
 >> Dec 10 18:45:40 rainstorm clamsmtpd: 1000FE: from=...@ilf.me,
 >> to=ilf.stoya...@gmail.com, status=CLEAN
 >> Dec 10 18:45:40 rainstorm postfix/qmgr[888]: 8EB6298830D:
 >> from=<i...@ilf.me>, size=537, nrcpt=1 (queue active)
 >> Dec 10 18:45:40 rainstorm postfix/smtpd[13748]: disconnect from
 >> localhost[127.0.0.1]
 >> Dec 10 18:45:40 rainstorm postfix/qmgr[888]: 4917A988312: removed
 >> Dec 10 18:45:40 rainstorm postfix/error[19058]: 8EB6298830D:
 >> to=<ilf.stoya...@gmail.com>, relay=none, delay=0.23,
 >> delays=0.22/0.01/0/0, dsn=4.3.0, status=deferred (unknown mail
 >> transport error)
 >>
 >>
 >> I am not running a chrooted postfix.
 >>
 >> Here is my postconf, in pastebin, and my master.cf again in pastebin:
 >>
 >> postconf: http://pastebin.com/f70940c06[1]
 >
 > Welcome to the list.  Unfortunately, you seem to have missed the
 > directions in the welcome message.
Thanks but I'm not really new to the list, I just haven't posted much, just reading it.

 > TO REPORT A PROBLEM, see http://www.postfix.org/DEBUG_README.html#mail[2]

I did not search through the entire postconf output but...
 > I did notice that your transport_maps is a pgsql map.
 > What happens when you run postmap with the -q parameter with it? Does it
 > return a blank line or nothing at all?
 > SQL queries *must* return 0 rows if not found.  A blank row is not
 > acceptable.

my bad, should have posted postconf -n.

here it is:

http://pastebin.com/f2ab3dd24



 >> master.cf: http://pastebin.com/f20c0bc91[3]
 >>
 >> I have been trying with and without clamsmtp, and with different
 >> compile options in netbsd. I found out that there was a problem with
 >> threaded ssl lib in netbsd that affected both sendmail and postfix, I
 >> relinked and compiled it against openssl in pkgsrc and the system one.
 >> No difference at all.
 >>
 >> Also
 >> egrep 'fatal|panic' /var/log/maillog
 >>
 > See http://www.postfix.org/DEBUG_README.html#logging[4] for a better view.

here is the complete egrep:

rainstorm# egrep '(warning|error|fatal|panic):' /var/log/maillog
Dec 10 19:32:23 rainstorm postfix/qmgr[538]: warning: private/smtp socket: malformed response Dec 10 19:32:23 rainstorm postfix/master[19411]: warning: process /usr/pkg/libexec/postfix/smtp pid 25033 killed by signal 6 Dec 10 19:32:23 rainstorm postfix/qmgr[538]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description Dec 10 19:32:23 rainstorm postfix/master[19411]: warning: /usr/pkg/libexec/postfix/smtp: bad command startup -- throttling Dec 10 19:35:02 rainstorm postfix/smtpd[23580]: warning: 95.87.254.72: hostname 95-87-254-72.net1.bg verification failed: No address associated with hostname Dec 10 19:35:03 rainstorm postfix/smtpd[25390]: warning: 95.87.254.72: hostname 95-87-254-72.net1.bg verification failed: No address associated with hostname Dec 10 19:37:25 rainstorm postfix/qmgr[538]: warning: private/smtp socket: malformed response Dec 10 19:37:25 rainstorm postfix/master[19411]: warning: process /usr/pkg/libexec/postfix/smtp pid 6723 killed by signal 6 Dec 10 19:37:25 rainstorm postfix/master[19411]: warning: /usr/pkg/libexec/postfix/smtp: bad command startup -- throttling Dec 10 19:37:25 rainstorm postfix/qmgr[538]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description Dec 10 19:39:37 rainstorm postfix/smtpd[3369]: warning: 95.87.254.72: hostname 95-87-254-72.net1.bg verification failed: No address associated with hostname Dec 10 19:40:02 rainstorm postfix/smtpd[7345]: warning: 95.87.254.72: hostname 95-87-254-72.net1.bg verification failed: No address associated with hostname Dec 10 19:40:02 rainstorm postfix/smtpd[3369]: warning: 95.87.254.72: hostname 95-87-254-72.net1.bg verification failed: No address associated with hostname Dec 10 19:45:03 rainstorm postfix/smtpd[9869]: warning: 95.87.254.72: hostname 95-87-254-72.net1.bg verification failed: No address associated with hostname Dec 10 19:45:03 rainstorm postfix/smtpd[27289]: warning: 95.87.254.72: hostname 95-87-254-72.net1.bg verification failed: No address associated with hostname Dec 10 19:45:57 rainstorm postfix/smtpd[9869]: warning: 95.87.254.72: hostname 95-87-254-72.net1.bg verification failed: No address associated with hostname Dec 10 19:47:23 rainstorm postfix/qmgr[538]: warning: private/smtp socket: malformed response Dec 10 19:47:23 rainstorm postfix/master[19411]: warning: process /usr/pkg/libexec/postfix/smtp pid 23560 killed by signal 6 Dec 10 19:47:23 rainstorm postfix/master[19411]: warning: /usr/pkg/libexec/postfix/smtp: bad command startup -- throttling Dec 10 19:47:23 rainstorm postfix/qmgr[538]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description Dec 10 19:47:33 rainstorm postfix/smtpd[20082]: warning: 95.87.254.72: hostname 95-87-254-72.net1.bg verification failed: No address associated with hostname Dec 10 19:48:47 rainstorm postfix/smtpd[20082]: warning: 95.87.254.72: hostname 95-87-254-72.net1.bg verification failed: No address associated with hostname Dec 10 19:50:02 rainstorm postfix/smtpd[20082]: warning: 95.87.254.72: hostname 95-87-254-72.net1.bg verification failed: No address associated with hostname Dec 10 19:50:02 rainstorm postfix/smtpd[12741]: warning: 95.87.254.72: hostname 95-87-254-72.net1.bg verification failed: No address associated with hostname Dec 10 19:52:23 rainstorm postfix/master[19411]: warning: process /usr/pkg/libexec/postfix/smtp pid 22721 killed by signal 6 Dec 10 19:52:23 rainstorm postfix/qmgr[538]: warning: private/smtp socket: malformed response Dec 10 19:52:23 rainstorm postfix/master[19411]: warning: /usr/pkg/libexec/postfix/smtp: bad command startup -- throttling Dec 10 19:52:23 rainstorm postfix/qmgr[538]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description Dec 10 19:54:07 rainstorm postfix/smtpd[17851]: warning: 95.87.254.72: hostname 95-87-254-72.net1.bg verification failed: No address associated with hostname



Links:
------
[1] http://pastebin.com/f70940c06
[2] http://www.postfix.org/DEBUG_README.html#mail
[3] http://pastebin.com/f20c0bc91
[4] http://www.postfix.org/DEBUG_README.html#logging


-------------------------------------

Участвай в онлайн анкетата на iZone.bg
и спечели един от 5те нетбука Acer!
Кликни сега на http://www.izone.bg/6/index.html

Reply via email to