[exim] Virtual domains with Exim4 on Debian 3.1

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Victor Trac
Datum:  
To: exim-users
Betreff: [exim] Virtual domains with Exim4 on Debian 3.1
I'm an exim newbie, and am having a ton of trouble with virtual
domains (amoung other things related to Exim, but let's takle virtual
domains for now). I've followed the instructions
http://koivi.com/exim4-config/ to a T, checked it twice, but am coming
up unsuccessful. First thing that's wrong is spamassassin doesn't
seem to be doing anything to the emails in my inbox (it doesn't add
it's headers to any of the mails). Spamd seems to be running in the
background without a problem, however:

root     16007  0.0  0.5 29888 1032 ?        Ss   Jun29   0:06
/usr/sbin/spamd --create-prefs --max-children 5 --helper-home-dir -d
--pidfile=/var/run/spamd.pid


The second, and more serious, problem is that Exim doesn't seem to
know which domains are virtual domains. I've checked my
/etc/mail/virtual/ files, and they all basically have: *:
vtrac@localhost, where vtrac is my local account on the system. Mail
going to vtrac@??? (victortrac.com being the real server)
seems to work fine, although checking the rejectlog shows that Exim
rejects a lot of spam going to that address:

2005-06-30 07:42:38 H=12-222-181-211.client.insightbb.com
(ezmailboxes.com) [12.222.181.211] F=<info@???> rejected
RCPT <info@???>: Unrouteable address

Is that error because videokart.com isn't routable? I ask because I
have a /etc/mail/virtual/victortrac.com that solely has: *:
vtrac@localhost.

When I try to send an email to vtrac@??? (clemsontalk.com
being a virtual domain on my server), it gets rejected. Here's the
snippet from the rejectlog:

2005-06-30 14:48:07 H=nproxy.gmail.com [64.233.182.203]
F=<victor.trac@???> rejected RCPT <vtrac@???>: relay
not permitted

This is my /etc/exim4/update-exim4.conf.conf file:

dc_eximconfig_configtype='internet'
dc_other_hostnames='victortrac.com, clemsontalk.com, clemsonwiki.com'
dc_local_interfaces=''
dc_readhost=''
dc_relay_domains='navy.mil'
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 can please provide insight it would be greatly appreciated.

Thanks,
Victor