My website feedback

2015-09-28 Thread Muzaffer Tolga Ozses
Hi,

I gave a feedback about dovecot.fi website yesterday. It's awaiting
moderation because it exceeded message size because it contains a
screenshot. Was this ML the right place to post this? If not, please
redirect me to the appropriate place.

Regards,


Re: Mailbox can't be created

2015-08-27 Thread Muzaffer Tolga Ozses
Make it 755 and be done with it.
On 27/08/2015 3:05 PM, "Paulo Matos"  wrote:

> On 27/08/15 12:46, Paulo Matos wrote:
>
>> On 27/08/15 10:42, Muzaffer Tolga Ozses wrote:
>>
>>> Please check permissions as this sounds like a permissions issue m
>>>
>>
>> I am confused then. /home/vmail/Maildir is 700 for vmail:vmail. If
>> dovecot-lda runs as vmail then there's no problem, if it runs as root it
>> shouldn't face problems either.
>>
>> How can I determine which user dovecot-lda runs under?
>>
>>
> Doh, it says on the line I quoted earlier from master.cf:
> dovecot   unix  -   n   n   -   -   pipe
> flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -f
> ${sender} -a ${recipient} -d ${user}@${nexthop} -m PreINBOX
>
> It runs under vmail:vmail. There should be no problem creating a new
> mailbox.
>
> Is there a way to understand what's really going on with dovecot?
>
> Thanks,
>>
>


Re: Mailbox can't be created

2015-08-27 Thread Muzaffer Tolga Ozses
Having said that, /home/vmail should be owned by vmail, however dovecot-lda
should have write access so 700 is a bad idea.
On 27/08/2015 3:00 PM, "Muzaffer Tolga Ozses"  wrote:

> ps aux | grep lda
> On 27/08/2015 2:58 PM, "Paulo Matos"  wrote:
>
>> On 27/08/15 10:42, Muzaffer Tolga Ozses wrote:
>>
>>> Please check permissions as this sounds like a permissions issue m
>>>
>>
>> I am confused then. /home/vmail/Maildir is 700 for vmail:vmail. If
>> dovecot-lda runs as vmail then there's no problem, if it runs as root it
>> shouldn't face problems either.
>>
>> How can I determine which user dovecot-lda runs under?
>>
>> Thanks,
>> --
>> Paulo Matos
>>
>


Re: Mailbox can't be created

2015-08-27 Thread Muzaffer Tolga Ozses
ps aux | grep lda
On 27/08/2015 2:58 PM, "Paulo Matos"  wrote:

> On 27/08/15 10:42, Muzaffer Tolga Ozses wrote:
>
>> Please check permissions as this sounds like a permissions issue m
>>
>
> I am confused then. /home/vmail/Maildir is 700 for vmail:vmail. If
> dovecot-lda runs as vmail then there's no problem, if it runs as root it
> shouldn't face problems either.
>
> How can I determine which user dovecot-lda runs under?
>
> Thanks,
> --
> Paulo Matos
>


Re: Mailbox can't be created

2015-08-27 Thread Muzaffer Tolga Ozses
Please check permissions as this sounds like a permissions issue m
On 27/08/2015 12:08 PM, "Paulo Matos"  wrote:

> Hi,
>
> I have setup postfix master.cf to use dovecot-lda to deliver (using -m)
> all messages to PreInbox:
> dovecot   unix  -   n   n   -   -   pipe
> flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -f
> ${sender} -a ${recipient} -d ${user}@${nexthop} -m PreINBOX
>
> And enabled lda_mailbox_autocreate.
>
> The message I have now it:
> Aug 27 10:02:29 lda(): Info:
> msgid=: save
> failed to open mailbox PreINBOX: Mailbox can't be created
> Aug 27 10:02:29 lda(): Info:
> msgid=: saved
> mail to INBOX
>
> Why wouldn't dovecot itself be able to create mailboxes?
>
> I am using virtual domains and users on a mysql database through postfix
> and mailboxes saved in MailDir format.
>
> Configuration of dovecot is:
> # 2.2.18: /etc/dovecot/dovecot.conf
> # OS: Linux 4.1.5-x86_64-linode61 x86_64 Fedora release 22 (Twenty Two)
> ext4
> auth_debug = yes
> auth_mechanisms = plain login digest-md5 cram-md5
> auth_verbose = yes
> auth_verbose_passwords = yes
> default_internal_user = root
> imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
> lda_mailbox_autocreate = yes
> mail_debug = yes
> mail_location = maildir:/home/vmail/%d/%n/Maildir
> maildir_very_dirty_syncs = yes
> mbox_write_locks = fcntl
> namespace inbox {
>   inbox = yes
>   location =
>   mailbox Drafts {
> special_use = \Drafts
>   }
>   mailbox Junk {
> special_use = \Junk
>   }
>   mailbox Sent {
> special_use = \Sent
>   }
>   mailbox "Sent Messages" {
> special_use = \Sent
>   }
>   mailbox Trash {
> special_use = \Trash
>   }
>   prefix = INBOX.
>   separator = .
>   type = private
> }
> passdb {
>   args = /etc/dovecot/dovecot-sql.conf.ext
>   driver = sql
> }
> postmaster_address = pmatos
> protocols = imap
> quota_full_tempfail = yes
> service auth {
>   unix_listener /var/spool/postfix/private/auth {
> group = postfix
> mode = 0666
> user = postfix
>   }
>   unix_listener auth-master {
> mode = 0600
> user = vmail
>   }
>   user = $default_internal_user
> }
> ssl = required
> ssl_cert =  ssl_key =  userdb {
>   args = uid=5000 gid=5000 home=/home/vmail/%d/%n allow_all_users=yes
>   driver = static
> }
> protocol lda {
>   auth_socket_path = /var/run/dovecot/auth-master
>   deliver_log_format = msgid=%m: %$
>   log_path = /home/vmail/dovecot-deliver.log
> }
> protocol imap {
>   mail_max_userip_connections = 100
> }
>
> Regards,
>
> --
> Paulo Matos
>


