search for: acchieve

Displaying 11 results from an estimated 11 matches for "acchieve".

Did you mean: achieve
2016 Jun 20
7
Disabling passdb pam in local.conf
...create an /etc/dovecot/dovecot.conf which would contain all options required and would not include any other *.conf files Reading http://wiki2.dovecot.org/ConfigFile I see ways to include external files, but nothing to exclude a file in local.conf. Knowing Timo I would expect there is a way to acchieve what I want. I just don't seem to find it. What am I missing? Regards, p at rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Schlei?heimer Stra?e 26/MG,80333 M?nchen Sitz der Gesellschaft: M?nchen, Amtsgericht M?nchen: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer A...
2009 Sep 28
1
How to get "Call-ID" SIP header outside "chan_sip" scope ...
...rce of information for the entire infraestructure; and, 2- A call control application that will be responsible for call timing control and pre-paid support; Here we are prioritizing internal modifications and loadable modules (like modules, applications, etc) against external AGI components to acchieve the best performance possible for the entire solution. One problem we have here is to find out the best option (even one that results on some internal Asterisk files changing) that allow us to propagate the SIP header "Call-ID" to both modules described above. The best shot we have unt...
2010 Mar 11
3
IMAP proxy configuration
i know dovecot can act as IMAP and POP3 proxy ..... but i'm having a hard time configuring it. Actually i'm using a simple dovecot configuration with virtual users stored on MySQL. My dovecot-sql.conf is pretty simple: [root at correio dovecot]# cat dovecot-sql.conf driver = mysql connect = host=localhost dbname=DATABASE user=USERNAME password=PASSWORD default_pass_scheme = PLAIN #
2011 Aug 11
1
Splitting data
...datapoints, we can split 4 times with a final result of 16 groups (p is NA for the 4th split since sd cannot be calculated..). The code calculated all p values, but I don't want this. I want it to stop when p > alpha. I tried while, but didn't succeed. I hope someone can help me to acchieve my goal. This is what I tried so far with test data: a = rnorm(9,0,0.1) b = rnorm(7,1,0.1) data = c(a,b) plot(data) # Want to calculate max of groups/split for the data d = seq(1,100,1) n = 2^d m <- which(n <=length(data)) n = n[m[1]:m[length(m)]] # All groups i=0 j=0 dx = 0 dy = fo...
2006 Jul 23
1
XML stats
Is it possible under an Apache WebServer to create a page containing info about the audio stream currently going on icecast? I'd like to display the current song and no of listeners for example. Is it possible to include code in a html/php page. Thanks, Marco
2010 Feb 16
2
configuring overquota message
From dovecot 1.2.10 sources i have: src/plugins/quota/quota.c #define DEFAULT_QUOTA_EXCEEDED_MSG \ "Quota exceeded (mailbox for user is full)" struct quota_settings *quota_settings_init(void) { [ .... ] quota_set->quota_exceeded_msg = getenv("QUOTA_EXCEEDED_MESSAGE"); if (quota_set->quota_exceeded_msg == NULL)
2010 Dec 23
1
Deliver limit based of number of destination recipients and size of mails, any option to do that?
I have a mail server with postfix, dovecot (1.2.15) and deliver lda (dovecot) with 350 users. I have the problem that in this christmas the employees are sending some big files (mainly powerpoints files) to a lot of recipients, because of that the server get a lot of charge (is a Xeon quad core 5405 with 4GB of Ram), i have four disks in Raid 5 configuration (HP E200 controller, not very fast) Is
2009 Aug 26
4
Multiple user registration ...
Hello there! We are planning to use Asterisk on our VoIP platform, and we are spending some brains on a way to provide the following facility: let some SIP user (extension) registrate with more than one client (ATA, SoftPhone, VoipCelular, etc) - what isn't a problem at all -, initiate calls from any of this devices that are registrated with the same user - no problems on tests too -,
2010 Mar 06
5
Quota plugin and SQL
I have read through http://wiki.dovecot.org/Quota/Dict, which suggests a database schema for using quota. For 1.2, this includes a username, bytes and messages. Is there any way to modify the queries used to split out username into localpart and domain? This would enable me to put the current quota information in my main mailbox table and display it to users in my admin interface. Or
2010 Feb 14
3
salted passwords
The idea of salted hash algorithms is to generate a different hash even if the same text is entered. That can be easily seen with dovecotpw: using NON-salted SHA256, same hash is generated for a given password [root at correio ~]# dovecotpw -s SHA256 -p 123 {SHA256}pmWkWSBCL51Bfkhn79xPuKBKHz//H6B+mY6G9/eieuM= [root at correio ~]# dovecotpw -s SHA256 -p 123
2010 Feb 03
7
Forcibly emptying a POP3 mailbox
Hello, I've recently saw a discussion on this list, about a standardised way of emptying POP3 mailboxes on the server - but no solution came up. Please provide a suggestion for the following situation: - I am running a stock POP3 dovecot server, on Fedora 12 (dovecot version 1.2.9) - passwd-file authentication via /etc/imap.passwd - users are virtual, sharing the same UID/GID; -