Displaying 20 results from an estimated 211 matches for "catchal".
Did you mean:
catchall
2015 May 11
2
appdynamics php agent prevented by SELinux
...reporting SELinux problems.
[root at web1:~] #getenforce
Permissive
May 10 20:47:56 web1 python[25735]: SELinux is preventing
/usr/lib/appdynamics-php5/proxy/jre/bin/java from write access on the file
/usr/lib/appdynamics-php5/logs/agent.log.lck.
***** Plugin catchall (100.
confidence) suggests **************************...
May 10 20:47:56 web1 python[25735]: SELinux is preventing
/usr/lib/appdynamics-php5/proxy/jre/bin/java from write access on the file
/usr/lib/appdynamics-php5/logs/agent.log.lck.
***** Plugin catchall...
2009 Feb 23
0
lda catchall
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I'm using dovecot lda in a qmail / vpopmail testing environnement.
I would like to replace vpopmail lda with dovecot's one , because of
quotas , sieve filers, indexing while delivering ...
Everything is working great, except the catchall.
If I want to bounce, a first line like "# bounce-no-mailbox" in the
.qmail file works, without this line, emails to unknown addresses are
deferred and stay in the queue, because they are deliverable for qmail,
but not for dovecot lda.
How can I set a catchall email address for dovecot...
2010 Dec 01
0
[LLVMdev] RFC: Exception Handling Proposal Revised
...invoke void @_Z3foov()
to label %invcont unwind label %catch.handlers
catch.handlers: landingpad
dispatch resume to label %...
catches [
%struct.__fundamental_type_info_pseudo* @_ZTIi, label %ch.int
%struct.__pointer_type_info_pseudo* @_ZTIPKc, label %ch.str
]
catchall [i8* null, label % ch.ca]
Why not combine this into:
invoke void @_Z3foov()
to label %invcont unwind resume to label %...
catches [
%struct.__fundamental_type_info_pseudo* @_ZTIi, label %ch.int
%struct.__pointer_type_info_pseudo* @_ZTIPKc, label %ch.str
]
catch...
2005 Apr 25
2
configuration problem: maildir folders and messages not found
...OT in my previous thread or perhaps I
just didn't explain my problem clear enough so forgive me for trying
again.
I have configured fetchmail to fetch my mail from my ISP's POP3-server.
I have set up procmail to filter messages and deliver all non-filtered
messages to the folder ".IN-catchall/" in "$HOME/Maildir"
After sending some test messages the "Maildir" folder in my home-folder
looks like:
m8ram at medion:~$ tree -a Maildir
Maildir
|-- .IN-catchall
| |-- cur
| |-- new
| | `-- 1114356268.8424_0.medion
| `-- tmp
|-- .IN-testing
| |-- cur
| |-...
2005 Feb 17
0
SIP "catchall"
Stefan Gofferje wrote:
> Hi folks,
>
> I would like to have kinda catchall function for incoming sip
> connections. A channel, where everybody could connect to by dialling the
> url e.g. sip://guest@<myserver>, like the [guest] section in iax.conf.
> I have played around a bit but any attempt to dial any
> extension@<myserver> without prior regist...
2004 Dec 02
3
fallthrough extension.
...n.
What I'm wanting is something like the following - a bit simplified but
hopefully you'll get the idea.
1) match internal extensions: dial them
2) anything else: send out zap
1 is easy :) it's 2 that's giving me problems.
I had hoped that the 'i' extension would act as a catchall extension but it
seems to only do that from a menu. I've tried matching _. (hoping that *
would parse the dial plan from top to bottom) but that just took over the
entire dial plan and everything went out of the dial with the _. match.
I'm sure that there must be a way of doing this, c...
2009 Nov 19
1
lda deliver + vpopmail
...er.
I would like to get more details on trouble, the log entry is just :
"
2009-11-18_20:38:55.64778 delivery 50833: deferral:
"
As you see, there no reason for the deferral. How can I make deliver more verbose ?
I also have a vpopmail alias issue.
Because some domains (sadly) needs a catchall, and to keep using the useful vpopmail alias features, I'm using the following ugly script :
"
#!/bin/sh
email=`/usr/sbin/valias -- $1 2>/dev/null | cut -d" " -f3`
if [ -z "$email" ];then
email=$1
t=`/usr/sbin/vuserinfo -n -- $1 2>&1>/dev/...
2014 May 12
2
Realtime Pattern Matching
...es what I've done here?
1056 outbound _NXX555XXXX 1 Goto outbound-411,411,1
Block Dir Assist
1057 outbound _1NXX555XXXX 1 Goto outbound-411,411,1
Block Dir Assist
1776 outbound _321NXXXXXX 1 Goto outbound-cocoa,${EXTEN},1
Outbound 321 Catchall
1777 outbound _1321NXXXXXX 1 Goto outbound-cocoa,${EXTEN},1
Outbound 1321 Catchall
Thanks
Nick Olsen
Network Operations (855) FLSPEED x106
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asteris...
2011 Jan 09
3
CatchAll virtual user removes spamheaders
Hi all,
I am having a small problem with a catch-all user
I have setup in my Postfix/Dovecot setup.
I am not 100% sure this is Dovecot related, but, logic tells me it is.
I have a virtual user called @reinhold.dk setup
to redirect to my main account, peter at reinhold.dk.
If I send a spam mail (GTUBE) to
peter at reinhold.dk, the mail is marked with Amavis x-headers as it should be.
If I
2010 Dec 01
10
[LLVMdev] RFC: Exception Handling Proposal Revised
...===========
The dispatch instruction is the work horse of the exception handling design. It replaces the llvm.eh.selector and llvm.eh.typeid.for intrinsics.
Syntax:
dispatch resume to label <resumedest>
catches [
<type> <val>, label <dest1>
...
]
catchall [ <type> <val>, label <dest> ]
personality [<type> <value>]
filters [
<type> <val>, <type> <val>, ...
]
The `catches', `catchall', and `filters' clauses are optional. If neither `catches' nor `catchall' is...
2010 Dec 01
2
[LLVMdev] RFC: Exception Handling Proposal Revised
...label %invcont unwind label %catch.handlers
>
> catch.handlers: landingpad
> dispatch resume to label %...
> catches [
> %struct.__fundamental_type_info_pseudo* @_ZTIi, label %ch.int
> %struct.__pointer_type_info_pseudo* @_ZTIPKc, label %ch.str
> ]
> catchall [i8* null, label % ch.ca]
>
> Why not combine this into:
>
> invoke void @_Z3foov()
> to label %invcont unwind resume to label %...
> catches [
> %struct.__fundamental_type_info_pseudo* @_ZTIi, label %ch.int
> %struct.__pointer_type_info_pseudo* @_ZT...
2020 Mar 15
2
Catchall with UserDB?
Hi!
I've set up Postfix with virtual users. I wanted to get Dovecot and LMTP up and running with
Passwd-file UserDB, which they do, but I can't figure out how to make use of a catch-all.
Currently, mail to joe at example.com needs Joe to be in the Passwd-file. I would like
anyone at example.com to go to Joe's mailbox, or actually mail to @example.com should go to Joe. But
what do I
2009 Feb 12
5
Siemens Hipath PRI to Asterisk Call Routing?
Hi all,
I have a connect between a siemens hipath & Asterisk system over PRI
The connection works perfectly I can call from the Hipath to an Asterisk
Extension.
I want to allow the hipath extensions to dial out over a SIP trunk on
asterisk but I keep getting "The number you have dialed is not in service"
In this CLI I'm dialing from hipath extension 9 (prefix for sip trunk)
2011 Oct 29
1
dovecot creating literal %d/%n/ folders
I have a virtual user test1.
cat /etc/dovecot/users
test1@<mydomain>:{PLAIN}test1pass:504:504::/home/vmail/%d/%n
catchall@<mydomain>:{PLAIN}password:504:504::/home/vmail/%d/%n
@<mydomain>:{PLAIN}password:504:504::/home/vmail/<mydomain>/catchall
test1 at example.com:{PLAIN}test1pass:504:504::/home/vmail/%d/%n
ls /home/vmail/%d/%n/mail
cur dovecot.index.cache dovecot.index.log dovecot-uidlist
dov...
2020 Oct 26
2
Looking for a guide to collect all e-mail from the ISP mail server
...soara
who tried to sell this kind of solution. (They started to sell servers
after a while so I guess they didn't have much success selling? their
workaround) So I guess it is not trivial to sort again all the mails and
deliver each one in a mailbox after you mixed all together in a single
catchall mailbox. Could be done for sure but it is some work to do...?
Also there is some management: what to do with the catchall mailbox?
Delete each mail after successfully downloaded? Use IMAP and sync it for
a while to have a backup?
On 10/26/20 6:34 PM, Michael Schumacher wrote:
> [...]
>&g...
2006 Oct 19
4
Mail forwarding on a dynamic IP address.
I have a Cyrus installation with postfix and openXchange. I get the mails
from catchall account with procmail and distribute with the mail server. Now
I have a new site office where couples of staff members are going to be
relocated.
Since we have only an ADSL line on site office if there any way I could
forward the mails for these staff members to another Mail Server with
dynamic...
2007 Jul 02
6
Testing route globbing and limitations of get()
...get ''/something/somewhere''
rspec will complain that it couldn''t find an action for
''/something/somewhere''. I suppose this is the correct behaviour, since we''re
testing the controller, and not routing. However, since the controller
action is a catchall, I must pass a path to it, or it won''t know what to do.
If I try to specify the path using
request.path = ''/something/somewhere''
get ''my_action_name''
the path comes out as ''/''.
Can anyone instruct me on how to do this correctly?
Ch...
2010 Nov 24
5
[LLVMdev] RFC: Exception Handling Proposal II
...ruction called "dispatch." This instruction holds most of
the information necessary for the exception handler to work.
Syntax:
dispatch region(<value>) resume to label <resumedest>
catches [
<type> <val>, label <dest>
...
]
catchall [ <type> <val>, label <dest> ]
filters [
<type> <val>, ...
]
Description:
* The "catchall", "catches", and "filters" clauses are optional. If none are
specified, then the landing pad is implicitly a "cleanup.&qu...
2017 Feb 08
2
Migrating to sieve
Hi,
As I migrate to sieve, I would like to carry over the logic I had in
procmail rules, which let me take all mail where I'd never sent email
to that address into a final spam catchall, which I called
"neversent."
I see that sieve can't run external programs, and I wonder if that
means I'm SOL, or is there an alternate approach that does roughly the
same thing?
(I understand the general security logic for that decision. I have
root access on the server in qu...
1997 May 08
0
Re: root in a chroot jail (was: Buffer Overflows: A Summary)
Martin Pool wrote:
>
> > From: Stefan Monnier <monnier+/news/lists/linux/security@TEQUILA.SYSTEMSZ.CS.YALE.EDU>
> > Date: 05 May 1997 12:23:05 -0400
>
> > [mod: Yes. One "catchall" would be to modify "suser()" to return
> > (uid==0) && (current->root == THE_ROOT). That would make a uid==0 in a
> > chrooted environment just another user. Just with a special uid. But
> > still you would have to review the WHOLE system to be sure tha...