Re: [exim] Redirect from E-mail to E-mail list

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Leonid Shulov
Data:  
Para: Magnus Holmgren
CC: exim-users
Asunto: Re: [exim] Redirect from E-mail to E-mail list
I upgraded to exim 4.62-1.

In /etc/aliases:
bugzilla: lshulov@???

command:
exim4 -i -t < mailTmp.txt

mailTmp.txt:
To: bugzilla@???
From: Admin <lshulov@???>
Subject: Test Email

         Test Test Test



Now when I send to bugzilla@??? instead <=
lshulov@??? I see <= root@???, and instead
=> lshulov@??? I see bugzilla@???

/var/log/exim4/mainlog:
2006-06-04 16:16:45 1FmsTF-00073s-Rr <= root@??? U=root
P=local S=399
2006-06-04 16:16:47 1FmsTF-00073s-Rr => bugzilla@???
R=smarthost T=remote_smtp_smarthost H=mail.arabellasw.com
[212.67.202.161] X=TLS-1.0:RSA_3DES_EDE_CBC_SHA1:24
2006-06-04 16:16:47 1FmsTF-00073s-Rr Completed


PS. File update-exim4.conf.conf atached



Magnus Holmgren wrote:
> On Sunday 04 June 2006 12:33, Leonid Shulov took the opportunity to write:
>
>> It enough, but don't work in my exim
>>
>> I wrote in /etc/aliases:
>> email.address@???: email.address1, meal.address2, ... meal.addressN
>>
>> and after that:
>> >newaliases
>>
>> I have exim 3.36-18
>>
>
> Ouch. You should upgrade to exim4 ASAP. Exim 3.xx is very old and massively
> unsupported (everyone seems to have forgotten how to configure it).
>
> Anyway, the aliasfile director expects a local part on each line (no
> @domain.com), unless include_domain is set. The addresses in the lists should
> include the domain part, but you can specify qualify_preserve_domain to
> automatically use the same domain as in the expanded address. Otherwise the
> default domain (set with qualify_recipent, qualify_domain or
> primary_hostname) will be appended.
>
>



-- 
 Shulov Leonid             lshulov@???
  System Administrator
  Arabella Software Ltd.   www.arabellasw.com
  Tel: +972 9 7651788      Fax: +972 9 7657494


# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
#
# Please note that this is _not_ a dpkg-conffile and that automatic changes
# to this file might happen. The code handling this will honor your local
# changes, so this is usually fine, but will break local schemes that mess
# around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to replace
# the DEBCONFsomethingDEBCONF strings in the configuration template files.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file

dc_eximconfig_configtype='smarthost'
dc_other_hostnames='asraid01.localdomain'
dc_local_interfaces='127.0.0.1'
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets='192.169.0.0/24'
dc_smarthost='mail.arabellasw.com'
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname='false'
dc_mailname_in_oh='true'