Re: Dovecot - Telnet error

2015-07-17 Thread Muzaffer Tolga Ozses
It was indeed successful. You should be worried if you don't get the
message.
On 17 Jul 2015 20:01, "Shane James"  wrote:

> Port 110 is what you want
>
> > On 17 Jul 2015, at 17:43, Sachin Kulkarni1 
> wrote:
> >
> > Hello All,
> >
> > I have installed dovecot and started it.
> >
> > However when I try to telnet getting below error means dovecot starting
> is not successful.
> >
> >telnet localhost 10110
> >Trying 127.0.0.1...
> >Connected to localhost.
> >Escape character is '^]'.
> >Connection to localhost closed by foreign host.
> >
> > Please advise.
> >
> > Thanks and Regards,
> > Sachin Kulkarni
> >
> >
> >
> 
> > Disclaimer:  This message and the information contained herein is
> proprietary and confidential and subject to the Tech Mahindra policy
> statement, you may review the policy at
> http://www.techmahindra.com/Disclaimer.html externally
> http://tim.techmahindra.com/tim/disclaimer.html internally within
> TechMahindra.
> >
> 
> >
>


Re: Non-Existent Log File

2015-06-13 Thread Muzaffer Tolga Ozses
Look into logrotate, and turn off your debugging stuff.
On 13 Jun 2015 15:02, "Steve Matzura"  wrote:

> My /var/log/maillog was getting pretty big because of lots of testing
> and re-configuring I've been doing lately with both Dovecot and
> Postfix. I figured just remove /var/log/maillog and it would be
> re-created. It wasn't--not by Dovecot, not by Postfix. I had to
> manually create a new one, put one character in it, save it, properly
> secure it with chmod, and then Dovecot (and postfix) messages got
> written to it. This can't possibly be the proper procedure to clear
> maillog messages ... can it?
>


Re: Error when starting Dovecot

2015-06-12 Thread Muzaffer Tolga Ozses
By the way, I looked at my own file, and it doesn't give full path of lmtp.
On 13 Jun 2015 08:05, "Muzaffer Tolga Ozses"  wrote:

> There might be a whitespace. Try pasting what you copied to notepad or
> gedit  (depending on your OS) then copy/pasting here again.
> On 12 Jun 2015 18:25, "Steve Matzura"  wrote:
>
>> After applying some changes to 10-master.conf as detailed at
>> http://wiki2.dovecot.org/HowTo/PostfixDovecotLMTP I receive the
>> following when trying to start:
>>
>> doveconf: Fatal: Error in configuration file
>> /etc/dovecot/conf.d/10-master.conf
>> line 49: Expecting '{'
>>
>> I'm trying to enable LMTP. The instructions say:
>>
>> Socket configuration
>>
>> The actual socket is configured in /etc/dovecot/conf.d/10-master.conf.
>> The LMTP service can be bound to both INET or Unix sockets. In this
>> example a Unix socket is placed inside the Postfix spool with
>> appropriate permissions set:
>>
>> service lmtp {
>>  unix_listener /var/spool/postfix/private/dovecot-lmtp {
>>group = postfix
>>mode = 0600
>>user = postfix
>>   }
>> }
>>
>> I copied this block and placed it in my copy of 10-master.conf. Line
>> 49 is the first line of this block, and there's clearly a left-brace
>> there. The braces match, too. Thoughts?
>>
>


Re: Error when starting Dovecot

2015-06-12 Thread Muzaffer Tolga Ozses
There might be a whitespace. Try pasting what you copied to notepad or
gedit  (depending on your OS) then copy/pasting here again.
On 12 Jun 2015 18:25, "Steve Matzura"  wrote:

> After applying some changes to 10-master.conf as detailed at
> http://wiki2.dovecot.org/HowTo/PostfixDovecotLMTP I receive the
> following when trying to start:
>
> doveconf: Fatal: Error in configuration file
> /etc/dovecot/conf.d/10-master.conf
> line 49: Expecting '{'
>
> I'm trying to enable LMTP. The instructions say:
>
> Socket configuration
>
> The actual socket is configured in /etc/dovecot/conf.d/10-master.conf.
> The LMTP service can be bound to both INET or Unix sockets. In this
> example a Unix socket is placed inside the Postfix spool with
> appropriate permissions set:
>
> service lmtp {
>  unix_listener /var/spool/postfix/private/dovecot-lmtp {
>group = postfix
>mode = 0600
>user = postfix
>   }
> }
>
> I copied this block and placed it in my copy of 10-master.conf. Line
> 49 is the first line of this block, and there's clearly a left-brace
> there. The braces match, too. Thoughts?
>


Re: 1.0.15 gone, can't start version 2

2015-06-12 Thread Muzaffer Tolga Ozses
I would install again, then run a make distclean.
On 12 Jun 2015 19:29, "Felix Zielcke"  wrote:

