Re: [Dovecot] sql : uid, gid, home ignored ?

2011-01-29 Thread Jerrale G
'/mail/') AS maildir FROM mail.mailboxes ANY VARIABLE settable in dovecot.conf CAN be set in the mysql query! It will also override any set in dovecot.conf. home_dir MUST be set dynamically for each user IN ORDER to use ANY of the others, such as maildir, sieve, sieve_dir, quota_rule, or any other parameter set under plugins{ }. In order to set them, just grab it with SELECT tablename.tablefield and append AS variable_name. Jerrale G. SC Senior Admin

Re: [Dovecot] Telnet access creates new maildir folders

2011-01-28 Thread Jerrale G
as we are working with UNIX like OS, these are different folders and different mailboxes. This has nothing to do with dovecot anyway. Dovecot is not an SMTPD; postfix DOES accept mail to the same user for f...@domain.com and f...@domain.com and it always gives it to dovecot as f...@domain.com

Re: [Dovecot] Can't get it working

2011-01-25 Thread Jerrale G
u "tail -f /var/log/mail", is because you most likely have a configuration error in the auth service. Jerrale G. SC Senior Admin

Re: [Dovecot] Imap V4 rev.1 support

2011-01-17 Thread Jerrale G
ct at staying RFC compliant, the whitepapers defining any protocol and network communication standards. If something is noted in the RFC's,, relating to Dovecot in anyway, they update Dovecot to adhere to it. Jerrale G. SC Senior Admin

[Dovecot] Cron Mail deliver process dying from postfix sendmail.

2010-10-29 Thread Jerrale G
departments for abuse@ postmaster@ and ad...@. ALL other mail delivers perfectly but I dont know whats with crontab on this mail server. Thanks Jerrale G. SC Senior Admin

Re: [Dovecot] RHEL5/CentOS5 YUM repo, rpm, or spec file for 2.0?

2010-10-26 Thread Jerrale G
was a dovecot.spec in the root of the source. Jerrale G. SC Senior Admin

Re: [Dovecot] Pigeonhole feature request: automatically copy sieve_global_path (default script) to user's sieve_dir

2010-10-12 Thread Jerrale G
On 10/12/2010 1:07 PM, Eray Aslan wrote: On 12.10.2010 18:16, Jerrale G wrote: We have a lot of users liking both you It's not me but Stephan Bosch you are looking for. Sorry for the misunderstanding. Pigeonhole would be even nicer with a "skelton directory" specified t

Re: [Dovecot] Pigeonhole feature request: automatically copy sieve_global_path (default script) to user's sieve_dir

2010-10-12 Thread Jerrale G
On 10/12/2010 11:16 AM, Jerrale G wrote: On 10/12/2010 2:55 AM, Eray Aslan wrote: On 12.10.2010 06:47, Jerrale G wrote: Maybe you could add a retain_sieve_global=yes|no setting OR be more complex by having the sieve_global_dir copied to the users sieve_dir on first managesieve script save

Re: [Dovecot] Pigeonhole feature request: automatically copy sieve_global_path (default script) to user's sieve_dir

2010-10-12 Thread Jerrale G
On 10/12/2010 2:55 AM, Eray Aslan wrote: On 12.10.2010 06:47, Jerrale G wrote: Maybe you could add a retain_sieve_global=yes|no setting OR be more complex by having the sieve_global_dir copied to the users sieve_dir on first managesieve script save, if another setting to do this was set to yes

[Dovecot] Pigeonhole feature request: automatically copy sieve_global_path (default script) to user's sieve_dir

2010-10-11 Thread Jerrale G
developer from dovecot. I just want to thank you for the great job on sieve as well, Kudos, Jerrale G -- Jerrale G. SC Senior Admin

Re: [Dovecot] ATTN TIMO: Man pages of "deliver"

2010-10-10 Thread Jerrale G
On 10/10/2010 9:07 AM, Jerrale G wrote: The man pages of "man deliver" do not explain the "-n" option which is confusing a lot of people as to why mailboxes and mail folders aren't being automatically created; yet, the dovecot wiki's both say to use "-n&

[Dovecot] ATTN: David Miller Re: Config review (2.0.5)

