Displaying 7 results from an estimated 7 matches for "perosn".
Did you mean:
peron
2014 May 28
0
both perosnal and global sieve scripts
Hi
we have redhat 6 EL and dovecot 2.0.9 personel scripts running with no
problem, but now i try to add global scripts for sieve
i added parameters
sieve_global_path = /var/lib/dovecot/sieve/default.sieve
sieve_global_dir = /var/lib/dovecot/sieve/
and create folder with owned vmail and creat script default.sieve
require ["fileinto"];
# rule:[Move Spam to Junk Folder]
if header
2006 Mar 27
3
Config File Management
I'm curious (ok, well I admit it - it's for perosnal gain) what methods people are using to manage asterisk config files when they have multiple asterisk systems?
Some sort of revision control such as cvs,rcs or subversion?
A central 'config server' where you edit the files and then rsync them out?
I have 5 systems to manage, and it seem...
2020 Jun 02
2
problem with logger: syslog vs. file
In article <94191802-6c9c-bdab-615b-001786a2a0ca at gmx.ch>,
Fourhundred Thecat <400thecat at gmx.ch> wrote:
> > On 2019-11-16 03:29, Fourhundred Thecat wrote:
> > Hello,
> >
> > I am logging directly into file and also to syslog.
> > Here is snippet from my /etc/asterisk/logger.conf:
> >
> > messages => notice,warning,error,verbose
2020 Jun 03
0
problem with logger: syslog vs. file
...u build it, so it shows just
> what you want.
I know I can patch asterisk and compile myself. I did it in the past,
and it is tedious to keep own patches and manage own packages. Its last
resort for me.
Anyway, I am asking weather there is a reason why this particular
decision was taken. To me perosnally it seems like idiocy, but I am not
developer and maybe I am missing something.
If I am right, and this is a bug, then I would like to suggest this
should be fixed.
I am grateful for asterisk, and I want to help improve, even if in a
small way.
2020 Jun 03
2
problem with logger: syslog vs. file
...hat you want.
>
> I know I can patch asterisk and compile myself. I did it in the past,
> and it is tedious to keep own patches and manage own packages. Its last
> resort for me.
>
> Anyway, I am asking weather there is a reason why this particular
> decision was taken. To me perosnally it seems like idiocy, but I am not
> developer and maybe I am missing something.
I have no idea, I'm not part of Asterisk development. I suspect that each
logging type was added separately by different people, and it just happened.
> If I am right, and this is a bug, then I would li...
2016 Mar 28
3
Migrating to dovecot from gmail apps
Hi,
I'm considering migrating away from gmail for my (one-man) company, and I'm
trying to decide if dovecot is the right option (I'm committed to
self-hosting). I'm a developer, so happy to do my own tooling if needed.
*Is there currently a good webmail interface to dovecot, or work-in
progress?* If not, would a web interface be out-of-scope for dovecot? I
want to use SAML for
2006 Mar 27
0
Question about Polycom 601 and expansion module.
..."
>
> You can use FastAGI
>
> See http://www.asteriskjava.org
>
> 2006/3/27, David Gomillion <dgomillion@eyecarenow.com>:
>>
>> Sorry for thread breaking... I'm on digest.
>>
>>>> I'm curious (ok, well I admit it - it's for perosnal gain) what
>>>> methods people are using to manage asterisk config files when they
>>>> have multiple asterisk systems?
>>>
>>> I'm using CVS. I only have one server right now. I use it on other
>>> clusters to sync files and it works for me...