Please help.
How I can to recive mail to any_user@any_name.ray.ru in one file
for pop3 access?
I made it:
>Q0305: How do I arrange for all incoming email for *@some.domain to go into one
> pop3 mail account? The customer doesn't want to add a list of specific
> local parts to the system.
>
>A0305: Set up a special transport that writes to the mailbox like this:
>
> special_transport:
> driver = appendfile
> file = /pop/mailbox
> envelope_to_add
> return_path_add
> delivery_date_add
> user = exim
>
> The file will be written as the user "exim". Then arrange to route all
> mail for that domain to that transport, with a router like this:
>
> special_router:
> driver = domainlist
> transport = special_transport
> route_list = "some.domain"
>
>
Other hosts don't know about any_name.ray.ru host and I wrote
*.ray.ru. IN MX 11 mail.ray.ru
in DNS.
But my mail was "frozen".
1998-11-16 18:25:45 0zfRTE-00000b-00 <= root@??? H=yellow.ray.ru (hotel.kaliningrad.ru) [212.44.65.5] P=smtp S=550 id=m0zfRTE-000HaWC@???
1998-11-16 18:25:45 0zfRTE-00000b-00 lowest MX record for hotel.ray.ru points to local host
1998-11-16 18:25:45 0zfRTE-00000b-00 == market@??? R=lookuphost defer (-1): lowest numbered MX record points to local host
1998-11-16 18:25:45 0zfRTE-00000b-00 Frozen
Thank you
Nick K. Kozubsky
nick@???
Tel: +7 0112 350601
FAX: +7 0112 350603
Rem: No Microsoft products were used in the production of this message.
--
*** Exim information can be found at
http://www.exim.org/ ***