Re: [Exim] Vacation problem exim 4.05

Pàgina inicial
Delete this message
Reply to this message
Autor: Simon Alman
Data:  
A: exim-users
Assumpte: Re: [Exim] Vacation problem exim 4.05
Hi, thanks for the response.

In my logs it says:

2002-09-09 10:01:51 17oKQS-0002aj-00 == >User1 <user1@???>
<user2@???> R=userforward T=address_reply defer (0): Failed to send
message
from address_reply transport (1)

2002-09-09 10:20:30 17oKQS-0002aj-00 => >User1 <user1@???>
<user2@???> R=userforward T=address_reply
2002-09-09 10:20:30 17oKQS-0002aj-00 Completed

It looks like the message bounced the first time but was then delivered on
a retry - however no vacation reply was received by user1. I am not getting
an error about a missing transport since it is not missing.

My address_reply transport is set up as follows in the config:

address_reply:
driver = autoreply

As for the redirect router, I've had a look at the spec.pdf for exim 4 and
I've actually used the example given on page 144 for a userforward router
so I'd hope that it was correct (see below - userforward example).

I guess the next question is, what is likely to cause the following error:
"Failed to send message from address_reply transport (1)"

what does the error code "1" stand for ? I have not been able to find its
meaning in the documentation ?

Regards

Simon Alman

# UserForward check
userforward:
driver = redirect
allow_filter
check_local_user
file = $home/.forward
file_transport = address_file
pipe_transport = address_pipe
reply_transport = address_reply
no_verify
no_expn
directory_transport = address_directory
skip_syntax_errors
syntax_errors_to = postmaster@???
syntax_errors_text = \
This is an automatically generated message. An error has\n\
been found in your .forward file. Details of the error are\n\
reported below. While this error persists, you will receive\n\
a copy of this message for every message that is addressed\n\
to you. If your .forward file is a filter file, or if it is\n\
a non-filter file containing no valid forwarding addresses,\n\
a copy of each incoming message will be put in your normal\n\
mailbox. If a non-filter file contains at least one valid\n\
forwarding address, forwarding to the valid addresses will\n\
happen, and those will be the only deliveries that occur.



At 12:03 09/09/2002 +0200, you wrote:
>Simon Alman wrote:
>>Hi All
>>
>>I am having lots of trouble getting vacation to work, I have setup vacation
>>in users .forward file as shown below. When mail is sent to the users no
>>vacation response is sent back. However an entry is added to .vacation.log
>>indicating that a response was sent.
> > I have checked the queue and nothing is queued for delivery so I do
> > not understand why it is doing this ?
>
>You should have an error in the logfiles, about a missing
>reply_tranport, have a look into
>21. The redirect router
>26. The autoreply transport
>of the exim spec.txt or the exim html-documentation. IIRC there is an
>example in the config.samples.tgz on the website.
>
>ciao