> Am Freitag, den 12.06.2015, 09:15 -0400 schrieb Steve Matzura:
> > On Fri, 12 Jun 2015 15:14:03 +0300, you wrote:
> >
> > > I mean, in the source directory.
> >
> > You mean in the directory where files from the tar were placed? I've
> > unfortunately removed those manually, but then I put them back and
> > tried the make again, still same error. "make: *** No rule to make
> > target `distclean'.  Stop.
> >
>
> I haven't yet compiled dovecot by myself but with wine it's 'make
> uninstall'
> clean and distclean only apply to the build source tree itself but
> aren't the reverse of 'make install'
> That's at least how it should be
>


Re: 1.0.15 gone, can't start version 2

2015-06-12 Thread Muzaffer Tolga Ozses
*make clean* then?

On 12 June 2015 at 15:52, Steve Matzura  wrote:

> On Fri, 12 Jun 2015 15:13:18 +0300, you wrote:
>
> >Have you done *make distclean* in prior? That should remove all things
> >dovecot.
>
> I tried, but got:
>
> make: *** No target to make `distclean'.  Stop.
>


Re: 1.0.15 gone, can't start version 2

2015-06-12 Thread Muzaffer Tolga Ozses
Have you done *make distclean* in prior? That should remove all things
dovecot.

On 12 June 2015 at 15:10, Steve Matzura  wrote:

> On advice/recommendation received on this list, I removed version
> 1.0.15 with:
>
> rm -rf /usr/local/dovecot
>
> However, now that I have version 2 properly installed, configured, and
> ready to start testing with Postfix, it appears the old version is
> still in /usr/local/sbin, /usr/local/include, /usr/local/libexec,
> /usr/local/lib and /usr/local/shared/doc. Thinking that anything in
> /usr/local is something that was installed s a result of having built
> it from source (which 1.0.15 definitely was), should these also be
> removed?
>


Re: 1.0.15 gone, can't start version 2

2015-06-12 Thread Muzaffer Tolga Ozses
I mean, in the source directory.

On 12 June 2015 at 15:13, Muzaffer Tolga Ozses  wrote:

> Have you done *make distclean* in prior? That should remove all things
> dovecot.
>
> On 12 June 2015 at 15:10, Steve Matzura  wrote:
>
>> On advice/recommendation received on this list, I removed version
>> 1.0.15 with:
>>
>> rm -rf /usr/local/dovecot
>>
>> However, now that I have version 2 properly installed, configured, and
>> ready to start testing with Postfix, it appears the old version is
>> still in /usr/local/sbin, /usr/local/include, /usr/local/libexec,
>> /usr/local/lib and /usr/local/shared/doc. Thinking that anything in
>> /usr/local is something that was installed s a result of having built
>> it from source (which 1.0.15 definitely was), should these also be
>> removed?
>>
>
>


Re: What is this message in appfirewall.log telling me ? on OSX

2015-05-11 Thread Muzaffer Tolga Ozses
There are multiple lines in dovecot.conf that contain *debug* to... well...
debug the issue. Turn them on.

On 11 May 2015 at 10:28, Robert Chalmers  wrote:

> On 11 May 2015, at 7:55, Muzaffer Tolga Ozses wrote:
>
> > I'm not 100% sure, but it looks like a client was denied connection.
> >
> > On 11 May 2015 at 09:53, Robert Chalmers  wrote:
> >
> >> I'm on OS X
> >>
> >> What is this telling me?
> >>
> >> socketfilterfw[22097] : dovecot: Deny TCP CONNECT (in:7 out:0)
> >>
> >>
> >> Thanks
> >> Robert
> >>
>
>
> Is there something I can set to make that message more verbose?
>
> Author and Writer
>


Re: What is this message in appfirewall.log telling me ? on OSX

2015-05-10 Thread Muzaffer Tolga Ozses
I'm not 100% sure, but it looks like a client was denied connection.

On 11 May 2015 at 09:53, Robert Chalmers  wrote:

> I'm on OS X
>
> What is this telling me?
>
> socketfilterfw[22097] : dovecot: Deny TCP CONNECT (in:7 out:0)
>
>
> Thanks
> Robert
>


Re: Expunge (?)

2015-03-12 Thread Muzaffer Tolga Ozses
On 12 March 2015 at 10:17, Steffen Kaiser 
wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Thu, 12 Mar 2015, Muzaffer Tolga Ozses wrote:
>
>  I don't know if this is the correct term. Let me elaborate. From time to
>> time, I want to expunge (?) the mail folder so that users' Trash'd mails
>> don't occupy space. So, here are my questions:
>>
>>   1. Is this the correct term?
>>
>
> Well, perhaps. Why you clinge on the term?
>

​Because if it is, I'm going to search on that keyword.​


>
>2. Is it a Good Idea™ to do it?
>>
>
> That depends on your users. Some users of mine use "Trash" as some sort "I
> do not need the message, but wait, in some days it might become sort of
> interessting". Therefore check out the expire plugin to remove messages
> that idle for an amount of days in Trash.
>
> - -- Steffen Kaiser
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
>
> iQEVAwUBVQFLoHz1H7kL/d9rAQIExgf/eBdQVeJfpDNtRwXO/CeihybV+C09nRq4
> jasutSbZU2yDQi/8XhqRdob76frvhhj3kPRX6z8epkIMNHiD7NGKbaXsfe+ACibq
> Sn81WRBhcUDrPPB3CJmkS0IqVdEuMLs9O0YAeK1WyT+Dh48Xcn+o0uYCjLkYM2By
> n6+vX1AD0k5BHqlWz157zZuUAlgZJRtlzJnWSIAbCBpKP5nKLmDZ9uZAEqc1Goj9
> DBpGs24HL4kGddENk4bhfy/NFFqaVINOiEM/Q/bqZAEb9nA9dQSEWQQFjyGnAuq9
> UOI0/Ijo/Hj/8H2fqTm+oC3EK2+C90E0QFCidjrp3b4B2pRQNjPBtQ==
> =XErt
> -END PGP SIGNATURE-


