[exim] problem with exim-4.68

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Grigoriy S. Gusew
Data:  
Para: exim-users
Asunto: [exim] problem with exim-4.68
Hello,

I`m having problem with exim-4.68 installed on FreeBSD system

# exim -bV
Exim version 4.68 #0 (FreeBSD 6.2) built 08-Nov-2007 16:05:13
Copyright (c) University of Cambridge 2006
Probably Berkeley DB version 1.8x (native mode)
Support for: crypteq iconv() IPv6 use_setclassresources PAM Perl
Expand_dlfunc OpenSSL Content_Scanning Old_Demime
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb
dsearch mysql nis nis0 passwd
Authenticators: cram_md5 dovecot plaintext spa
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /usr/local/etc/exim/configure


# uname -a
FreeBSD my.hostname.tld 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #1: Wed Nov 21
22:20:43 MSK 2007     root@???:/usr/obj/usr/src/sys/MIZUE  i386


The problem is that exim creates a child process handling incoming
connection, I can input only following SMTP commands:

220 mydomainname.com , ESMTP EXIM 4.68
helo adminhois
250 mydomainname.com Hello adminhost [194.187.207.211]
MAIL FROM: my@???
250 OK
RCPT TO: test@???
250 Accepted
DATA


Connection to host lost.



And then this child process crashes without a reason:

13:58:09 12456 SMTP<< DATA
13:58:09 12456 SMTP>> 354 Enter message, ending with "." on a line by itself
13:58:09 12456 search_tidyup called
13:58:09 12456 close MYSQL connection: localhost/exim/exim
13:58:09 12450 child 12456 ended: status=0xb
13:58:09 12450 0 SMTP accept processes now running
13:58:09 12450 Listening...


# cat /var/log/messages | grep "pid 12456"
Nov 22 13:58:09 tau kernel: pid 12456 (exim-4.68-0), uid 26: exited on
signal 11

And no messages from outside arriving to user`s maildirs, but if I`ll do
something like that:

echo 'test message' | mail -s test test@???

message will be successfully delivered, but without entries in log files.

my /etc/mail/mailer.conf

sendmail            /usr/local/sbin/exim
send-mail           /usr/local/sbin/exim
mailq               /usr/local/sbin/exim -bp
newaliases          /usr/bin/true


I can post my exim configuration file if needed.

Thanks
--
Grigoriy S. Gusew