search for: queueid

Displaying 8 results from an estimated 8 matches for "queueid".

Did you mean: queued
2013 Apr 18
5
Dynamic realtime + queues
...iqueid | membername | queue_name | interface | penalty | paused | +----------+------------+------------+-----------+---------+--------+ |??????? 1 | SIP/1000?? | support??? | SIP/1000? |??? NULL |?? ???? ???0 | +----------+------------+------------+-----------+---------+--------+ ? ? SQL> select QueueID,name,strategy from Queues; ? |QueueID|????????? name? ??????????????????????????????????strategy????? ?1??????? ???????????? support???????? ????????????????????????rrmemory??????????? ? There are more fields but these are the most important ? I keep getting this error: ? node1*CLI> queue show...
2011 Nov 18
5
[PATCH 0 of 4] amd iommu: IOMMUv2 support
This patch set adds basic supports for amd next generation iommu (IOMMUv2) hardware. IOMMUv2 supports various new features advertised by iommu extended feature register. It introduces guest level IO translation and supports state-of-the-art ATS/ATC devices with demand paging capability. Please refer to AMD IOMMU Architectural Specification [1] for more details. Thanks, Wei [1]
2010 Sep 21
0
Upload form with uploadify jquery plugin
...;') %>)'', fileExt : ''<%= allowed_extensions.collect { |ext| "*.#{ext}" }.join('';'') %>'', sizeLimit : <%= max_size %>, multi : <%= allow_multiple_files %>, onComplete : function(event, queueID, fileObj, response, data) { var data = eval(''('' + response + '')'');$.getScript(data.photo)}, onAllComplete : function(event, data){ $(''#uploadify_cancel'').hide(''blind''); $(''#uploadify_submit'').s...
2014 Aug 06
0
maildir: could lda/lmtp log filenames?
hello, on a mailstorage server receiving messages per lda/lmtp I like to pimp my logfile. when starting to search for a specific message I have a queueid. I like to combine that id with the filename the message has after delivery to a maildir. I know, that will not work with other formats then maildir. Aug 6 11:37:30 mailserver postfix/lmtp[17884]: 3hSnmj208Zz259d: to=<rcpt at example.org> relay=$lmtp-server status=sent (250 2.0.0 $d...
2011 Jul 07
0
Question of uploading large file using carrierwave, uploadify and nginx upload module
...fy({ buttonText: ''Select files'', uploader: ''/uploadify/uploadify.swf'', cancelImg: ''/uploadify/cancel.png'', multi: true, auto: false, script: ''/files/fast_upload'', onComplete: function(event, queueID, fileObj, response, data) { var dat = eval(''('' + response + '')''); $.getScript(dat.upload);}, onAllComplete: function(event, data) { alert(data.filesUploaded + '' files uploaded successfully!\nThe average speed is '' + dat...
2014 May 13
2
RFE: please add mail queue id to 'sent vacation response' log line
...Asked for something like this: 2014-05-09T15:04:32+02:00 name/ip dovecot: lmtp(8164, user1 at domain): YvJFLVbSbFPkHwAASpgOhg: sieve: msgid=<000301cf6b87$36be4570$a43ad050$@us.edu.pl> size=46850: sent vacation response to <user2 at domain> (smtp:[ip]:port): 250 2.0.0 Ok: queued as mailqueueid) <<< In case there are more than one vacation response recipients there is no way to identify who had received the response and who hadn't. Thanks. MU -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Siz...
2010 Mar 04
5
Saving Sent Messages to Sent Folder
Hi Timo, There was another thread (it has come up at least a few times in the past few years I've been lurking) on the postfix list about having some kind of automatic 'Save to Sent' option to avoid the users mail client from having to upload messages twice (obviously the only ones of concern are ones with large attachments) - once to send it, and once to save the copy in the sent
2013 Feb 06
8
Sieve also filter outgoing messages
Greetings, A probably simple question and answer: can a sieve script be executed on outgoing messages? I already use deliver on postfix, perhaps the sieve script could be executed when saving to the Sent folder? Regards, -- Marcio Merlone