​Thanks,​




-- 
mto


Expunge (?)

2015-03-12 Thread Muzaffer Tolga Ozses
Hi,

I don't know if this is the correct term. Let me elaborate. From time to
time, I want to expunge (?) the mail folder so that users' Trash'd mails
don't occupy space. So, here are my questions:


   1. Is this the correct term?
   2. Is it a Good Idea™ to do it?

Thanks,

-- 
mto


Re: Dovecot Full Text Search: HTTP 500 : Unknown fieldType 'text_general' specified on field text. [SERIOUS]

2015-03-05 Thread Muzaffer Tolga Ozses
2)
> ... 7 more
> Caused by: org.apache.solr.common.SolrException: Unknown fieldType
> 'text_general' specified on field text
> at org.apache.solr.schema.IndexSchema.loadFields(IndexSchema.java:638)
> at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:489)
> ... 12 more
> ,code=500}
>
>
> On Thu, Mar 5, 2015 at 5:04 PM, Muzaffer Tolga Ozses 
> wrote:
> > Sure thing
> >
> > On 5 March 2015 at 11:52, Kevin Laurie 
> wrote:
> >>
> >> No i dont have it.
> >> there is body field though. I think text is needed. Let me add it in and
> >> see.
> >> Thanks
> >>
> >>
> >> On Thu, Mar 5, 2015 at 4:42 PM, Muzaffer Tolga Ozses 
> >> wrote:
> >> > Leon gave you the answer. Check if you have it, define if you don't,
> and
> >> > restart the service.
> >> >
> >> > On 5 March 2015 at 11:24, Kevin Laurie 
> >> > wrote:
> >> >>
> >> >> Hi  Muzaffer,
> >> >> Could you help by checking this? Should I provide my solrconfig.xml
> >> >> too?
> >> >> Please advise urgently. I really need this to work man.Thanks!
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> 
> >> >> 
> >> >>
> >> >>   
> >> >>   
> >> >>
> >> >>   
> >> >> 
> >> >> 
> >> >> 
> >> >>  >> >> omitNorms="true"/>
> >> >>  omitNorms="true"/>
> >> >>  omitNorms="true"/>
> >> >>
> >> >>  >> >> positionIncrementGap="100">
> >> >>   
> >> >> 
> >> >>  >> >> words="stopwords.txt"/>
> >> >>  >> >> generateWordParts="1" generateNumberParts="1" catenateWords="1"
> >> >> catenateNumbers="1" catenateAll="0"/>
> >> >> 
> >> >> 
> >> >>  >> >> protected="protwords.txt"/>
> >> >>  >> >> maxGramSize="15"/>
> >> >> 
> >> >>   
> >> >>   
> >> >> 
> >> >>  >> >> synonyms="synonyms.txt" ignoreCase="true" expand="true"/>
> >> >>  >> >> words="stopwords.txt"/>
> >> >>  >> >> generateWordParts="1" generateNumberParts="1" catenateWords="0"
> >> >> catenateNumbers="0" catenateAll="0"/>
> >> >> 
> >> >> 
> >> >>  >> >> protected="protwords.txt"/>
> >> >> 
> >> >>   
> >> >> 
> >> >>  
> >> >>
> >> >>
> >> >>  
> >> >> >> >> required="true" />
> >> >> >> >> required="true" />
> >> >> >> >> required="true" />
> >> >> >> >> required="true" />
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>  
> >> >>
> >> >>  id
> >> >>  body
> >> >>  
> >> >> 
> >> >>
> >> >>
> >> >> On Thu, Mar 5, 2015 at 3:48 PM, Leon Kyneur 
> wrote:
> >> >> > In your schema.XML check you have defined:
> >> >> >
> >> >> >  stored="false"
> >> >> > multiValued="true"/>
> >> >> >
> >> >> > On 05/03/2015 7:11 PM, "Kevin Laurie"  >
> >> >> > wrote:
> >> >> >>
> >> >> >> Hello,
> >> >> >> My dovecot constantly runs into this error.
> >> >> >> I want to fix this one last time, I am tired of troubleshooting so
> >> >> >> please someone give me a lasting and proper

Re: Dovecot Full Text Search results in SolrException: undefined field text [SERIOUS]

2015-03-05 Thread Muzaffer Tolga Ozses
Paste your xml file here.

On 5 March 2015 at 10:11, Kevin Laurie  wrote:

