[Exim] Problems with domains and POP boxes

Top Pagina
Delete this message
Reply to this message
Auteur: Tim AtLee
Datum:  
Aan: exim-users
Onderwerp: [Exim] Problems with domains and POP boxes
I was wondering if anyone would be able to help me fix a little problem I'm
having

I want to add an e-mail box for simple collection.. Easy enough to make a
new account for the user, but when i go to try to send e-mail to the
address, I get:

    unknown local-part "spaced" in domain "champions-of-marr.com"


while when I send to spaced@??? (other name, same IP), it
goes through OK.

What config bit am I missing??

when I do "exim -v -d9 -bt address@???", this is the
output:

(done as root - I noticed it spewed a few more errors)

Config file in question is attached.

Any comments on how to clean it up a bit (I suppose I could remove procmail,
since I don't use it) or perhaps do the virtual domain thing better are more
than welcomed!! :-)

Thanks,

Tim

root@elminster:~# exim -v -d9 -bt spaced@???
Exim version 3.32 debug level 9 uid=0 gid=0
Berkeley DB: Sleepycat Software: Berkeley DB 2.7.7: (08/20/99)
elminster in local_domains? no (end of list)
adding primary host name elminster to local_domains
Unable to create IPv6 socket to find interface addresses:
error 97 Address family not supported by protocol
Trying for an IPv4 socket
Actual local interface address is 127.0.0.1 (lo)
Actual local interface address is 24.108.210.167 (eth0)
Actual local interface address is 192.168.0.1 (eth1)
Caller is an admin user
Caller is a trusted user
user name "root" extracted from gecos field "root,,,"
originator: uid=0 gid=0 login=root name=root
sender address = root@???
Address testing: uid=0 gid=0 euid=8 egid=8
>>>>>>>>>>>>>>>>>>>>>>>>

Testing spaced@???
champions-of-marr.com in local_domains? yes (matched champions-of-marr.com)
champions-of-marr.com in percent_hack_domains? no (end of list)
address spaced@???
local_part=spaced domain=champions-of-marr.com
domain is local
>>>>>>>>>>>>>>>>>>>>>>>>

directing spaced@???
real_local director skipped: prefix mismatch
champions-of-marr.com in "champions-of-marr.com"? yes (matched
champions-of-marr.com)
virtual director has more set FALSE
calling virtual director
df_lookup entered: search type = lsearch
virtual director: lsearch key=spaced
file="/etc/domains/champions-of-marr.com"
search_open: lsearch "/etc/domains/champions-of-marr.com"
search_find: file="/etc/domains/champions-of-marr.com"
key="spaced" partial=-1
LRU list:
7/etc/domains/champions-of-marr.com
End
internal_search_find: file="/etc/domains/champions-of-marr.com"
type=lsearch key="spaced"
file lookup required for spaced
in /etc/domains/champions-of-marr.com
lookup failed
virtual director declined for spaced:
spaced@??? is undeliverable:
unknown local-part "spaced" in domain "champions-of-marr.com"
search_tidyup called


----- Original Message -----
From: "Derrick MacPherson" <derrick@???>
To: "Tim AtLee" <spaced@???>
Sent: Thursday, September 13, 2001 11:26 PM
Subject: Re: [Exim] Having some problems with domains and POP boxes...


> post your config and
> /usr/exim/bin/exim -v -d9 -bt address@???
>
>