Displaying 5 results from an estimated 5 matches for "msgfile".
2013 Jun 19
6
Mailing a fax with mutt does not succeed
Hello everyone,
I'm trying to send a received fax with mutt, when I try it from the Linux
shel it works, but when trying with Asterisk's System command it doesn't.
Successful Linux command:
echo | mutt -s "New fax" earohuanca at gmail.com -a /tmp/faxes/201306191111.tif
Unsuccessful Asterisk Command:
same => n,System(mutt -s "New fax" elder.arohuanca at
2016 Jun 26
2
Need IP on failed logins in logfile
Hi Jeremy, list,
On 06/26/2016 12:11 AM, Jeremy Allison wrote:
> We should probably have something in the server that logs
> this as an official "event". Can someone log a RFE bug in
> the bugzilla so we don't forget this request ?
I created this bug:
https://bugzilla.samba.org/show_bug.cgi?id=11998
I hope it is (approximately) what you mean. :-)
Best regards,
MJ
2017 Sep 19
1
How to track attempted breakins, authentication failure logging
On Tue, 2017-09-19 at 17:02 +0200, L.P.H. van Belle via samba wrote:
> Hai Mark,
>
> I see the bugreport for this is still untouched.
> https://bugzilla.samba.org/show_bug.cgi?id=11998
I've closed that bug now.
Extensive work has been done to add this feature to Samba 4.7, due out
this week:
https://wiki.samba.org/index.php/Setting_up_Audit_Logging
Two new debug classes,
2003 Sep 04
3
Call script after hangup
Beginner: How can a script be called after a calling user hangup?
What's wrong with this:
[incoming]
exten => s,1,Playback,welcome
exten => s,2,Record,msgfile:gsm
exten => h,1,Goto(callscript,1,1)
[callscript]
exten => 1,1,Wait,5
exten => 1,2,System("SomeScript")
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030904/e0eac7fe/atta...
2006 Apr 29
1
How to notify dovecot that maildir contents is changed by third-party helper ?
...mail/default/e/evseev
FIND_DEPTH=1
INBOX_DIRNAME=cur
KILLSPAM_DIRNAME='.KillSpam'
SPAM_DIRNAME='.Spam'
MSGHEADLEN=30
RM="/bin/rm -f"
MV="/bin/mv -f"
#========= Routines ==========================================#
IsSpamFile() {
local msgfile="$1" score2clean="$2"
local spamstatus=$(head -$MSGHEADLEN "$msgfile" | egrep '^X-Spam-Status: Yes')
test -z "$spamstatus" && return 1
if [ -n "$score2clean" ]; then
local spamscore=${spamstatu...