> Hello,
> My dovecot constantly runs into this error.
> I want to fix this one last time, I am tired of troubleshooting so
> please someone give me a lasting and proper solution for this error. I
> think its a problem with the dovecot-solr module.
>
> Please tell me how do I find the root of this problem with Dovecot.
> There is a problem with the body search text field. It always
> fails(with no result), other searches work(ie. search date, subject
> etc, ) The field-text I believe is missing. Please help. Desperate
> here!
>
>
>
>
> 2/25/2015, 11:32:30 PM ERROR SolrCore
> org.apache.solr.common.
> SolrException: undefined field text
>
> org.apache.solr.common.SolrException: undefined field text
> at
> org.apache.solr.schema.IndexSchema.getDynamicFieldType(IndexSchema.java:1269)
> at
> org.apache.solr.schema.IndexSchema$SolrQueryAnalyzer.getWrappedAnalyzer(IndexSchema.java:434)
> at
> org.apache.lucene.analysis.DelegatingAnalyzerWrapper$DelegatingReuseStrategy.getReusableComponents(DelegatingAnalyzerWrapper.java:74)
> at org.apache.lucene.analysis.Analyzer.tokenStream(Analyzer.java:175)
> at
> org.apache.lucene.util.QueryBuilder.createFieldQuery(QueryBuilder.java:207)
> at
> org.apache.solr.parser.SolrQueryParserBase.newFieldQuery(SolrQueryParserBase.java:374)
> at
> org.apache.solr.parser.SolrQueryParserBase.getFieldQuery(SolrQueryParserBase.java:742)
> at
> org.apache.solr.parser.SolrQueryParserBase.handleBareTokenQuery(SolrQueryParserBase.java:541)
> at org.apache.solr.parser.QueryParser.Term(QueryParser.java:299)
> at org.apache.solr.parser.QueryParser.Clause(QueryParser.java:185)
> at org.apache.solr.parser.QueryParser.Query(QueryParser.java:107)
> at org.apache.solr.parser.QueryParser.TopLevelQuery(QueryParser.java:96)
> at
> org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:151)
> at org.apache.solr.search.LuceneQParser.parse(LuceneQParser.java:50)
> at org.apache.solr.search.QParser.getQuery(QParser.java:141)
> at
> org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:148)
> at
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:197)
> at
> org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
> at org.apache.solr.core.SolrCore.execute(SolrCore.java:1967)
> at
> org.apache.solr.core.QuerySenderListener.newSearcher(QuerySenderListener.java:64)
> at org.apache.solr.core.SolrCore$5.call(SolrCore.java:1739)
> at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:745)
>



-- 
mto


Re: Dovecote 1.2.17 poodle

2014-10-25 Thread Muzaffer Tolga Ozses
I'm pretty sure he means http://en.m.wikipedia.org/wiki/POODLE

On 25 October 2014 10:45, Benny Pedersen  wrote:

> On October 19, 2014 5:25:01 PM Marc Rantanen  wrote:
>
>  Hi, how do I protect dovecot 1.2.17 against poodle?
>>
>
> http://en.m.wikipedia.org/wiki/Poodle
>
> If its not that then sorry, tell more to get more help
>


Re: Test / can you see my mail??

2014-08-12 Thread Muzaffer Tolga Ozses
I can see it.
On 12 Aug 2014 12:20, "Michael Ludwig"  wrote:

> Hi!
>
> I have to excuse my behave and I am really sorry.
>
> Yesterday I wrote two mails to this list and they never showed up in the
> online archives where I checked it.
>
> So that's the reason for this testmail.
>
> I hope this mail is readable to all of you?
>
> Cheers,
> Michael
>


Re: [Dovecot] Postfix mailing list suggestion

2014-06-03 Thread Muzaffer Tolga Ozses
postfix-us...@postfix.org


On 3 June 2014 12:30, Christian Vaas  wrote:

> Can anyone suggest a good mailing list for postfix users?
>
> Thanks
> Chris
>


Re: [Dovecot] Dovecot repo for CentOS

2014-05-13 Thread Muzaffer Tolga Ozses
That would be ATRPMS
On 14 May 2014 06:59, "Eric Kom"  wrote:

> Hi all,
> Please am looking for a repo for dovecot on CentOS where I can installed
> the latest never.
> Thanks
>


Re: [Dovecot] Any client out there taking advantage of Dovecot's virtual mailboxes?

2014-03-04 Thread Muzaffer Tolga Ozses
Could you elaborate? I'm using virtual mailboxes, but I'm not sure if
that's what you're talking about. If you mean no system accounts, that's my
setup.


On 4 March 2014 19:21, Charles Marcus  wrote:

> On 3/3/2014 8:43 PM, Aleve Sicofante  wrote:
>
>> I wish to know if someone knows an IMAP client (desktop or webmail) using
>> Dovecot's virtual mailboxes as server-side search folders.
>>
>
> I'm also interested in this. What I'd really like to see is support in
> Thunderbird for this.
>
> Thunderbird already has support for virtual folders, but I'd love to see
> this support extended to server-side virtual folders - ie, so Thunderbird
> could create and manage them directly on the server.
>


Re: [Dovecot] SQL as a storage backend

2013-12-06 Thread Muzaffer Tolga Ozses
Dovecot supports maildir as well as mbox.
On 6 Dec 2013 21:35, "Zachary Sturgeon"  wrote:

> Hello,
>
> I am researching using dovecot with an SQL database as the storage
> backend.  From what I've read, dovecot only supports mbox style file
> storage, but I'd like to investigate the possibility of using a database
> instead.
>
> According to http://dovecot.org/pipermail/dovecot/2006-June/013818.html,
> this possibility has been explored before and has generally been accepted
> that Dovecot is not optimized to handle this.
>
> Any suggestions?
>
> - Zachary Sturgeon
>


