search for: imapusers

Displaying 20 results from an estimated 30 matches for "imapusers".

Did you mean: imapuser
2007 Jul 18
1
Asterisk Voicemail Imap Storage with MS Exchange
Hi, did anybody manage to configure Asterisk (1.4.8) with imap voicemail storage together with an Microsoft Exchange Server (2003)? I can connect my asterisk to a local dovecot imap server without problems. But if I change the settings to our exchange server I can?t connect... Here is my config: imapserver=exchangeserver imapport=143 expungeonhangup=no imapfolder=INBOX imapflags=notls
2009 Oct 27
3
Dovecot, Shared Mailboxes (via symlink), and ACLs
...in: /home/imapuser/Maildir I have another IMAP mailbox for another imap user, newuser1, also working fine, with maildir and related structure in: /home/newuser1/Maildir I have created a symlink under newuser1's Maildir to imapuser's Maildir so as to give newuser1 access to the things in imapusers's inbox. I have also symlinked inside the newuser1 Maildir to a folder under imapusers's inbox, let's call it "MailingList", basically settiing up something like: /home/newuser1/Maildir: cur/ .imapuserinbox -> /home/imapuser/Maildir .imapusermailinglist -> /home/imapus...
2014 Feb 28
1
VoiceMail Issue
Hello, am attempting again to resolve an issue with multi-tenancy and the forwarding to VMs between mailboxes. If in a multi-tenancy environment one uses custom contexts ie. [a1-ext1](a1) mailbox=101 at a1 and the associated voicemail.conf entry: [a1] 101 => 1234,My User 1,addr1 at email.com,,tz=eastern|imapuser=addr1 at email.com|imapfolder=Inbox 102 => 1234,My User 2,addr2 at
2008 Jan 17
1
IMAP client in asterisk not trying to contact IMAP server
I'm trying to test IMAP in 1.4.17 and it appears to be not working. I've compiled imap-2007 with the following on a CentOS 5 box: make slx EXTRACFLAGS="-I/usr/include/openssl -fPIC" and I've configured and compiled asterisk with the following: ./configure --with-imap=/usr/local/src/imap-2007 The compile and install went just fine, no warnings and no errors that I saw.
2013 May 29
1
Enable IMAP only for certain users/IP
...is protocol everything works fine, I don't want to limit it.) dovecot-imap: #%PAM-1.0 @include common-auth auth sufficient pam_listfile.so item=rhost sense=allow file=/etc/dovecot/imaphosts onerr=fail auth required pam_listfile.so item=user sense=allow file=/etc/dovecot/imapusers onerr=fail @include common-account @include common-session If I'm not wrong, once the user is authenticated, PAM checks if the remote IP address is in imaphosts; if it's true, it returns PAM_SUCCESS and stops the execution of the auth block, else if it's false, PAM executes the nex...
2009 Jul 20
0
No subject
mailboxes). Are you certain that removing either 612 or 610 mailbox would keep Asterisk from complaining ? > > However, the MWI does not indicate voice mails for 610 and I keep seeing > this error message: > > ERROR[2549]: app_voicemail.c:1630 messagecount: Couldn't find mailbox > 610 in context a10 > > However, mailbox 610 is clearly defined in voicemail.conf: >
2015 Sep 17
0
CentOS-6 - LogWatch Cyrus-IMAPD script was CentOS-6 - LogWatch
On Mon, September 14, 2015 14:51, James B. Byrne wrote: > The Logwatch imapd service script distributed with CentOS-6 does not > generate anything when I run logwatch --service all on a cyrus-imapd > host. Is this expected behaviour? Is there a separate script for > cyrus-imapd or are their configuration options required to get the > existing script to work. > > I have found
2010 Feb 16
0
Voicemail IMAP storage enhancement
Hello, I have several voicemail accounts that share the same IMAP mailbox (same imapuser), and I'd like to store their messages in separate IMAP subfolders. I tried to set 'imapfolder' settings on a per voicemail account basis, but it does not seem to work. All messages keep being stored in the same INBOX folder. Should I file a feature request on the asterisk-dev list, or is there a
2013 Oct 12
1
Problem with PAM, vpopmail and Roundcube
....org/Authentication/RestrictAccess but although I am not getting any errors, all users are still allowed access unless I block them with [vmoduser -i]. In [dovecot.conf] I have: passdb pam { args = * } In [/etc/pam.d/imap] I have: auth required pam_listfile.so item=user sense=allow file=/etc/imapusers onerr=fail And in [/etc/imapusers] I have specified the only users that should have access. Any ideas why this isn't working? ------------------------------------------------------- 2. Allow access for all users coming from a specific IP ----------------------------------------------------...
2007 Jan 11
2
Voicemail IMAP
I know some of this doesn't belong on this list, but I am just including it for problem history. I am trying to setup IMAP Voicemail with our email server. We are using a non-standards based groupware server called FirstClass. The server has some built in support for IMAP. My problem seems to be that the authuser flag is not supported. When I use mtest in the imap toolkit to connect to
2005 Jun 23
2
Restrictions on User Basis
Hi, I am running dovecot on Fedora Linux in our organization and use IMAP as well as POP3 protocols for mail retrieval. I want to impose the following user based restrictions: (a) I want to permit only selective users to access either POP3 or IMAP server or both. (b) The server can be accessed from LAN as well as WAN. However I want to allow only selective users to be able to access POP3 or
2006 Nov 08
1
MacOS X and quota-plugin
Hi all, I've installed dovecot 1.0 rc12 on a MacOS X client system with only a handful of users ? all virtual ? and would like to enable quotas. I've tried searching the wiki for information on how to do this, but haven't been able to find anything ? which is why I turn to the list in hope there's someone out there who can point me in the right direction. I've
2006 Dec 27
8
1.4.0, IMAP and Dovecot
I thought I would give the new IMAP support a spin on my home server, but without much luck so far. Asterisk 1.4.0 Dovecot 0.99.14 Maildir format C-client 2006d The imap server is also the Asterisk server, so connections are on the localhost. The error posted to the logs is: IMAP Error: Can't open mailbox {127.0.0.1:143/imap/authuser=root//user=dan_austin}INBOX: invalid remote specification
2005 Aug 02
0
where is "pam_listfile.so" for static userdb?
...p Dovecot on OSX to use PAM authentication against a flat_file/static userdb (tho i will _eventually_ mv to pgsql ...). iiuc, to do so i need something like: =================================== (EDITOR) /etc/pam.d/dovecot.imap auth required pam_listfile.so item=user sense=allow file=/var/dovecot/imapusers onerr=fail =================================== for a userdb listing in "/var/imapuser". all simple & good, except -- -- where's "pam_listfile.so" on OSX? % ls /usr/lib/pam/ pam_afpmount.so pam_nologin.so pam_securetty.so pam_uwtmp.so pam_deny.so...
2008 Nov 26
0
MS Exchange IMAP Voicemail
Hi Andrew and all those following this thread; I have gotten it working like it was meant to work see my original post quoted below. I have also included the direct link to my post... My Original Post: http://lists.digium.com/pipermail/asterisk-users/2008-November/222339.ht ml Quote: BTW... I have only tested this on Exchange 2003, I have not yet had the chance to check it out
2009 Oct 15
2
MWI for multiple voice mail boxes
Hello, all. I have a user who needs to monitor their voice mail box and the general delivery voice mail box. I defined them in sip.conf as follows: [tkeeley](a10f) mailbox=612 at a10, 610 at a10 However, the MWI does not indicate voice mails for 610 and I keep seeing this error message: ERROR[2549]: app_voicemail.c:1630 messagecount: Couldn't find mailbox 610 in context a10 However,
2008 Jul 12
1
IMAP Storage Problem
Hi, I'm having a problem with IMAP storage and asterisk. Here is the error message I get (in this instance its checking messages): [Jul 11 23:14:12] WARNING[9888]: app_voicemail.c:8738 mm_log: IMAP Warning: SECURITY PROBLEM: insecure server advertised AUTH=PLAIN [Jul 11 23:14:12] ERROR[9888]: app_voicemail.c:8741 mm_log: IMAP Error: IMAP protocol error: Authentication aborted [Jul 11
2012 Sep 05
1
Resynchronization of indexes (or Warning: Maildir Scanning <dir> took <X> seconds)
Hello, We have a dovecot servers farm with storage in NFS and indexes in local files. Under heavy load conditions we a log of messages in the form: Sep 3 12:35:49 myotis32 dovecot: imap(<imapuser>): Warning: Maildir: Scanning <maildir cur directory> took 62 seconds (9516 readdir()s, 0 rename()s to cur/, why=0x80) We have check that messages are directed with lmtp to the same
2008 Nov 11
1
AsteriskNOW 1.5 - app_voicemail_imapstorage.so won't talk to IMAP server
I'm having some issues getting app_voicemail_imapstorage to talk to my IMAP server. From imapstorage.txt, I've got the voicemail.conf configured properly, but if I leave a voicemail for extension 9999, I see no indication that the module is trying to reach the IMAP server. What am I missing? # voicemail.conf [general] imapserver=172.16.17.2 [default] 9999 =>
2009 Jul 03
1
Zimbra IMAP authentication - SOLVED
Hello, everyone. No need to read this message. I'm posting for documentation for other poor, ignorant slobs like me who are struggling to pull together the many technologies to make converged networks happen. Hopefully, this will help save someone else the time I spent. I started the below email until I realized I had solved multiple parts of a compound problem but not all at the same time.