Ken A | 1 Apr 2006 01:15
Favicon

Re: var_expand and pop3_logout_format

Alexander Sabourenkov wrote:
> Hi.
>
> -alpha2 broke the retr-byte-count field of the pop3_logout_format
> with the following change:
>
> -Added %R (reverse string) and %H (hash string) variable modifiers.
>
> %R as modifier conflicts on expand with %R as retr-byte-count in 
> pop3_logout_format
>
> resulting in expanded strings like:
>
> top=0/0, retr=1/ del=0/1, size=431
>
>
> seen in -alpha3 -alpha4 cvs as of 04.11.2005
> FreeBSD 5.4-R, both i386 and amd64
>
Seeing this in 1.0 beta 3 also.

"top=0/0, retr=0/ del=0/0, size=0"

Has this been fixed in nightly build?

Thanks,
Ken A

fishgills | 1 Apr 2006 02:32

Fedora 4: x86_64 different build options than i386?

After successful testing on our 32-bit machine using the rpm, I'm
installing dovecot on our Fedora 64-bit machine using that rpm.  In
the log file I get:

dovecot: Mar 31 15:34:16 Error: auth(default): Unknown database driver 'mysql'

I see this:

# dovecot --build-options
Build options: ioloop=poll dnotify ipv6 openssl
Passdb: checkpassword pam passwd passwd-file shadow 
Userdb: checkpassword passwd passwd-file static 

and dovecot is in:

/usr/local/sbin/dovecot

But on my 32-bit Fedora machine, also installed from the rpm, I get this:

# dovecot --build-options
Build options: ioloop=poll dnotify ipv6 openssl mysql postgresql sqlite
Passdb: checkpassword ldap pam passwd passwd-file shadow sql 
Userdb: checkpassword ldap passwd passwd-file sql static 

and dovecot is in:

/usr/sbin

Shouldn't the 64-bit machine have the same build-options?

(Continue reading)

Charlie Davis | 1 Apr 2006 03:06

Re: Fedora 4: x86_64 different build options than i386?

Fixed this by getting the latest x86_64 rpm from Ignacio Vazquez-Abrams' repository. 

Sorry for the email. :D

-Charlie Davis

----- On Friday, March 31, 2006 fishgills <at> fishgills.net wrote:

> After successful testing on our 32-bit machine using the rpm, I'm
> installing dovecot on our Fedora 64-bit machine using that rpm.  In
> the log file I get:
> 
> dovecot: Mar 31 15:34:16 Error: auth(default): Unknown database driver 'mysql'
> 
> I see this:
> 
> # dovecot --build-options
> Build options: ioloop=poll dnotify ipv6 openssl
> Passdb: checkpassword pam passwd passwd-file shadow
> Userdb: checkpassword passwd passwd-file static
> 
> and dovecot is in:
> 
> /usr/local/sbin/dovecot
> 
> But on my 32-bit Fedora machine, also installed from the rpm, I get this:
> 
> # dovecot --build-options
> Build options: ioloop=poll dnotify ipv6 openssl mysql postgresql sqlite
> Passdb: checkpassword ldap pam passwd passwd-file shadow sql
(Continue reading)

Charlie Davis | 1 Apr 2006 03:27

Quick question. Thunderbird/Outlook = no love.

Are there any how-tos or documentation on getting dovecot to be thunderbird/outlook friendly?

Thunderbird can connect about 20% of the time, the other 80% of the time, I Get the error:

"You may need to connect via SSL or TLS. Please check the account settings for your mail server."

I have my thunderbird setup to do TLS. I've put it on the TLS if available as well, still no love.

Dovecot logfile contains:

dovecot: Mar 31 17:25:19 Info: imap-login: Aborted login: rip=10.0.0.4, lip=10.0.0.208, TLS
dovecot: Mar 31 17:25:24 Info: imap-login: Aborted login: rip=10.0.0.4, lip=10.0.0.208, TLS

Nothing else.

Thanks in advance!

-Charlie

Charlie Davis | 1 Apr 2006 03:31

Re: Quick question. Thunderbird/Outlook = no love.

Oh, I forgot to mention that if I turn on plain text authentication, it works fine. But I'd to do TLS over the net.

-Charlie

----- On Friday, March 31, 2006 fishgills <at> fishgills.net wrote:

