Displaying 11 results from an estimated 11 matches for "nevorotin".
2010 Apr 08
1
Problems with masteruser
...e very strange problem with masteruser. See two logs below:
# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE
STARTTLS AUTH=PLAIN AUTH=LOGIN] Welcome to our post server!
x login nevorotin password
x OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT
SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE
CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC
ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS ACL RIGHTS=texk]...
2013 Nov 22
1
Debian repo and i386 builds
Hello!
Why Debian repo is so strange? Path to a repo should not contain version
and subversion numbers. Now you can't receive and even check updates
automatically. It's very-very simple to create correct repo. You can even
add to it all versions of packages, if it is important.
And where is i386 builds?
Could anybody create a correct Debian repo for gluster from existing one?
2013 Jul 09
9
One resource immediately after another
I need to apply three resources one immediatelly after another. It''s a
ifdown/ifup commands, and command to generate /etc/network/interfaces file.
I need to do ifdown, then rebuild interfaces, then ifup. I try to add
simple relationship, but in this case some File resources are trying to be
applied between ifdown and ifup. So they can''t connect to Puppet master to
verify
2010 Jun 24
2
Work with auth socket
I need to use Dovecot auth socket from my perl script to validate user's
passwords (for jabber server). Is there any information about how to
communicate with dovecot auth socket?
2010 Mar 16
0
Shared folders
I need to create a shared folder (mailbox for group mailing list) with
access of several accounts to it. But all peoples with access to this
mailbox should be able to work with this folder absolutely in the same way,
as with local mailbox. Each user should be able to delete emails and mark it
as readed. But this changes must be only for one user, not for others. For
example user1 and user2 have
2010 Mar 31
1
Managing IMAP ACL from script
I need to change ALC for mailboxes from a script on my server. As I
understand now I can correctly change ACL only via telnet using IMAP
commands. And moreover I need to know user's password for it. Is there any
plans to add inheritance of ACL and ability to manage it directly from a
server? And if it is in which version? Will 2.0 fully support ACL? Now I use
Dovecot 1.2.10.
2010 Apr 02
2
Manage mails from server
I've configure Dovecot with shared namespace and IMAP ACL's to make a group
mailboxes. I use maildir mailboxes, and I add dovecot-shared file to each
group mailbox. So each user with access to group mailbox has their own \Seen
flag. And now I need automatically delete a mail from server after 2 weeks
after each user has readed email in shared mailbox.
How can I from, e.g. Perl script, get
2010 May 05
1
[Bug] Case sensitive usernames and variables
Today I've found a very irritating bug:
I use
mail_location = maildir:/var/mail/%u/
in my dovecot.conf. And if user type Username, username, USERname etc at
login dovecot create a different Maildir's for one real user. But LDA works
corretly and save all messages to lowercase username mailbox. No problem,
add L:
mail_location = maildir:/var/mail/%Lu/
Then all works good. But I has
2013 Jun 11
1
Manage users with Winbind (Samba) installed
Hi!
I want to manage all local user accounts on my Samba DC. So I add to my
node two resources like this:
resources {''user'':
purge => true,
unless_system_user => 999,
}
file {''/home'':
ensure => directory,
owner => ''root'',
group => ''root'',
mode => 0644,
force => true,
purge => true,
recurse =>
2010 Apr 07
1
Per-user flags for shared folders
As I see in 2.0 there willn't be ability to control which flags should be
shared, and which should be per-user. But may be there is some plans to
implement settings to control that?
It'll be great if you can write in dovecot-shared file which flags should be
per-user. It's very usefull for group mailboxes, when each user should work
with such mailbox like with their own. Now I
2010 Feb 15
2
Problem with allow_nets passdb parameter and Postfix
I use Dovecot for SASL authentication from Postfix. In Postfix main.cf I
have:
smtpd_sasl_type = dovecot
It works good, but now I need to allow users to connect by IMAP only from
given IP adresses. I've added extra field allow_nets to passdb in Dovecot,
and IMAP authentication works fine. But now I can't connect to my SMTP
server because when smtpd ask dovecot about user