Question regarding delivery from Postfix via LMTP proxy

2022-01-27 Thread Vlad Sedov
o server B.. Currently, mail still gets delivered to the user's maildir on server A. Is this possible with Dovecot alone, or do I need to use another method to get messages to hop to server B via server A? Any help would be appreciated.. cheers, Vlad

Re: version conflict in freebsdports?

2018-01-23 Thread Vlad K.
dovecot v1 was dropped, in FreeBSD ports. Read /usr/ports/UPDATING for more info (20170807). Uninstall *2 and reinstall packages without 2. -- Vlad K.

Re: All over sudden dovecot thinks FS is read only

2017-10-28 Thread Vlad K.
On 2017-10-28 11:51, Tobi wrote: Does anyone have an idea why dovecot suddenly behaves like that? Since that's CentOS 7, I've heard SystemD tends to go mad (madder than usual) and mount the service with readonly paths... -- Vlad K.

Fetch command response questions

2015-09-08 Thread Vlad Pop
Is this a sort of bug or is it correct to receive the BODYSTRUCTURE on multiple lines? Vlad Pop

Re: [Dovecot] Problems with permissions on mail_location

2011-10-31 Thread Vlad
I installed dovecot from the "official" CentOS 6 repository . I think in this case, the problem is not in the version ..: - \ I'll try to update .. > On 2011-10-31 8:10 AM, Vlad wrote: >> I have 2.0.beta6 (3156315704ef) > Upgrade, then come back with any questions...

[Dovecot] Problems with permissions on mail_location

2011-10-31 Thread Vlad
directory dovecot does not want to write it :-\ ) If I change /var/mail to /tmp/mail (for testing), then everything works fine, dovecot can write to this directory. But if i create /test/mail, or /mail with chmod 777 and chown mail:mail - again the same error :-( -- С уважением, Vlad

Re: [Dovecot] custom maildir location mapping

2011-01-24 Thread Vlad Mazek
> > .. > > userdb static { args = uid=virtual gid=virtual home=/var/mail/%d/%u } > > passdb passwd-file { args = /etc/dovecot/passwd } > > > > u...@domain.com:{HMAC-MD5}1b05f379... > > username:pass:...:user=u...@domain.com > > Where the last field is the "extra field" > http://wiki.dovecot.org/Aut

[Dovecot] custom maildir location mapping

2011-01-24 Thread Vlad Mazek
there any way to create a userdb and passworddb so that users can login with either username or email address and have dovecot locate their maildir without an issue? For example, I'd like to be able to login as either vlad or v...@vladville.com and have dovecot locate my maildir:/var/spool/mail/%d

Re: [Dovecot] New to list, got a quota question

2009-03-13 Thread Vlad Sedov
Timo Sirainen wrote: On Fri, 2009-03-13 at 17:05 -0500, Vlad Sedov wrote: I think I figured it out... I reformatted all of the quotas from the old vpopmail style (e.g. 400M, which is 400 megabytes) to the Maildir++ format (e.g. 419430400S,2000C which is 400MB or 2000 messages quota

Re: [Dovecot] New to list, got a quota question

2009-03-13 Thread Vlad Sedov
7; I'm still using vpopmail's delivery agent, but now the quotas are understood by both vpopmail and dovecot, so It's all good :-) Vlad Timo Sirainen wrote: On Fri, 2009-03-13 at 09:09 -0500, Vlad Sedov wrote: My vpopmail installation keeps the quota information in the mys

[Dovecot] New to list, got a quota question

2009-03-13 Thread Vlad Sedov
he quota is in maildir format, e.g. 400M or 50331648S. Unlimited quota is specified as NOQUOTA. The question is... Is it possible to make dovecot understand this format and get it directly from SQL (via user_query, for example) or would it be easier to reconfigure the vpopmail installation somehow to use maildirsize? Thanks! Vlad