similar to: user/password Authentication via Joomla database

Displaying 20 results from an estimated 500 matches similar to: "user/password Authentication via Joomla database"

2018 Jul 06
0
user/password Authentication via Joomla database
Hi, I think there is no reason to be offlist. Your setup should work, only problem could be the freebsd userid. My setup has only one user for all accounts and no "real" users. I only have a vmail user. Maybe a tutorial for dovecot and mysql only would help you ( I don't have a link here, but google has) hope that helps Harald Am 06.07.2018 um 15:18 schrieb Graham S. Jarvis:
2018 May 02
2
Get mailbox name per guid
Hi, maybe I'm unable to use google or the wiki or the man pages but how do I get the mailbox name if I only have the guid for this Mailbox? thx Harald -- Harald Leithner ITronic Wiedner Hauptstra?e 120/5.1, 1050 Wien, Austria Tel: +43-1-545 0 604 Mobil: +43-699-123 78 4 78 Mail: leithner at itronic.at | itronic.at -------------- next part -------------- A non-text attachment was
2017 Sep 04
2
lazy_expunge doesn't work since upgrade 2.2.30 to 2.2.32
Ok thx for the info, anyway there are no mail copied to #EXPUNGED/ namespace. Am 04.09.2017 um 13:40 schrieb Aki Tuomi: > Hi! > > On 04.09.2017 14:38, Harald Leithner wrote: >> Hi, >> >> it seams that the lazy_expunge plugin doesn't work for me after the >> upgrade... >> >> 2.2.32 cry's about >> >> plugin {
2016 Mar 16
2
overview zlib efficiency? Summary and added note
Hi, use "doveadm" to get all real message doveadm -f table fetch -A "size.physical" ALL | awk '{s+=$2}END{printf("%.2fMB\n", s/1024/1024);}' 189247.67MB .. 185G use "du" to get size on disc: In my case with deduplication: /srv/stroage/# du -s -h * 53G vmail 75G vmail_sis without deduplication /srv/stroage/# du -s -h -l * 53G
2017 Sep 15
2
lazy_expunge doesn't work since upgrade 2.2.30 to 2.2.32
On Wed, Sep 6, 2017 at 2:01 AM, Harald Leithner <leithner at itronic.at> wrote: > Any idea why this doesn't setup work anymore in 2.2.32? > > thx > > Harald > > I just ran into the same thing myself. For me, when I added this to the "location" in the expunged namespace, it started working again: ...:LISTINDEX=expunged.list.index I can't tell you why
2017 Dec 28
2
Problem with master password
Hi, I have a problem using the master password feature of dovecot. I'm able to login with the password but then dovecot can't select the INBOX. IMAP test: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN AUTH=LOGIN AUTH=DIGEST-MD5 AUTH=SCRAM-SHA-1 AUTH=CRAM-MD5] ITronic Mail Store a login user at itronic.at*admin password a OK
2005 Oct 10
11
Open Source Content Management System - Joomla
There was some discussion in the past about which one is the best Content Management System that can be used in conjunction with Asterisk. Mambo was supposed to be the best out there under GPL. The guys who developed Mambo have a new product now - Joomla. I am using this and it appears to be better than Mambo in many respects. Read the gist about Joomla below. ------------- If you've read
2017 Sep 04
2
lazy_expunge doesn't work since upgrade 2.2.30 to 2.2.32
Hi, it seams that the lazy_expunge plugin doesn't work for me after the upgrade... 2.2.32 cry's about plugin { lazy_expunge_only_last_instance=no } is most likely handled as 'yes' - remove the setting completely to disable it. If this is intentional, add quotes around the value: lazy_expunge_only_last_instance="no" I changed it to
2017 Jul 15
2
observium graphs
Am 15.07.2017 um 20:26 schrieb Aki Tuomi: > Hi! > Just thought I'd remind about few things, > > since v2.2.22 you can use doveadm -fjson, to print data in json format, which might be easier to parse. As for Debian stable (dovecot 2.2.27) -f json is missing from the manpage. > since v2.2.22 you can use doveadm HTTP API to get the statistics over HTTP. > > since v2.2.27
2007 Mar 16
1
Joomla RPM for CentOS
Does anyone know of a joomla rpm for CentOS/Red Hat? I see some rpm's on rpmforge but none are for our OS. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070316/8df49b26/attachment.html>
2016 Jul 27
2
Sieve vacation address problem
Hi, it seams I have a problem with the vacation script. The problem is that the vacation answers to a address that is not listed in the sieve script. I checked the postfix master.conf which delivers to lda correct parameter. In the logfile you can see that that office at example.com received a message that get delivered to user at example.com (with the sievescipt) and to office at
2019 Oct 20
2
IMAP4 extensions for Visual Voicemail (VVM)
> Le 20 oct. 2019 ? 22:24, Mauricio Tavares via dovecot <dovecot at dovecot.org> a ?crit : > > On Sun, Oct 20, 2019 at 10:43 AM Rajesh Bansal via dovecot > <dovecot at dovecot.org> wrote: >> >> Hi Team, >> >> >> >> I need to develop Visual VoiceMail solution. In this solution I need a IMAP4 server, from which I can get a hit for each
2017 Aug 27
4
Debian packages for 2.2.32?
Cit?t Aki Tuomi <aki.tuomi at dovecot.fi>: > On 2017-08-27 12:06, Harald Leithner wrote: >> Hi, >> >> It seams that IX didn't Motive Themen Version change. >> >> Thx >> >> Harald > > Try http://xi.dovecot.fi/debian.new/ > > Aki Hi, i always wonder why is anyone using this repository? There is a big warning in the wiki that
2018 Nov 23
2
doveadm dsync-server doesn't use user parameter?
Hi, I tried to migrate my dovecot 2.2 to a new server with a other storage configuration and dovecot 2.3. New (and old) Server uses mysql for user information I use the following storage settings mail_home = /storage1/vmail/%{userdb:path} mail_location =
2016 Mar 10
5
sis deduplication broken from 2.2.16 upwards
On 3/9/2016 9:02 PM, Timo Sirainen <tss at iki.fi> wrote: > On 08 Mar 2016, at 01:50, Pavel Stano <stanojr at websupport.sk> wrote: >> >> sis attachment deduplication is broken in 2.2.16 upwards. >> It is caused by this commit. >> https://github.com/dovecot/core/commit/664bf3e236c214aee86294483c379e4fa66c2e63 >> >> in src/lib-fs/fs-sis.c function
2016 Mar 15
8
overview zlib efficiency?
Hi, may be someone has already done that: Do you have a script(?) tool which shows the efficiency of the mail compression if zlib is used? Something that shows the uncompressed size vrs. the compressed. Thanks for hints! /G?tz -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5571 bytes Desc: S/MIME
2008 Jul 20
0
How do I install Joomla! 1.5?
Installing of Joomla! 1.5 is pretty easy. We assume you have set-up your Web site, and it is accessible with your browser. Download Joomla! 1.5, unzip it and upload/copy the files into the directory you Web site points to, fire up your browser and enter your Web site address and the installation will start. For full details on the installation processes check out the Installation Manual on the
2008 Oct 30
1
Rsync doesn't copy over only the changed files
Hello, I am trying to sync up 2 directories over a network. I am running Gentoo and on the new server I have a fresh install of Apache using webapp-config to install the latest Joomla 1.5. On the other server I have my backup copy of Joomla 1.5 also running the latest version. I want to only copy over the files that are not in my new "fresh" version AND only the files that have
2016 Apr 25
2
IX Out of Order?
Hi, It seams that ix.dovecot.fi has not build a new version since 2016-04-19 20:03 regards, -- Harald Leithner ITronic Wiedner Hauptstra?e 120/5.1, 1050 Wien, Austria Tel: +43-1-545 0 604 Mobil: +43-699-123 78 4 78 Mail: leithner at itronic.at | itronic.at
2005 Nov 28
0
ports/89596 : PORT UPDATE: www/joomla 1.0.3 -> 1.0.4
Note: Joomla 1.0.4 Contains fixes for 6 Security Vunerabilities. -- Sem.