Re: [Dovecot] Sieve script problem (don't know if is it possible to do this)

2013-11-14 Thread Muzaffer Tolga Ozses
Maybe you can do it with postdrop?

On 14 Nov 2013 20:18, "Yanko Hernández Álvarez" 
wrote:
>
> Hello:
>
> I'm loosing my mind trying to classify my outgoing messages with
> sieve-test (2.0.9, centos 6.4). It came to the point I think it's not
> even possible with a sieve script.
>
> I need to classify my outgoing messages in three folders:
>
> 1- To my department (@dept.example.com)
> 2- To my company (@example.com, @anyotherdept.example.com)
> (anyotherdept.example.com as in a way to say "any other domain that
> ends with 'example.com', but not 'dept.example.com'")
> 3- To the rest of the word (@any.other.domain)
>
> The problematic requirement is I need to make a copy in EVERY IMAP
> folder that applies. For instance: for an email such as
> 
> From: myu...@dept.example.com
> To: u...@dept.example.com, u...@example.com, user@other.domain
> ...
> 
> I need to make a copy to all folders: Dept (because of
> u...@dept.example.com), Company (because of u...@example.com) and Rest
> (because of user@other.domain).
>
> Rule for #1 is simple:
> -
> if address :matches :domain "To" "dept.example.com" { fileinto: "Dept"; }
> -
>
> Rule for #2, I don't know how to declare it: I don't know how to make
> a rule that matches "example.com" (or anyotherdept.example.com) and
> not "dept.example.com".
>
> if allof(address :matches :domain "To" "example.com", not address
> :matches :domain "To" "dept.example.com") { fileinto: "Company"; }
> ... doesn't work, because u...@dept.example.com matches (address
> :matches :domain "To" "example.com"), but it doesn't matches (not
> address :matches :domain "To" "dept.example.com").
>
> "u...@example.com" matches both conditions, but sieve-test stops on
> the first email address with a "not matches"
>
> As for Rule #3: I don't know how to do it either, it should be the
> same as Rule #2, (with different parameters of course).
>
> A sieve script should be capable to do this, but it seems that I'm
> loosing something. Does any one knows how to do this?
>
> Kind regards
> Yanko
>
> PS: English is not my native language. Please forgive me any
> mistakes/misspellings/etc I made.


Re: [Dovecot] Dovecot login slow

2013-11-13 Thread Muzaffer Tolga Ozses
ssl_ca =  wrote:

>
> On 11/13/2013 12:41 PM, Marc Perkel wrote:
>
>> Can't figure out why the login is slow. I telnet to port 143 on
>> localhost. I type:
>>
>> 0 login user password
>>
>> Takes about 10 seconds and it lets me in. I'm using MYSQL and it's a
>> small indexed database on a fast server so it's not the mysql query that's
>> slowing it down. At least I don't think it is. But - kind of stumped. Just
>> wondering if there's something obvious I'm overlooking.
>>
>>
> Here's my dovecot -n listing. Not using PAM
>
> # 2.2.7: /etc/dovecot/dovecot.conf
> # OS: Linux 2.6.32-042stab083.2 x86_64 CentOS release 6.4 (Final) ext4
> auth_master_user_separator = *
> auth_mechanisms = login plain
> disable_plaintext_auth = no
> first_valid_uid = 12
> info_log_path = /var/log/dovecot.log
> log_path = /var/log/dovecot.log
> login_greeting = Computer Tyme Dovecot ready.
> mail_fsync = never
> mail_gid = mail
> mail_location = maildir:/vhome/%d/home/%n:INDEX=/email/imap-cache/%d-%n
> mail_uid = mail
> passdb {
>   args = /etc/dovecot/sql.conf
>   driver = sql
> }
> passdb {
>   args = /etc/dovecot/master-combined-sql.conf
>   driver = sql
>   master = yes
>   pass = yes
> }
> protocols = imap pop3
> service anvil {
>   client_limit = 2
> }
> service auth {
>   client_limit = 2
>   unix_listener auth-client {
> mode = 0666
>   }
>   unix_listener auth-master {
> mode = 0666
>   }
> }
> service imap-login {
>   process_limit = 4000
>   process_min_avail = 30
>   service_count = 0
> }
> service imap {
>   process_limit = 4000
> }
> service pop3-login {
>   process_limit = 2000
>   process_min_avail = 20
>   service_count = 0
> }
> service pop3 {
>   process_limit = 2000
> }
> ssl_ca =  ssl_cert =  ssl_key =  verbose_proctitle = yes
> protocol imap {
>   mail_max_userip_connections = 50
> }
> protocol pop3 {
>   pop3_uidl_format = %v.%u
> }
>
>


Re: [Dovecot] Can't see e-mails

2013-11-12 Thread Muzaffer Tolga Ozses
Migrated to DigitalOcean from another VPS

regards,

