[exim] delivery not succesfull

Top Page
Delete this message
Reply to this message
Author: Alexander Curvers
Date:  
To: exim-users
Subject: [exim] delivery not succesfull
Router logging

im a exim newbie, screwed up my exim reinstalled it same problem persists:

sympton:
vps123:~# exim4 -d+route -bt info@???
Exim version 4.69 uid=0 gid=0 pid=21338 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=21338
auxiliary group list: <none>
configuration file is /etc/exim4/exim4.conf
log selectors = ffffffff 7fffdfff
trusted user
admin user
originator: uid=0 gid=0 login=root name=root
sender address = root@???
Address testing: uid=0 gid=106 euid=0 egid=106
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Testing info@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Considering info@???
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

routing info@???
no more routers
info@??? is undeliverable: Unrouteable address
search_tidyup called


in /etc/aliases i have something like

info : extern@???

=============================
im on debian my config file:

dc_eximconfig_configtype='internet'
dc_other_hostnames='vps123.directvps.nl
;vps123;localhost;91.214.45.106;194.145.200.153;mailserver.son.nl'
dc_local_interfaces='*'
dc_readhost=''
dc_relay_domains='*'
dc_minimaldns='false'
dc_relay_nets='*'
dc_smarthost=''
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname=''
dc_mailname_in_oh='true'
dc_localdelivery='maildir_home'

if anyone has some advice or knows the cause of this problem..
i also wonder why i dont get any debug messages from the routers ... are the
routers even processed cant find info how to make them give debug info other
then the command im already using:

exim4 -d+route -bt info@???

other question i have is the output shows.. that i use config
/etc/exim4/exim4.conf
which has only one line
log_selector = +-rejected_header

is that normal (on debian)????
in any case i use the command update-exim4.conf to update the config (but
where is the final config)


Regards Alexander