2010-10-10 Thread Jerrale G
nge since going to 2.0.5. You could have suggested to try disabling all the plugins and then enabling each one until he notices a huge performance decrease, using whatever he was using to benchmark, instead of ignorantly implying he should have already known to do so. -- Thanks for contributing, Jerrale G. SC Senior Admin

Re: [Dovecot] disable zlib via config to allow per mailbox compression level

2010-10-10 Thread Jerrale G
like it. Error: zlib_save_level: Level must be between 1..9 KuiZ On Sat, Oct 9, 2010 at 2:56 PM, Jerrale G wrote: On 10/9/2010 12:45 AM, Kui Zhang wrote: Hello Dovecot v2.0.5 zlib_save_level = 6 # 1..9 zlib_save = gz # or bz2 Is there a config option to disable zlib, even if above

[Dovecot] ATTN TIMO: Man pages of "deliver"

2010-10-10 Thread Jerrale G
The man pages of "man deliver" do not explain the "-n" option which is confusing a lot of people as to why mailboxes and mail folders aren't being automatically created; yet, the dovecot wiki's both say to use "-n" in postfix's master.cf which keeps dovecot's lda from automatically creating th

Re: [Dovecot] disable zlib via config to allow per mailbox compression level

2010-10-09 Thread Jerrale G
e no compression. Hope this helps! Remember, any setting that goes under "Plugin{}" can be dynamically set in your userdb_query for LDAP, Mysql, or w/e storage plugin you use. I have sieve_dir and quota_rule2 set by my userdb_query so that some people can have quotas and others don't have an limit. Jerrale G. SC Senior Admin

Re: [Dovecot] And again... too many open files

2010-10-07 Thread Jerrale G
er been changed by me and, so, I don't know why your redhat is coming default with a limit. You seem to not have changed it as you are baffled at why the limit is there. I'll try and figure out a permanent way for you to change it. Jerrale G. SC Senior Admin

[Dovecot] Upgrading from 2.0.1 to 2.0.3

2010-09-23 Thread Jerrale G
7;, mailboxes.domain, '/', mailboxes.username, '/mail/') AS maildir FROM mail.mailboxes I was looking at another thread and saw where the names of dovecot fields, such as "userdb_maildir", have been prefixed with userdb to equal "userdb_maildir". Please Let me know of any changes, or additions, I need to do above. As said, I'm guessing I need to just add ":INBOX=/home/maill/%d/%n/mail/" to dovecot.conf or add ", CONCAT('/home/mail', mailboxes.domain, '/', mailboxex.username, '/mail/') AS INBOX" to the mysql query. Am I correct? Thanks Jerrale G. SC Senior Admin

Re: [Dovecot] doveadm quota get -u some...@ourdomains.com

2010-08-31 Thread Jerrale G
On 8/31/2010 5:03 PM, Timo Sirainen wrote: On 31.8.2010, at 21.42, Jerrale G wrote: we have the mail_plugins defined differently for each protocol ({imap=quota,expire,imap_quota} {pop3=quota,expire} {lda=quota,expire,sieve}). doveadm doesn't have a protocol. You must set it glo

[Dovecot] doveadm quota get -u some...@ourdomains.com

2010-08-31 Thread Jerrale G
pecific, proper way beyond the way I read of 1.2.x for defining the plugins. Please let me know how and what plugins I should define Jerrale G -- Jerrale G. SC Senior Admin

Re: [Dovecot] doveadm expunge -A mailbox Trash savedbefore 30d

2010-08-30 Thread Jerrale G
On 8/30/2010 12:06 PM, e-frog wrote: On 30.08.2010 17:32, wrote Jerrale G: On 8/27/2010 11:25 AM, e-frog wrote: On 27.08.2010 17:16, wrote Jerrale G: In the shell: ,doveadm(root): Error: User listing returned failure,doveadm: Error: Failed to iterate through some users In the log

Re: [Dovecot] doveadm expunge -A mailbox Trash savedbefore 30d

2010-08-30 Thread Jerrale G
On 8/27/2010 11:25 AM, e-frog wrote: On 27.08.2010 17:16, wrote Jerrale G: In the shell: ,doveadm(root): Error: User listing returned failure,doveadm: Error: Failed to iterate through some users In the log: dovecot: auth: Error: sql: Iterate query failed: Table 'mail.users' doe

