search for: osstech

Displaying 20 results from an estimated 69 matches for "osstech".

2012 May 23
2
Dovecot auth process delays exiting if LDAPS passdb used
...oblem prevents restart Dovecot service by the following error: May 24 00:42:03 build-aix6 mail:warn|warning dovecot: master: Warning: Killed with signal 15 (by pid=11337890 uid=0 code=kill) May 24 00:42:10 build-aix6 mail:err|error dovecot: master: Error: service(auth): Socket already exists: /opt/osstech/var/run/dovecot/auth-login May 24 00:42:11 build-aix6 mail:crit dovecot: master: Fatal: Failed to start listeners My Dovecot 2.1.6 platforms are: * Debian GNU/Linux wheezy + OpenLDAP 2.4.28 (linked with GNU TLS 2.12.18) * Solaris 10 + OpenLDAP 2.4.26 (linked with OpenSSL 0.9.7) * AIX 6.1 +...
2011 Jul 30
2
[PATCH] net_connect_*(): Wait for fd to complete connect(2) when fd is non-blocking
Hi, Dovecot ignores EINPROGRESS on connect(2) for non-blocking fd. This is wrong. After that, read(2) to fd (or write(2) to fd) fails with ENOTCONN if the connection of fd is not completed. The attached patch fixes this problem. -- -- Name: SATOH Fumiyasu (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- Personal Home: http://www.SFO.jp/blog/ -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-2.0.13-wait-for-fd-to-complete-connect.patch Type: text/x-diff Size: 2278 bytes Desc: not available URL: <http:...
2009 Jul 29
13
DO NOT REPLY [Bug 6590] New: [sender] could not find xattr #1 for home/jdoe/TheFresh
https://bugzilla.samba.org/show_bug.cgi?id=6590 Summary: [sender] could not find xattr #1 for home/jdoe/TheFresh Product: rsync Version: 3.0.5 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: stlman at
2014 Sep 01
1
Master user and non-plaintext auth does not work
...isms = plain login cram-md5 digest-md5 disable_plaintext_auth = yes auth_master_user_separator = % passdb { driver = passwd-file args = /etc/dovecot/passwd.masterusers master = yes pass = yes } # don't work too #passdb { # driver = checkpassword # args = /opt/osstech/etc/dovecot/checkpassword.masterusers # master = yes # pass = yes #} passdb { driver = ldap args = /etc/dovecot/dovecot-ldap.conf.ext } Is this a bug or a restriction of Dovecot? -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: ht...
2015 Dec 22
2
allow_nets=local in passdb gets "auth: Panic"
...dovecot: auth: Panic: file net.c: line 1137 (net_is_in_network): assertion failed: (IPADDR_IS_V6(ip) == IPADDR_IS_V6(net_ip)) `doveadm auth test <username> <password>` is no problem as expected. What's wrong? Regards, -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2014 Jul 14
2
doveadm-server does NOT know fts commands
...un/dovecot/doveadm-server INBOX # echo $? 0 # doveadm fts optimize -u u0001 at example.jp # echo $? 0 # doveadm fts rescan -u u0001 at example.jp # echo $? 0 # doveadm index -u u0001 at example.jp INBOX # echo $? 0 -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2012 Apr 27
2
[PATCH] Dovecot 2.1 compiling fix for AIX
...$ ./configure ... $ make ... In file included from stats-connection.c:9: stats-plugin.h:14: error: field 'user_cpu' has incomplete type stats-plugin.h:14: error: field 'sys_cpu' has incomplete type ... The attached patch fixes this problem. -- -- Name: SATOH Fumiyasu (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- Personal Home: https://github.com/fumiyas/ -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-2.1-stats-plugin-build-on-AIX.patch Type: application/octet-stream Size: 821 bytes Desc: not available URL: &l...
2011 Apr 19
0
rsync Digest, Vol 100, Issue 14
...ssage ---------- > From:?samba-bugs at samba.org > To:?rsync-qa at samba.org > Date:?Tue, 19 Apr 2011 01:53:40 +0200 > Subject:?[Bug 6590] [sender] could not find xattr #1 for home/jdoe/TheFresh > https://bugzilla.samba.org/show_bug.cgi?id=6590 > > SATOH Fumiyasu <fumiyas at osstech.co.jp> changed: > > ? ? ? ? ? What ? ?|Removed ? ? ? ? ? ? ? ? ? ? |Added > ---------------------------------------------------------------------------- > ? ? ? ? ? ? ? ? CC| ? ? ? ? ? ? ? ? ? ? ? ? ? ?|fumiyas at osstech.co.jp > > --- Comment #2 from SATOH Fumiyasu <fumiyas...
2018 May 30
3
use instance-name for syslog?
Hello, When running multiple instances of dovecot on the same host (or running multiple docker container), it is hard to distinguish logs from different processes: the syslog entries are all prefixed with the same identifier "dovecot" It is hardcoded here: https://github.com/dovecot/core/blob/master/src/lib-master/master-service.c#L420 Would it make sense to use the already implemented
2018 May 30
0
use instance-name for syslog?
...er/src/lib-master/master-service.c#L420 > > Would it make sense to use the already implemented instance-name as syslog ident? > How do others solve that problem? I have a patchset to implement that. Please see the attachment. -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: https://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA -------------- next part -------------- >From 958933cd0e98f1fda68a2d4d4fc51fb8058a7914 Mon Sep 17 00:00:00 2001 From: SATOH Fumiy...
2018 May 31
3
use instance-name for syslog?
> On 30 May 2018, at 19.08, SATOH Fumiyasu <fumiyas at osstech.co.jp> wrote: > > Hi! > > On Thu, 31 May 2018 00:44:58 +0900, > A. Schulze wrote: >> When running multiple instances of dovecot on the same host (or running multiple docker container), >> it is hard to distinguish logs from different processes: the syslog entries are...
2015 Jul 31
2
FTS not indexing new folders (mailboxes)
Hello, Im getting problem on FTS on new created folders (mailboxes). How to simulate: - Enable FTS (solr on our case) - Create a new folder (mailbox) - Move some message to that mailbox - Try to search for the message contents *doveadm search -u user at domain text sometext* # Found nothing, but if i move the message to another mailbox, the search catch the message. # I tried doveadm index
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
...en breaking oplocks. * BUG 6664: Fix truncation of the session key. o Tim Prouty <tprouty at samba.org> * BUG 6620: Fix a bug in renames of directories. o Rusty Russell <rusty at rustcorp.com.au> * BUG 6601: Avoid global fd limits. o SATOH Fumiyasu <fumiyas at osstech.co.jp> * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient. o Simo Sorce <idra at samba.org> * BUG 6693: Check we read off the complete event from inotify. o Peter Volkov <pva at gentoo.org> * BUG 6105: Make linking of cifs.upcall --as-needed...
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
...en breaking oplocks. * BUG 6664: Fix truncation of the session key. o Tim Prouty <tprouty at samba.org> * BUG 6620: Fix a bug in renames of directories. o Rusty Russell <rusty at rustcorp.com.au> * BUG 6601: Avoid global fd limits. o SATOH Fumiyasu <fumiyas at osstech.co.jp> * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient. o Simo Sorce <idra at samba.org> * BUG 6693: Check we read off the complete event from inotify. o Peter Volkov <pva at gentoo.org> * BUG 6105: Make linking of cifs.upcall --as-needed...
2014 Dec 09
0
Required SSL with exceptions
...t on the webmail/carddav/caldav servers to reduce the number of instances that need to be managed. Is it possible to have two imap listeners, where ssl is enforced on one port, and not on another? Use login_trusted_networks parameter. -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2015 Sep 24
0
FTS not indexing new folders (mailboxes)
...t; > # My dovecot version = 2.2.18 (EE) > # My fts config: > > fts = solr > fts_autoindex = yes > fts_autoindex_max_recent_msgs = 50 > fts_solr = url=http://127.0.0.1:8080/solr/ > > Anyone got this problem? -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2018 Jun 12
1
sievec prints an error if no dovecot running with mail_plugins = stats
...topped # doveconf mail_plugins mail_plugins = stats # ls foo.* foo.sieve # sievec foo.sieve sievec(root): Error: stats: open(/var/run/dovecot/stats-mail) failed: No such device or address # echo $? 0 # ls foo.* foo.sieve foo.svbin ``` -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: https://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2018 Jun 01
0
use instance-name for syslog?
...so not needed. I think $INSTANCE_NAME environment variable is useful for external program, e.g., custom checkpassword program. > But yeah, I guess in general it would make sense to use instance_name for syslog ident. > Thanks. -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: https://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2016 Jan 20
0
rsync stopped working
...eceiver=3.1.1] Create /media/cf0a98ed-3c11-4107-b61e-f5139d024396 before running rsync. Rsync does NOT create the parent directory of the destination. > Tried running searches w/ no luck. Checked all the docs I could find w/ no luc -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2011 Nov 22
0
Samba-VirusFilter 0.1.3 released
Hi, Samba users, I've released Samba-VirusFilter 0.1.3 at: https://github.com/fumiyas/samba-virusfilter https://github.com/fumiyas/samba-virusfilter/downloads Enjoy! -- -- Name: SATOH Fumiyasu (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- Personal Home: http://www.SFO.jp/blog/