Re: [exim] Vacation autoreply not sent

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: kmb
Data:  
Para: exim-users
Assunto: Re: [exim] Vacation autoreply not sent

Dirk,

First Sorry for the delay in getting back to you on this, if you still
have the issue I have included my comments inline below as well as
summarized

See below where I have added my comments back in using "======" as a
marker. I'm not sure where you added the extra user=$local_part but
that as you see should not have been added.

in your router you need to set "transport_home_directory = $home"

in your Transport set "file = $home/vacation.msg"

Those are the two changes I suggested in "RED" not realizing that the
List strips the colors.

I hope this helps.



Dirk Wrote:
> On Mon, 07 Apr 2008 16:58:38 -0400, kmb <kmb@???> wrote:
> >Dirk,
> >Try the two changes below in RED. $home should include the
> >$local_user
> ===========
> Dear Kevin,
> Thank you for your time and suggestions.
> I cannot see RED (visually impaired). Editing conf files is rather
> difficult. In sort, it does not yet work. Sent mail arrives, but no
> autoreply.
> Here are router and transport:
>
> # Vacation router
> user_vacation:
> driver = accept
> check_local_user
> user = $local part
> # do not reply to errors or lists
> condition = "${if or {{match {$h_precedence:} {(?i)junk|bulk|list}}
> {eq {$sender_address} {}}} {no} {yes}}"
> no_expn
> require_files = $home/$local_part/vacation.msg
> # do not reply to errors and bounces or lists
> senders = " ! ^.*-request@.*:\
> ! ^owner-.*@.*:\
> ! ^postmaster@.*:\
> ! ^listmaster@.*:\
> ! ^mailer-daemon@.*\
> ! ^root@.*"
> transport = vacation_reply
> unseen
>
> ===== Comment this out: # transport_home_directory = $home/$local_part
> ===== Change to this:         transport_home_directory = $home

>
> no_verify
> # # End vacation router
>
> ===============
> # Vacation transport
> vacation_reply:
> driver = autoreply
>
> ==== Comment this out:  # file = $home/$local_part/vacation.msg
> ==== Change to this:          file = $home/vacation.msg

>
> file_expand
> from = Autoreply System <$original_local_part@$original_domain>
> log = $home/$local_part/vacation.log
> once = home/$local_part/vacation.db
> once_repeat = 7d
> subject = ${if def:h_Subject: {Re:
> ${quote:${escape:${length_50:$h_Subject:}}} (autoreply)} {I am on
> vacation} }
> text = "\
> Dear $h_from\n\n\
> This is an automatic reply. Feel free to send additional\n\
> mail, as only this one notice will be generated once every 7
> days.\n\
> The following is a prerecorded message, sent for
> $original_local_part@$original_domain:\n\
> ====================================================\n\n\"
> to = "$sender_address"
> # End vacation transport
>
> ----------------
> When restarting I got:
> Starting exim: 2008-04-09 11:54:19 Exim configuration error in line
> 536 of /etc/exim/exim.conf:
> "user" option set for the second time
> [FAILED]
> So I removed the second user = $local part in the router.
>
> Then exim started OK.
> Hope you can help me (i.e. the school, I do not like vacations).
> Dirk
>
> --
> ## List details at http://lists.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://wiki.exim.org/



--
kmb


------------------------------------------------------------------------
kmb's Profile: http://www.exim-users.org/forums/member.php?action=getinfo&userid=1
View this thread: http://www.exim-users.org/forums/showthread.php?threadid=56635