Re: [Exim] -Ac compatibility

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: maxes
Data:  
Para: Matthew Byng-Maddick
CC: exim-users
Asunto: Re: [Exim] -Ac compatibility
> Which part of:
>
> cat << EOF >> /etc/periodic.conf
> daily_submit_queuerun="NO"
> daily_status_include_submit_mailq="NO"
> EOF
>
> or
>
> HOST="host1 host2 host3"
>
> for i in $HOST ; do \
> ssh root@$i \
> '
> echo daily_submit_queuerun=\"NO\" >> /etc/periodic.conf ;
> echo daily_status_include_submit_mailq=\"NO\" >> /etc/periodic.conf
> ' ; \
> done
>
> doesn't work for you?

Thanks, this way work too (but we used nfs+cvs soluitions for synchronized).
It's talk not about workaround (I need queue stat and need it for
every new installed host). It's talk _not_ about masshost instalations and
howto update it later. Only about "-Ac" compatibility.

b.r.
Kozin Maxim