Re: [Dovecot] Dovecot dict process privileges

2010-08-30 Thread Jerrale G
On 8/20/2010 12:48 PM, Timo Sirainen wrote: On Fri, 2010-08-20 at 12:43 -0400, Jerrale G wrote: I had the same problem as you with 2.0; 1.2.x I couldn't get dict to work at all for an error in the code. Here is how I fixed 2.0 though: service dict { unix_listener dict { user =

[Dovecot] Possible erroneous "aborted login attempts"

2010-08-29 Thread Jerrale G
it is from the same ip, to dovecot from php, constantly without reference to the user. This has been happening since 1.2.11 with us. We don't use any imap relay but was looking into imapproxy for cacheing speed and preventing advanced ddos attempts, those from users with access. Jerra

Re: [Dovecot] doveadm expunge -A mailbox Trash savedbefore 30d

2010-08-29 Thread Jerrale G
lds or the contents of a field. Thanks, Jerrale G Jerrale G. SC Senior Admin

[Dovecot] doveadm expunge -A mailbox Trash savedbefore 30d

2010-08-27 Thread Jerrale G
ctionary is EXACTLY like the example you posted in the wiki2. I can't remember whether I posted this thread before or not; I remember writing it two days ago but I'm not sure if I sent it as I can't find it in this "mailing lists" folder. Jerrale G. SC Senior Admin

[Dovecot] Table mail.users doesn't exist (using built-in default iterate_query: SELECT username, domain FROM users)

2010-08-26 Thread Jerrale G
as all info needed was stored, in the expire table, by the expire plugin on message delivery or copy. Jerrale G rrale G. SC Senior Admin

Re: [Dovecot] Logged out format in log

2010-08-20 Thread Jerrale G
On 8/20/2010 12:11 PM, Timo Sirainen wrote: On Fri, 2010-08-20 at 11:58 -0400, Jerrale G wrote: I was naive to not check the log more thoroughly for changes. I need "dovecot: imap(jerr...@sheltoncomputers.com): Disconnected: Logged out bytes=1921/2983" to say the rip (ip address) as

Re: [Dovecot] Dovecot dict process privileges

2010-08-20 Thread Jerrale G
re is how I fixed 2.0 though: service dict { unix_listener dict { user = mail << same as what you put for service imap mode = 0660 group = mail << same as what you put for service imap } } Jerrale G. SC Senior Admin

[Dovecot] Logged out format in log

2010-08-20 Thread Jerrale G
I was naive to not check the log more thoroughly for changes. I need "dovecot: imap(jerr...@sheltoncomputers.com): Disconnected: Logged out bytes=1921/2983" to say the rip (ip address) as 1.2.x did; how do I accompish such? Jerrale G SC Senior Admin SC Senior Admin

Re: [Dovecot] EVERYONE USING DOVECOT PLEASE SIGN: Thanks, Administrators of Dovecot!

2010-08-18 Thread Jerrale G
ighting and stay on topic. This is an appreciation thread, not a fighting thread. Jerrale G. SC Senior Admin

Re: [Dovecot] REpeated e-mail

2010-08-17 Thread Jerrale G
orked around for being required for quota or expire by using a script for expire and doing quota by Maildir. If you use dbox or mbox, you'll need the dictionary service. Make sure you have no errors in your log. Jerrale G. SC Senior Admin

Re: [Dovecot] pigeonhole

2010-08-17 Thread Jerrale G
On 8/16/2010 2:01 PM, Marcus Rueckert wrote: On 2010-08-16 13:02:37 -0400, Jerrale G wrote: make sure you are using dovecot-2.0-rc6 you mean the final 2.0.0 right?:p darix I saw and upgraded right after I posted that, that 2.0 had been released. Jerrale G. SC Senior Admin

Re: [Dovecot] dovecot 2.0 convert script

2010-08-17 Thread Jerrale G
this will be an issue for anyone else unless they did their own chrooting as well, which they should know how to undo. Jerrale G. SC Senior Admin

Re: [Dovecot] Master Login using MySQL problem - %{login_domain}

