Re: [exim] exim with virtual domain question

Top Page
Delete this message
Reply to this message
Author: 宇翔
Date:  
To: exim-users
Subject: Re: [exim] exim with virtual domain question
hello

sorry , i have miss add below

domainlist relay_to_domains = virtualdomainA : virtualdomainB

it is can work now ...

thanks all


----- Original Message -----
From: "宇翔" <usnei@???>
To: <exim-users@???>
Sent: Thursday, October 04, 2007 3:29 PM
Subject: Re: [exim] exim with virtual domain question


> hello all
>
> about my question , when i add below , all outside world message can send
> message to my virtual user mailbox
>
> but i think it's not good solution
>
> hostlist relay_from_hosts = 127.0.0.1 : *
>
> anyone know how to solve this problem ?, i wanna receive outside world
> message (like yahoo gmail ) , but i don't think realy_from_hosts = * is
> good idea
>
> thanks a lot :)
>
>
>
>
>
> ----- Original Message -----
> From: "宇翔" <usnei@???>
> To: <exim-users@???>
> Sent: Thursday, October 04, 2007 1:44 PM
> Subject: [exim] exim with virtual domain question
>
>
>> Hello all
>>
>> i have set exim 4-68 with virtual domain , i have setting
>> /usr/exim/configure below , vm-pop3d already working
>>
>> #primary_hostname =
>>
>>
>> # The next three settings create two lists of domains and one list of
>> hosts.
>> # These lists are referred to later in this configuration using the
>> syntax
>> # +local_domains, +relay_to_domains, and +relay_from_hosts, respectively.
>> They
>> # are all colon-separated lists:
>>
>> domainlist local_domains = @
>> domainlist relay_to_domains =
>> hostlist   relay_from_hosts = 127.0.0.1
>> local_interfaces        = 0.0.0.0.25 : 127.0.0.1.10025 (cause my server 
>> also run amavis )

>>
>>
>> begin routes sector
>>
>> =====================
>>
>> begin routers
>>
>> virtual_domains:
>>
>> driver = accept
>> domains = dsearch;/etc/mail/Vdomains
>> local_parts = dsearch;/etc/mail/Vdomains/$domain
>> transport = my_mailboxes
>>
>> begin transport
>> ==================
>> begin transports
>>
>> my_mailboxes:
>> driver = appendfile
>> file=/var/mail/Vdomains/$domain/$local_part
>> user=mail
>> group=mail
>> return_path_add
>> envelope_to_add
>> delivery_date_add
>>
>> i have touch /etc/mail/Vdomains/domainA , /etc/mail/Vdomains/domainB
>>
>> when i at local machine login as root send test mail to
>> testuser@virutldomainA
>>
>> it's ok
>>
>> but i use another mail address wanna send mail to testuser@virtualdomainA
>>
>> log always said relay not permmit ..
>>
>> can anybody tell me why?...thanks a lot ^^
>