[Pkg-exim4-users] Pkg-exim4-users
jagginess
jagginess at videotron.ca
Thu Jul 29 22:06:15 UTC 2010
Thanks so much! :) I did exactly those two commands and here's what i get..
exim4 -bd -d
"Exim version 4.69 uid=0 gid=0 pid=3347 D=fbb95cfd
Berkeley DB: Berkeley DB 4.6.21: (September 27, 2007)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb
dsearch nis nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
changed uid/gid: forcing real = effective
uid=0 gid=0 pid=3347
auxiliary group list: <none>
seeking password data for user "uucp": cache not available
getpwnam() succeeded uid=10 gid=10
configuration file is /var/lib/exim4/config.autogenerated
log selectors = 00000ffc 00612001
cwd=/root 3 args: exim4 -bd -d
trusted user
admin user
seeking password data for user "mail": cache not available
getpwnam() succeeded uid=8 gid=8
user name "root" extracted from gecos field "root"
originator: uid=0 gid=0 login=root name=root
3347 listening on 192.168.1.3 port 25
3347 pid written to /var/run/exim4/exim.pid
3347 changed uid/gid: running as a daemon
3347 uid=102 gid=104 pid=3347
3347 auxiliary group list: 104
3347 LOG: MAIN
3347 exim 4.69 daemon started: pid=3347, no queue runs, listening for
SMTP on [192.168.1.3]:25
3347 set_process_info: 3347 daemon: no queue runs, listening for SMTP
on [192.168.1.3]:25
3347 daemon running with uid=102 gid=104 euid=102 egid=104
3347 Listening...
3347 Connection request from 192.168.1.5 port 45065
3347 search_tidyup called
3357 host in rfc1413_hosts? yes (matched "*")
3357 doing ident callback
3357 ident connection to 192.168.1.5 failed: Connection refused
3357 sender_fullhost = [192.168.1.5]
3357 sender_rcvhost = [192.168.1.5]
3357 Process 3357 is handling incoming connection from [192.168.1.5]
3357 host in host_lookup? no (option unset)
3357 set_process_info: 3357 handling incoming connection from
[192.168.1.5]
3357 host in host_reject_connection? no (option unset)
3357 host in sender_unqualified_hosts? no (option unset)
3357 host in recipient_unqualified_hosts? no (option unset)
3357 host in helo_verify_hosts? no (option unset)
3357 host in helo_try_verify_hosts? no (option unset)
3357 host in helo_accept_junk_hosts? no (option unset)
3357 SMTP>> 220 devon ESMTP Exim 4.69 Thu, 29 Jul 2010 17:55:00 -0400
3357 Process 3357 is ready for new message
3357 smtp_setup_msg entered
3357 SMTP<< EHLO devon.local
3357 devon.local in helo_lookup_domains? no (end of list)
3357 sender_fullhost = (devon.local) [192.168.1.5]
3357 sender_rcvhost = [192.168.1.5] (helo=devon.local)
3357 set_process_info: 3357 handling incoming connection from
(devon.local) [192.168.1.5]
3357 host in pipelining_advertise_hosts? yes (matched "*")
3357 host in auth_advertise_hosts? yes (matched "*")
3357 host in tls_advertise_hosts? no (option unset)
3357 SMTP>> 250-devon Hello devon.local [192.168.1.5]
3357 250-SIZE 52428800
3357 250-PIPELINING
3357 250 HELP
3357 SMTP<< QUIT
3357 SMTP>> 221 devon closing connection
3357 LOG: smtp_connection MAIN
3357 SMTP connection from (devon.local) [192.168.1.5] closed by QUIT
3357 search_tidyup called
3347 1 SMTP accept process running
3347 Listening...
"
tshark -i eth0 -np
"
0.251108 192.168.1.5 -> 192.168.1.3 TCP 45065 > 25 [SYN] Seq=0
Win=5840 Len=0 MSS=1460 TSV=23435531 TSER=0 WS=1
0.251212 192.168.1.3 -> 192.168.1.5 TCP 25 > 45065 [SYN, ACK] Seq=0
Ack=1 Win=5792 Len=0 MSS=1460 TSV=18176446 TSER=23435531 WS=2
0.251396 192.168.1.5 -> 192.168.1.3 TCP 45065 > 25 [ACK] Seq=1 Ack=1
Win=5840 Len=0 TSV=23435531 TSER=18176446
0.255357 192.168.1.3 -> 192.168.1.5 TCP 60801 > 113 [SYN] Seq=0
Win=5840 Len=0 MSS=1460 TSV=18176447 TSER=0 WS=2
0.255508 192.168.1.5 -> 192.168.1.3 TCP 113 > 60801 [RST, ACK] Seq=1
Ack=1 Win=0 Len=0
0.257845 192.168.1.3 -> 192.168.1.5 SMTP S: 220 devon ESMTP Exim
4.69 Thu, 29 Jul 2010 17:55:00 -0400
0.258033 192.168.1.5 -> 192.168.1.3 TCP 45065 > 25 [ACK] Seq=1
Ack=60 Win=5840 Len=0 TSV=23435532 TSER=18176448
0.258211 192.168.1.5 -> 192.168.1.3 SMTP C: EHLO devon.local
0.258711 192.168.1.3 -> 192.168.1.5 TCP 25 > 45065 [ACK] Seq=60
Ack=19 Win=5792 Len=0 TSV=18176448 TSER=23435532
0.259514 192.168.1.3 -> 192.168.1.5 SMTP S: 250-devon Hello
devon.local [192.168.1.5] | 250-SIZE 52428800 | 250-PIPELINING | 250 HELP
0.259911 192.168.1.5 -> 192.168.1.3 SMTP C: QUIT
0.260735 192.168.1.3 -> 192.168.1.5 SMTP S: 221 devon closing connection
0.261020 192.168.1.5 -> 192.168.1.3 TCP 45065 > 25 [FIN, ACK] Seq=25
Ack=178 Win=5840 Len=0 TSV=23435532 TSER=18176449
0.262244 192.168.1.3 -> 192.168.1.5 TCP 25 > 45065 [FIN, ACK]
Seq=178 Ack=26 Win=5792 Len=0 TSV=18176449 TSER=23435532
0.262437 192.168.1.5 -> 192.168.1.3 TCP 45065 > 25 [ACK] Seq=26
Ack=179 Win=5840 Len=0 TSV=23435532 TSER=18176449
"
> Date: Thu, 29 Jul 2010 12:05:20 +0200
> From: Marc Haber <mh+pkg-exim4-users at zugschlus.de>
> Subject: Re: [Pkg-exim4-users] Pkg-exim4-users
> To: pkg-exim4-users at lists.alioth.debian.org
> Message-ID: <20100729100520.GB20688 at torres.zugschlus.de>
> Content-Type: text/plain; charset=utf-8
>
> Hi,
>
> On Wed, Jul 28, 2010 at 10:00:20PM -0400, jagginess wrote:
>
>> Absolutely zero. nothing in /var/log/exim4/paniclog, mainlog and rejectlog..
>>
>
> That doesn't look like your're connecting to exim, if it were
> rejecting due to some ip check, there would be log entries.
>
> Please try again with tshark -i eth0 -np, or run exim with exim -bd -d
> on the console.
>
> Greetings
> Marc
>
>
More information about the Pkg-exim4-users
mailing list