Displaying 20 results from an estimated 500 matches similar to: "Security Logging"
2019 Mar 15
4
ACL Folders are open but not being displayed ? [2.3.3]
Hey,
Could someone help figure out whats wrong with my config based on the debug
below?
What I am trying to achieve is to get email1 at example.com to read emails in
the Public directory that is stored on
/run/media/computer/Storage/Email/fastmail/Archive with the preface
Public/Archive .
The ACL has been set for anyone with permissions to lookup,read,write as
shown below:-
doveadm acl get -u
2019 Apr 21
1
mbsync updating new emails but dovecot not reading them ? [2.3.3]
Hi,
Once again sincere apologies for emailing here.
My dovecot isn't reading the newly updated e-mails from the mbsync.
I have tried running doveadm -D -v force-resync -u email1 at example.com
"Inbox/Public/Other Users/user1 at example.com"
Plese help if possible. Highly appreciate if someone could help here...
Below is the debug log :-
Debug: Loading modules from directory:
2017 Dec 29
2
Random delivery
Howdy,
I?d like to achieve something that i don?t know if it?s possible.
I have account info at domain.tld and when an email is received, I want to
forward it to several accounts, always in this order:
? Email1 at domain.tlf
? Email2 at domain.tld
? Email3 at domain.tld
And when it reached email3 at domain.tld it starts again with email1 at domain.tld
Would something like
2015 Sep 11
2
Backup a VM (using live external snapshot and blockcommit)
Hi.
I'm following here a conversation that was initiated on Kashyap's
website [1].
We have a server we use as a host for virtual machines using KVM
(virt-manager used for VM creation) and we would like to setup VM
backups. Basically, we're thinking of a backup schedule like "keep 7
daily and 4 weekly backups". We'd rather not shutdown the VM every day
so live backups
2019 Feb 24
2
Linking mailboxes
Hi,
I am new to Dovecot and I am trying to link an email account folder to
another Maildir(its a backup of the older email). I want the email account
to be able to access the older emails.
I am assuming this is done by creating a symlink?
Currently reading instructions on this page:-
https://wiki.dovecot.org/SharedMailboxes/Symlinks
At the moment I have the folder:-
2005 Jan 25
1
Re: I think your problem has to do with how you set the variable.
No Jeremy, excuse me, the error was in my email. The correct command is
/bin/echo "Channel: Local/$1@chiamamezzi-dialout";\
/bin/echo "Variable:
callid=123456|number=$1|url=pippo|menuid=FOP|redirectnum=0554202880";\
/bin/echo "Context: chiamamezzi-Wave";\
/bin/echo "Exten: s";\
/bin/echo "Priority: 1";\
/bin/echo "Callerid: Asterisk Automatic
2008 Oct 10
3
Compile logger-mysql.c with UNDEFINED REF to `mysql_error'
Sorry to post a C compile error on this mailing list but this is
Asterisk related.
Basically, I was following
http://www.plack.net/index.php/2007/01/07/asterisk_modification_for_queu
e_logging
to patch logger.c and Makefile in Asterisk 1.4.* in order to write
queue_log to mySQL database.
When I ran make, it complained:
In function `write_mysql_logger':
[...]
2019 Feb 22
2
Troubles with Dovecot 2.3.3 - mkdir permission denied due to +w perm: /var, dir owned by 0:0 mode=0755)
Hi,
I am quite new to Dovecot and I followed a tutorial on Linode to set up
Dovecot, Postfix and MySql on the following site:-
https://www.linode.com/docs/email/postfix/email-with-postfix-dovecot-and-mysql/
Everything seems to work fine(telnet etc) except dovecot does not create
mailboxes.
Highly appreciate if someone could check the error messages and the dovecot
-n on the bottom and provide
2010 Feb 03
1
virt-manager can't start
Hi folks,
KVM
Virt-manager
host - Debian 5.0
Starting;
Gnome
Applications -> System Tools - Virtual Machine Manager
popup following error;
Traceback (most recent call last):
File "/usr/share/virt-manager/virt-manager.py", line 346, in <module>
main()
File "/usr/share/virt-manager/virt-manager.py", line 248, in main
setup_logging()
File
2005 Jan 06
4
fax to email
Good day all
I have a pri card,e100
What I want to do is
If a fax comes in for number 1234567890 it should be e-mail to
user1@domain.co.za
If a fax comes in for number 0987654321 it should be e-mail to
user2@domain.co.za
ens....
Can this be done and how????
2019 Feb 25
2
Linking mailboxes
Hello Kunal,
I've done this once, and it was for bakcup mail too :) in this page
(https://ychaouche.informatick.net/dovecotsharefolders) I describe how I
shared folders between main e-mail account and backup e-mail account
with symlinks and dovecot-acl files pretty easily.
Yassine.
On 2/24/19 6:57 PM, Aki Tuomi via dovecot wrote:
>
>> On 24 February 2019 18:17 "Kunal A. via
2010 Jan 29
1
Digium fax - sending fax call file vs manager originate
Hello,
I have Asterisk 1.6.1.12 with
FAX For Asterisk Components:
Applications: 1.6.1.5_1.1.6
Digium FAX Driver: 1.6.1.5_1.1.6 (optimized for core2_32)
If I use call file with spool
--------------------------------------------
Channel: SIP/IP/DEst No
MaxRetries: 0
RetryTime: 10
WaitTime: 50
Application:SendFAX
Data:/var/spool/asterisk/test.tif
2007 Apr 26
2
assert_select with respond_to JS or xhr?
Hi everyone,
I am a bit confused with xhr? and respond_to.
I have the folloing code in my view to update the ''emails'' ID
link_to_remote(image_tag("refresh"), :update => "emails",
:url => { :action => "list_emails" })
in the controller side i have somthing like :
[..]
respond_to do |type|
type.html { render :action
2017 Dec 30
2
Random delivery
"Jorge Bastos" <mysql.jorge at decimal.pt> writes:
> I?d like to achieve something that i don?t know if it?s possible.
It's almost always possible; it really depends on how much work
you want to do.
> I have account info at domain.tld and when an email is received, I want to
> forward it to several accounts, always in this order:
>
> ? Email1 at domain.tlf
2008 Jun 19
1
Appending diagnostic information to all lines sent to stdout and stderr
Dear All
I'm logging the stdout and stderr of an R program into two separate
files (stderr.txt and stdout.txt) using sink()
I would like to append extra information such as "date", "memory
usage" etc to every line of output that goes to stdout or stderr.
For example
> cat("hello \n")
should give output that looks something like:
"hello --- Thu Jun 19
2007 Jun 19
1
Histograms with strings, grouped by repeat count (w/ data)
Hello R gurus,
I just spent my first weekend wrestling with R, but so far have come
up empty handed.
I have a dataset that represents file downloads; it has 4 dimensions:
date, filename, email, and country. (sample data below)
My first goal is to get an idea of the frequency of repeated
downloads. Let me explain that. Some people tend to download
multiple times, e.g. if the download fails
2008 Mar 04
2
Strange paste, string or package problem?
Hi
I came across this strange bug the other day, I'm not sure how to solve it
and I wonder if anyone can even replicate it.
Using OS Ubuntu 7.10
Step 1) Make an R package using the package.skeleton() command with
only these two functions:
error <- function(){
cmd <- paste(" -a ",1," -a ",1," -a ",1,
" -a ",1," -a
2015 May 01
1
Fatal: Unknown scheme: SHA512-CRYPT. On a Mac-mini
Running postfix+dovecot+mysql on a mac-mini, and trying to solve this
puzzle. Is this a Mac issue?, a MySQL issue? or something I haven't
configured in?
You can see from the output of the samples shows in the first case, that
SHA512-CRYPT seems to be Unknown.
The code I used is from a Linux based tutorial on setting up
Postfix+Dovecot+MySQL on a site. Everything is generally going ok, apart
1999 Oct 31
1
diag
A change to diag() between 0.65.0 and 0.65.1 which seems undocumented in
the logs (apparently revision 1.3.2.1, `diag names') introduced
if (is.array(x))
stop("first argument is array, but not matrix.")
which has broken the code in rpart. This looks wrong to me, as diag used to
cope happily with a single-dimensional array. Such things occur quite
often as the output
1999 Oct 31
1
bugs in scan() (PR#304)
System: Sun Solaris 2.5.1
There seem to be at least 2 bugs associated with the use of flush=T in
the scan function.
1) If flush=T is used, scan() will only ask for 1 line from standard input.
Repeat by:
> R
R : Copyright 1999, The R Development Core Team
Version 0.65.1 Release (October 07, 1999)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it