On 12 Nov 2013 18:19, "Charles Marcus"  wrote:
>
> On 2013-11-12 10:04 AM, Muzaffer Tolga Ozses  wrote:
>>
>> I have a postfix+dovecot+mysql+roundcube setup. I recently changed
>> providers. At the moment, postfix can receive e-mails but either dovecot
or
>> roundcube can't see e-mails.
>
>
> What do you mean by 'changed providers'?
>
> --
>
> Best regards,
>
> */Charles/*


[Dovecot] Can't see e-mails

2013-11-12 Thread Muzaffer Tolga Ozses
Hi,

I have a postfix+dovecot+mysql+roundcube setup. I recently changed
providers. At the moment, postfix can receive e-mails but either dovecot or
roundcube can't see e-mails. I did a telnet example.com 143 then a login
user pass and this is what I see:

2013-11-12 16:08:51 auth: Debug: sql(ala...@boradental.com.tr,193.255.135.254):
SELE
CT '/var/vmail/boradental.com.tr/alanya' as home, 'maildir:/var/vmail/
boradental.com
.tr/alanya' as mail, 5000 AS uid, 5000 AS gid, concat('dirsize:storage=',
quota) AS
quota FROM mailbox WHERE username = 'ala...@boradental.com.tr' AND active =
'1'
2013-11-12 16:08:51 auth: Debug: master out: USER   3767009281
 alanya@borad
ental.com.trhome=/var/vmail/boradental.com.tr/alanya
 mail=maildir:/va
r/vmail/boradental.com.tr/alanyauid=5000gid=5000
 quota=dirsize:storage=0

so I'm assuming dovecot works. Am I right to assume this? If I'm not,
what's the solution? If I am, how can I debug this?

Regards,


[Dovecot] Debug messages

2011-04-06 Thread Tolga
Here's everything after I enabled auth_verbose, auth_debug_passwords and 
auth_debug.


Apr 06 16:20:47 auth(default): Info: new auth connection: pid=27885
Apr 06 16:20:47 auth(default): Info: client in: AUTH1PLAIN
service=imapsecuredlip=184.82.40.118rip=193.255.135.1
lport=143rport=52150

Apr 06 16:20:47 auth(default): Info: client out: CONT1
Apr 06 16:20:47 auth(default): Info: client in: CONT1
AGJpbGdpAGJpbGdpOTg3
Apr 06 16:20:47 auth(default): Info: passwd-file(bilgi,193.255.135.1): 
lookup: user=bilgi file=/etc/dovecot/passwd
Apr 06 16:20:47 auth(default): Info: passwd-file(bilgi,193.255.135.1): 
unknown user

Apr 06 16:20:49 auth(default): Info: client out: FAIL1user=bilgi
Apr 06 16:20:54 auth(default): Info: client in: AUTH2PLAIN
service=imapsecuredlip=184.82.40.118rip=193.255.135.1
lport=143rport=52150resp=AGJpbGdpAGJpbGdpOTg3
Apr 06 16:20:54 auth(default): Info: passwd-file(bilgi,193.255.135.1): 
lookup: user=bilgi file=/etc/dovecot/passwd
Apr 06 16:20:54 auth(default): Info: passwd-file(bilgi,193.255.135.1): 
unknown user

Apr 06 16:20:56 auth(default): Info: client out: FAIL2user=bilgi
Apr 06 16:21:06 imap-login: Info: Disconnected (auth failed, 2 
attempts): user=, method=PLAIN, rip=193.255.135.1, 
lip=184.82.40.118, TLS


[Dovecot] Virtual users

2011-04-06 Thread Tolga

Hello,

I am using postfix and virtual accounts. So far, I have been able to get 
postfix to deliver to the correct location, but I don't know how to get 
dovecot to pick up the mail. My mails are at /srv/vmail/domain/user, 
below is my dovecot -n output and the relevant error. Can you help me 
please?


Regards,

dovecot -n:

# 1.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-194.8.1.el5.028stab070.5 i686 Ubuntu 10.04 LTS
log_path: /var/log/dovecot.log
protocols: imap
listen: *:143
login_dir: /var/run/dovecot/login
login_executable: /usr/lib/dovecot/imap-login
mail_location: mbox:/srv/vmail/%d/%u
mbox_write_locks: fcntl dotlock
auth default:
  passdb:
driver: passwd-file
args: /etc/dovecot/passwd
  userdb:
driver: static
args: uid=vmail gid=vmail home=/srv/vmail/%d/%u
  userdb:
driver: passwd

Log:

Apr 06 16:09:32 imap-login: Info: Disconnected (auth failed, 2 
attempts): user=, method=PLAIN, rip=193.255.135.1, 
lip=184.82.40.118, TLS


Tolga


Re: [Dovecot] temporary disable account

2008-04-07 Thread Tolga



Lampa wrote:

Hello,

MTA is qmail, and there is no problem with it (qmail is stopped for
current user - sticky bit set). Problem is dovecot - and is not
possible to stop dovecot (due to clients)
  

Then copy mailboxes to somewhere else and make backup there.

2008/4/8, Tolga <[EMAIL PROTECTED]>:
  

 Lampa wrote:



Hello,

is there some way how to disable temporarily account or access to
files. I need to backup with tar, but there is problem when tar is
reading and some file changed (with --ignore-failed-read it continues
but archive is not created and without --ignore-failed-read it fails).
Some accounts are huge ;( Need something like qmail sticky bit or
world writable directory - qmail is not delivering when one of above
conditions hits.


  

 Stop your MTA.



Thank you for helping me.


  

 --
 Stay with *nix :)






  


--
Stay with *nix :)



Re: [Dovecot] temporary disable account

2008-04-07 Thread Tolga



Lampa wrote:

Hello,

is there some way how to disable temporarily account or access to
files. I need to backup with tar, but there is problem when tar is
reading and some file changed (with --ignore-failed-read it continues
but archive is not created and without --ignore-failed-read it fails).
Some accounts are huge ;( Need something like qmail sticky bit or
world writable directory - qmail is not delivering when one of above
conditions hits.
  

Stop your MTA.

Thank you for helping me.
  


--
Stay with *nix :)



Re: [Dovecot] shared Sent and Junk folders {Scanned}

2008-04-03 Thread Tolga



Scott Silva wrote:

on 4-2-2008 11:51 PM Tolga spake the following:

Scott Silva wrote:
  

on 4-2-2008 4:01 AM Tolga spake the following:


Charles Marcus wrote:
  

On 4/2/2008 3:38 AM, Tolga wrote:


For some odd reason, two of my users share the same Sent and Junk
folders, therefore I keep getting errors about Sent folder reading
permissions and one user reading the other user's Junk folder. What
can I do about this odd problem?
  

Do you really think anyone can even guess what might cause something
like this based on the information given?

How about some hints, like:

dovecot version, platform, output of dovecot -n, and maybe even -
gasp - some log entries given when these users are experiencing the
problem...


Dovecot version is 1.0.7, on Linux gentoo, below is dovecot -n

log_path: /var/log/dovecot.log
info_log_path: /var/log/dovecot.log
listen: [::]
ssl_cert_file: /etc/ssl/dovecot/server.pem
ssl_key_file: /etc/ssl/dovecot/server.key
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable: /usr/libexec/dovecot/imap-login
mail_extra_groups: mail
mail_location:
mbox:/var/mail/:INBOX=/var/mail/%u:INDEX=/var/mail/folders/%u
  

Here you need something like mbox:/var/mail/%u/ or mbox:/var/%u/mail/
to keep all the users other mailboxes separate.


I did like you said, and now I get IMAP(tolga): open() failed with
subscription file /var/mail/tolga/.subscriptions: Not a directory. btw,
/var/mail/tolga is a file, but what I want is to have all the other
folders in /var/mail/folders/tolga. Should I modify it like
mbox:/var/mail/folders/%u/ ?

  

That should work.

It indeed work, thanks :)


--

Scott Silva
Network Administrator
San Gabriel Valley Water Company
11142 Garvey Ave. El Monte CA 91733
626.448.6183 x.296
[EMAIL PROTECTED]
  


--
This Message has been scanned for
viruses and dangerous content by
the San Gabriel Valley Water Co.MailScanner <http://www.mailscanner.info>
and is believed to be clean.



--
Stay with *nix :)



Re: [Dovecot] shared Sent and Junk folders

2008-04-02 Thread Tolga
Scott Silva wrote:
> on 4-2-2008 4:01 AM Tolga spake the following:
>>
>>
>> Charles Marcus wrote:
>>> On 4/2/2008 3:38 AM, Tolga wrote:
>>>> For some odd reason, two of my users share the same Sent and Junk
>>>> folders, therefore I keep getting errors about Sent folder reading
>>>> permissions and one user reading the other user's Junk folder. What
>>>> can I do about this odd problem?
>>>
>>> Do you really think anyone can even guess what might cause something
>>> like this based on the information given?
>>>
>>> How about some hints, like:
>>>
>>> dovecot version, platform, output of dovecot -n, and maybe even -
>>> gasp - some log entries given when these users are experiencing the
>>> problem...
>> Dovecot version is 1.0.7, on Linux gentoo, below is dovecot -n
>>
>> log_path: /var/log/dovecot.log
>> info_log_path: /var/log/dovecot.log
>> listen: [::]
>> ssl_cert_file: /etc/ssl/dovecot/server.pem
>> ssl_key_file: /etc/ssl/dovecot/server.key
>> disable_plaintext_auth: no
>> login_dir: /var/run/dovecot/login
>> login_executable: /usr/libexec/dovecot/imap-login
>> mail_extra_groups: mail
>> mail_location:
>> mbox:/var/mail/:INBOX=/var/mail/%u:INDEX=/var/mail/folders/%u
> Here you need something like mbox:/var/mail/%u/ or mbox:/var/%u/mail/
> to keep all the users other mailboxes separate.
I did like you said, and now I get IMAP(tolga): open() failed with
subscription file /var/mail/tolga/.subscriptions: Not a directory. btw,
/var/mail/tolga is a file, but what I want is to have all the other
folders in /var/mail/folders/tolga. Should I modify it like
mbox:/var/mail/folders/%u/ ?

Regards,
>
>> auth default:
>>  passdb:
>>driver: pam
>>args: *
>>  userdb:
>>driver: passwd
>>
>> logs: open() failed with mbox file /var/mail/Sent: Permission denied.
>>
>> Please let me know if you need anything else
>>
>>
>>>
>>> Sorry to sound harsh, but sometimes it just amazes me how people
>>> seem to think others will just be able to read their minds...
>> Not a problem at all
>>
>> Regards,
>>
>
>



Re: [Dovecot] shared Sent and Junk folders

2008-04-02 Thread Tolga



Charles Marcus wrote:

On 4/2/2008 3:38 AM, Tolga wrote:
For some odd reason, two of my users share the same Sent and Junk 
folders, therefore I keep getting errors about Sent folder reading 
permissions and one user reading the other user's Junk folder. What 
can I do about this odd problem?


Do you really think anyone can even guess what might cause something 
like this based on the information given?


How about some hints, like:

dovecot version, platform, output of dovecot -n, and maybe even - gasp 
- some log entries given when these users are experiencing the problem...

Dovecot version is 1.0.7, on Linux gentoo, below is dovecot -n

log_path: /var/log/dovecot.log
info_log_path: /var/log/dovecot.log
listen: [::]
ssl_cert_file: /etc/ssl/dovecot/server.pem
ssl_key_file: /etc/ssl/dovecot/server.key
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable: /usr/libexec/dovecot/imap-login
mail_extra_groups: mail
mail_location: mbox:/var/mail/:INBOX=/var/mail/%u:INDEX=/var/mail/folders/%u
auth default:
 passdb:
   driver: pam
   args: *
 userdb:
   driver: passwd

logs: open() failed with mbox file /var/mail/Sent: Permission denied.

Please let me know if you need anything else




Sorry to sound harsh, but sometimes it just amazes me how people seem 
to think others will just be able to read their minds...

Not a problem at all

Regards,

--
Stay with *nix :)



[Dovecot] shared Sent and Junk folders

2008-04-02 Thread Tolga

Hi,

For some odd reason, two of my users share the same Sent and Junk 
folders, therefore I keep getting errors about Sent folder reading 
permissions and one user reading the other user's Junk folder. What can 
I do about this odd problem?


Regards,
Tolga

--
Stay with *nix :)