2010-08-17 Thread Jerrale G
red (if you use pigeonhole) *Your mysql userquery should ALWAYS define, at least, your home directory and the mail directory, for dovecot.* If you use mbox or dbox, omit the maildir part but you MUST use the home! The password query should select the password, not the username and domain; correct your thinking of mysql queries! If you have your passwords stored in md5, default_pass_scheme=md5 should be in your mysql config file. Jerrale G. SC Senior Admin

[Dovecot] Managesieve and Dovecot 2.0: clients incompatible?

2010-08-17 Thread Jerrale G
could put log=/path/to/a/file in the managesieve part and see what happens. In the old dovecot 1.2, we would get a "managesieve-login" in the log when a client even TRIED to login; now, nothing! -- Jerrale G. SC Senior Admin

[Dovecot] EVERYONE USING DOVECOT PLEASE SIGN: Thanks, Administrators of Dovecot!

2010-08-17 Thread Jerrale G
With the release of dovecot 2.0, the community of the Dovecot mailling list, and us at Shelton Computers, would sincerely like to thank the developers of Dovecot. For, if it were not for you, we would be stuck with Courier and would not have the impressive features of Sieve, as opposed to the

Re: [Dovecot] pigeonhole

2010-08-16 Thread Jerrale G
On 8/16/2010 8:22 AM, Marcus Rueckert wrote: hi, what os/distro? darix make sure you are using dovecot-2.0-rc6 Jerrale G. SC Senior Admin

Re: [Dovecot] Subdomain Migration

2010-08-16 Thread Jerrale G
follow or URL's explain briefly. Thanks. Regards, Ramesh They have to send mail to y...@yournewdomain.com unless you plan on keeping your isp's subdomain Jerrale G. SC Senior Admin

[Dovecot] Address book for 2.0?

2010-08-15 Thread Jerrale G
2.0 could include a directory service, like MS Exchange, where people's address books within IMAP clients could be stored on the server and retrievable by the clients. Its a headache for users to roam from pc to pc and not have someone's address stored locally on another. Je

Re: [Dovecot] Master User Features I'd like to see

2010-08-15 Thread Jerrale G
There's vpopmail :-S Jerrale G. SC Senior Admin

Re: [Dovecot] Upgrade to 2.0 - Not so smooth

2010-08-15 Thread Jerrale G
uot; and try again. I agree its not as simple as people would think but, if dovecot would log everything relevant, dovecot could use its own logs to know what environment it is within. Jerrale G. SC Senior Admin