> Are there any how-tos or documentation on getting dovecot to be
> thunderbird/outlook friendly?
> 
> Thunderbird can connect about 20% of the time, the other 80% of the time, I
> Get the error:
> 
> "You may need to connect via SSL or TLS. Please check the account settings for
> your mail server."
> 
> I have my thunderbird setup to do TLS. I've put it on the TLS if available as
> well, still no love.
> 
> Dovecot logfile contains:
> 
> dovecot: Mar 31 17:25:19 Info: imap-login: Aborted login: rip=10.0.0.4,
> lip=10.0.0.208, TLS
> dovecot: Mar 31 17:25:24 Info: imap-login: Aborted login: rip=10.0.0.4,
> lip=10.0.0.208, TLS
> 
> Nothing else.
> 
> Thanks in advance!
> 
> -Charlie
(Continue reading)

Topher Fischer | 1 Apr 2006 03:35

Re: Quick question. Thunderbird/Outlook = no love.

Charlie Davis wrote:
> Are there any how-tos or documentation on getting dovecot to be thunderbird/outlook friendly?
>
> Thunderbird can connect about 20% of the time, the other 80% of the time, I Get the error:
>
> "You may need to connect via SSL or TLS. Please check the account settings for your mail server."
>
> I have my thunderbird setup to do TLS. I've put it on the TLS if available as well, still no love.
>
> Dovecot logfile contains:
>
> dovecot: Mar 31 17:25:19 Info: imap-login: Aborted login: rip=10.0.0.4, lip=10.0.0.208, TLS
> dovecot: Mar 31 17:25:24 Info: imap-login: Aborted login: rip=10.0.0.4, lip=10.0.0.208, TLS
>
> Nothing else.
>
> Thanks in advance!
>
> -Charlie
>
>
>   
I've got beta2 running on an RHEL4 box, and I've had no problems with
Thunderbird (with people running anywhere from 0.7 to 1.5).  Which
version of dovecot are you running?

--

-- 
Topher Fischer
GnuPG Fingerprint: 3597 1B8D C7A5 C5AF 2E19  EFF5 2FC3 BE99 D123 6674
javert42 <at> cs.byu.edu
(Continue reading)

Charlie Davis | 1 Apr 2006 04:56

Re: Quick question. Thunderbird/Outlook = no love.

1.0 Beta 3.

Plain authentication works. But not TLS.

I don't see anything in the configuration file that seems obvious to deny TLS authentication.

-Charlie

----- On Friday, March 31, 2006 javert42 <at> cs.byu.edu wrote:

> Charlie Davis wrote:
>> Are there any how-tos or documentation on getting dovecot to be
> thunderbird/outlook friendly?
>>
>> Thunderbird can connect about 20% of the time, the other 80% of the time, I
> Get the error:
>>
>> "You may need to connect via SSL or TLS. Please check the account settings
> for your mail server."
>>
>> I have my thunderbird setup to do TLS. I've put it on the TLS if available
> as well, still no love.
>>
>> Dovecot logfile contains:
>>
>> dovecot: Mar 31 17:25:19 Info: imap-login: Aborted login: rip=10.0.0.4,
> lip=10.0.0.208, TLS
>> dovecot: Mar 31 17:25:24 Info: imap-login: Aborted login: rip=10.0.0.4,
> lip=10.0.0.208, TLS
>>
(Continue reading)

Ignacio Vazquez-Abrams | 1 Apr 2006 05:11

Re: Fedora 4: x86_64 different build options than i386?

On Fri, 2006-03-31 at 16:32 -0800, fishgills <at> fishgills.net wrote:
> After successful testing on our 32-bit machine using the rpm, I'm
> installing dovecot on our Fedora 64-bit machine using that rpm.  In
> the log file I get:

It was previously broken. Which specific package did you install?

--

-- 
Ignacio Vazquez-Abrams <ivazquez <at> ivazquez.net>
http://fedora.ivazquez.net/

gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
Charlie Davis | 1 Apr 2006 06:25

Re: Fedora 4: x86_64 different build options than i386?

Yeah, I got your latest from your website. Google's top return for you was an older release. Using your .5 I
believe it is. For x86_64 of course. It works fine now.

----- On Friday, March 31, 2006 ivazquez <at> ivazquez.net wrote:

> On Fri, 2006-03-31 at 16:32 -0800, fishgills <at> fishgills.net wrote:
>> After successful testing on our 32-bit machine using the rpm, I'm
>> installing dovecot on our Fedora 64-bit machine using that rpm.  In
>> the log file I get:
> 
> It was previously broken. Which specific package did you install?
> 
> --
> Ignacio Vazquez-Abrams
> http://fedora.ivazquez.net/
> 
> gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72

Andew Velikorechanin | 1 Apr 2006 14:23
Picon

User data over Mysql

Hi, all!

What I need set in dovecot config (dovecot-mysql.conf) for get home dir
and mailbox file path from mysql DB?

dovecot 0.99.11

Thanks.


Gmane