[Dovecot] dovecot: Killed with signal 15 (by pid=14267

2010-08-15 Thread Jerrale G
I don't know if dovecot 2.0 will have this already or not but, when dovecot is stopped or started, it would be nice to have the PID reported in the log for various uses. Jerrale Gayle SC Senior Admin

Re: [Dovecot] Fatal: dict_driver_register(mysql): Already registered

2010-08-14 Thread Jerrale G
On 8/13/2010 8:55 AM, Timo Sirainen wrote: On Fri, 2010-08-13 at 04:18 -0400, Jerrale G wrote: dict_driver_register(mysql): Already registered this is the C script you asked for Charles: That looks ok too.. What happens if you run dict binary directly? Does it give the same "Al

Re: [Dovecot] authentication failure with known good credentials???

2010-08-14 Thread Jerrale G
ative, should I send a snippet? Thanks, Dave Please include the entire auth default {} section and any files referenced within. Jerrale G. SC Senior Admin

Re: [Dovecot] Dovecot Upgrade Manual for 2.0 from 1.2.14 snapshot

2010-08-14 Thread Jerrale G
On 8/13/2010 8:58 AM, Timo Sirainen wrote: On Thu, 2010-08-12 at 23:28 -0400, Jerrale G wrote: Is there a reference manual for changes in configuration between dovecot 1.2.X to 2.0 rc5. I know there is a config upgrade tool but I would rather learn the new changes and then implement them? The

Re: [Dovecot] Fatal: dict_driver_register(mysql): Already registered

2010-08-13 Thread Jerrale G
On 8/12/2010 12:55 PM, Timo Sirainen wrote: On Thu, 2010-08-12 at 17:51 +0100, Timo Sirainen wrote: On Wed, 2010-08-11 at 04:19 -0400, Jerrale G wrote: dict_driver_register(mysql): Already registered What does "dovecot --build-options" say? No, actually, forget about that. It do

Re: [Dovecot] Fatal: dict_driver_register(mysql): Already registered

2010-08-13 Thread Jerrale G
On 8/12/2010 12:55 PM, Timo Sirainen wrote: On Thu, 2010-08-12 at 17:51 +0100, Timo Sirainen wrote: On Wed, 2010-08-11 at 04:19 -0400, Jerrale G wrote: dict_driver_register(mysql): Already registered What does "dovecot --build-options" say? No, actually, forget about that. It do

Re: [Dovecot] Dovecot Upgrade Manual for 2.0 from 1.2.14 snapshot

2010-08-12 Thread Jerrale G
On 8/12/2010 11:28 PM, Jerrale G wrote: Is there a reference manual for changes in configuration between dovecot 1.2.X to 2.0 rc5. I know there is a config upgrade tool but I would rather learn the new changes and then implement them? dovecot 2.0 rc5: ./configure --prefix=/usr --libdir=/usr

[Dovecot] Dovecot Upgrade Manual for 2.0 from 1.2.14 snapshot

2010-08-12 Thread Jerrale G
Is there a reference manual for changes in configuration between dovecot 1.2.X to 2.0 rc5. I know there is a config upgrade tool but I would rather learn the new changes and then implement them? -- Jerrale G. Jerrale G. SC Senior Admin

Re: [Dovecot] passwd(cont...@akairnet.com, 91.121.76.71): unknown user

2010-08-12 Thread Jerrale G
On 8/12/2010 1:44 PM, Kurt22 wrote: Befor I had : userdb passwd { } And now : # userdb passwd { # } And now I have not this message ! Perfect :) -- Yeah, you commented out that config so that it will ignore it. Jerrale G. SC Senior Admin

Re: [Dovecot] net_connect_unix(/var/run/dovecot/dict-server) failed: Resource temporarily unavailable

2010-08-12 Thread Jerrale G
On 8/11/2010 4:06 AM, Jerrale G wrote: On 8/11/2010 3:50 AM, Jerrale G wrote: On 8/10/2010 3:16 PM, Jerrale G wrote: chmod -R 775 /var/run/dovecot dovecot & Warning: Corrected permissions for login directory /var/run/dovecot/login ls -l /var/run/dovecot srw-rw-rw- 1 root root 0

Re: [Dovecot] dovecot 2.0.beta5 convert with doveconf -n -c

2010-08-11 Thread Jerrale G
alled Pigeonhole.. Have you? Bradley, Answer Timo; he's a dovecot (something)rator and can help you with 2.0. Have you installed pigeonhole? I don't use 2.0 yet so I can't help. Sorry for hijacking this thread; trying to revive it correctly. Jerrale G. SC Senior Admin

Re: [Dovecot] moving mail from private inbox to public folder kills the latter

2010-08-11 Thread Jerrale G
On 8/11/2010 2:51 PM, Jerrale G wrote: On 8/11/2010 2:45 PM, Tamas Kadar wrote: On 8/11/2010 7:32 PM, Jerrale G wrote: On 8/11/2010 12:54 PM, Tamas Kadar wrote: On 8/11/2010 6:52 PM, Jerrale G wrote: On 8/11/2010 12:49 PM, Tamas Kadar wrote: On 8/11/2010 6:45 PM, Jerrale G wrote: On 8/11

Re: [Dovecot] moving mail from private inbox to public folder kills the latter

2010-08-11 Thread Jerrale G
On 8/11/2010 2:45 PM, Tamas Kadar wrote: On 8/11/2010 7:32 PM, Jerrale G wrote: On 8/11/2010 12:54 PM, Tamas Kadar wrote: On 8/11/2010 6:52 PM, Jerrale G wrote: On 8/11/2010 12:49 PM, Tamas Kadar wrote: On 8/11/2010 6:45 PM, Jerrale G wrote: On 8/11/2010 12:02 PM, Tamas Kadar wrote: Also

Re: [Dovecot] Fatal: dict_driver_register(mysql): Already registered

2010-08-11 Thread Jerrale G
On 8/11/2010 7:27 AM, Charles Marcus wrote: Jerrale G wrote: We are use to windows compilations. I am skeptical to go to dovecot 2.0 as our services are in production and 2.0 is beta. Correction - it is in release candidate stage, with the final version slated for release within a week or two

Re: [Dovecot] Thunderbird IMAP woes

2010-08-11 Thread Jerrale G
On 8/11/2010 8:48 AM, Tamas Kadar wrote: So I'm not alone, huh. I'll also post this on the Mozilla forums... On 8/11/2010 2:38 PM, Eduardo M KALINOWSKI wrote: On Qua, 11 Ago 2010, Timo Sirainen wrote: Now, the problem is that to a lesser extent, Thunderbird 2, and to a larger extent Thunderbi

Re: [Dovecot] Error message Apache

2010-08-11 Thread Jerrale G
On 8/11/2010 6:42 AM, Frank van Amsterdam wrote: I've setup Apache 2.2.9 for SOGo 1.3.2 on Debian 5.0.5. I know that the developers of Debian 5.0.5 are sometimes making choices which are not handy. Which modules in Apache do I have to enable to make SOGo 1.3.2 working? That's what I understan

Re: [Dovecot] moving mail from private inbox to public folder kills the latter

2010-08-11 Thread Jerrale G
On 8/11/2010 12:54 PM, Tamas Kadar wrote: On 8/11/2010 6:52 PM, Jerrale G wrote: On 8/11/2010 12:49 PM, Tamas Kadar wrote: On 8/11/2010 6:45 PM, Jerrale G wrote: On 8/11/2010 12:02 PM, Tamas Kadar wrote: Also, it's weird that the mail we have since we migrated to dovecot is either 7

Re: [Dovecot] moving mail from private inbox to public folder kills the latter

2010-08-11 Thread Jerrale G
On 8/11/2010 12:54 PM, Tamas Kadar wrote: On 8/11/2010 6:52 PM, Jerrale G wrote: On 8/11/2010 12:49 PM, Tamas Kadar wrote: On 8/11/2010 6:45 PM, Jerrale G wrote: On 8/11/2010 12:02 PM, Tamas Kadar wrote: Also, it's weird that the mail we have since we migrated to dovecot is either 7

Re: [Dovecot] moving mail from private inbox to public folder kills the latter

2010-08-11 Thread Jerrale G
On 8/11/2010 12:02 PM, Tamas Kadar wrote: Also, it's weird that the mail we have since we migrated to dovecot is either 700 or 755, most user's mailboxes are 777, so it shouldn't be 700... (Yeah, I know, not very secure, however no user has shell access, only by mail) Best regrds Tamas On

Re: [Dovecot] Vacation - out of office

2010-08-11 Thread Jerrale G
On 8/11/2010 4:19 AM, Richard Gliebe wrote: On 8/11/10 10:02 AM Jerrale G wrote: Let the list know if you need anymore help! is there another solution available than sieve? As I read, sieve works only with dovecot 1.1 and above. At the moment, we are running v 1.0.7. and I need a "o

[Dovecot] Fatal: dict_driver_register(mysql): Already registered

2010-08-11 Thread Jerrale G
as our services are in production and 2.0 is beta. I have recompiled several times with fresh sources of dovecot 1.2.13, managesieve 0.11.11 patchl, and sieve 1.0.17 as directed by the Dovecot Wiki. Jerrale G, SCA

Re: [Dovecot] net_connect_unix(/var/run/dovecot/dict-server) failed: Resource temporarily unavailable

2010-08-11 Thread Jerrale G
On 8/11/2010 3:50 AM, Jerrale G wrote: On 8/10/2010 3:16 PM, Jerrale G wrote: chmod -R 775 /var/run/dovecot dovecot & Warning: Corrected permissions for login directory /var/run/dovecot/login ls -l /var/run/dovecot srw-rw-rw- 1 root root 0 Aug 10 15:02 auth-master srw--- 1

Re: [Dovecot] Vacation - out of office

2010-08-11 Thread Jerrale G
sieve, the same with sieve for managesieve to have sieve's libraries. The managesieve version will be appropriate to the dovecot version you have, of dovecot-x.x.x-managesieve-(chosen version) where x.x.x is the dovecot version you chose. Let the list know if you need anymore help! Jerrale G. Sen

Re: [Dovecot] net_connect_unix(/var/run/dovecot/dict-server) failed: Resource temporarily unavailable

2010-08-11 Thread Jerrale G
On 8/10/2010 3:16 PM, Jerrale G wrote: chmod -R 775 /var/run/dovecot dovecot & Warning: Corrected permissions for login directory /var/run/dovecot/login ls -l /var/run/dovecot srw-rw-rw- 1 root root 0 Aug 10 15:02 auth-master srw--- 1 mail mail 0 Aug 10 15:02 auth-worker.

[Dovecot] reject_authenticated_sender_login_mismatch not working

2010-08-10 Thread Jerrale G
d, reject_non_fqdn_sender, reject_rhsbl_sender postmaster.rfc-ignorant.org=127.0.0.4, reject_rhsbl_sender abuse.rfc-ignorant.org=127.0.0.3, reject_unknown_sender_domain. Jerrale G SC Senior Admin

Re: [Dovecot] net_connect_unix(/var/run/dovecot/dict-server) failed: Resource temporarily unavailable

2010-08-10 Thread Jerrale G
On 8/10/2010 3:16 PM, Jerrale G wrote: chmod -R 775 /var/run/dovecot dovecot & Warning: Corrected permissions for login directory /var/run/dovecot/login ls -l /var/run/dovecot srw-rw-rw- 1 root root 0 Aug 10 15:02 auth-master srw--- 1 mail mail 0 Aug 10 15:02 auth-worker.

[Dovecot] net_connect_unix(/var/run/dovecot/dict-server) failed: Resource temporarily unavailable

2010-08-10 Thread Jerrale G
user::proxy::quotadict expire = Trash 7 Trash/* 7 Spam 30 expire_dict = proxy::expire expire_altmove = * 2555 sieve_global_path = /home/mail/sieve/global.sieve sieve_global_dir = /home/mail/sieve sieve_dir=/home/mail/%d/%n/sieve } As said, everything works, eventually, but mail delivery is delayed a lot. Thanks, Jerrale G

Re: [Dovecot] OT Thunderbird

2010-08-08 Thread Jerrale G
On 8/8/2010 1:12 PM, Mark Sapiro wrote: Benny Pedersen wrote: some senders on this maillist use a version of thunderbird that adds more then one references header and this imho breaks threading :( Whether or not this would break threading depends on the MUA or other software doing th

Re: [Dovecot] dovecot.conf: mechanisms = plain login cram-md5 | Windows Live Mail: CRAM-MD5 authentication failed. This could (NOT) be due to a lack of memory on your system

2010-08-07 Thread Jerrale G
On 8/7/2010 11:38 PM, Gary V wrote: On 8/7/10, Jerrale G wrote: /etc/dovecot.conf: auth default { mechanisms=plain login cram-md5 passdb { #.. Windows Live Mail: CRAM-MD5 authentication failed. This could be due to a lack of memory on your system. Your IMAP command

[Dovecot] dovecot.conf: mechanisms = plain login cram-md5 | Windows Live Mail: CRAM-MD5 authentication failed. This could (NOT) be due to a lack of memory on your system

2010-08-07 Thread Jerrale G
ms for the convenience of the customer and . Jerrale G. Senior Admin

[Dovecot] expires dovecot 1.2.13

2010-08-07 Thread Jerrale G
/usr/sbin/dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool Error: dlopen(/usr/lib64/dovecot/imap/lib11_imap_quota_plugin.so) failed: /usr/lib64/dovecot/imap/lib11_imap_quota_plugin.so: undefined symbol: capability_string Fatal: Couldn't load required plugins

Re: [Dovecot] mobile phone access to dovecot

2010-08-05 Thread Jerrale G
On 8/3/2010 11:36 PM, casanova99 wrote: I didn't find anything interesting in the search, so I just wanted to see what other people have done (or thought about doing). I'd like to be able to access my dovecot server via IMAP, from the Internet, using the integrated e-mail client from a smart pho