search for: iservice

Displaying 20 results from an estimated 44 matches for "iservice".

Did you mean: service
2000 Jan 27
0
service_ok, redux.
...Test for a missing service name. */ 1780c1834 < DEBUG(0,( "No service name in service entry.\n")); --- > DEBUG(0,( "ERROR: No service name in service entry.\n")); 1783a1838,1849 > /* Test for path not pointing to a dir (other tests follow). */ > if (iSERVICE(iService).szPath[0] != '\0') > { > if (stat(iSERVICE(iService).szPath,&buf) == -1) > DEBUG(0,("ERROR: can't stat path %s in service %s.\n", > iSERVICE(iService).szPath, iSERVICE(iService).szService)); > else if (buf.st_mode != S_IF...
2000 Jan 27
1
Proposed improvements to service_ok()
...Test for a missing service name. */ 1780c1834 < DEBUG(0,( "No service name in service entry.\n")); --- > DEBUG(0,( "ERROR: No service name in service entry.\n")); 1783a1838,1849 > /* Test for path not pointing to a dir (other tests follow). */ > if (iSERVICE(iService).szPath[0] != '\0') > { > if (stat(iSERVICE(iService).szPath,&buf) == -1) > DEBUG(0,("ERROR: can't stat path %s in service %s.\n", > iSERVICE(iService).szPath, iSERVICE(iService).szService)); > else if (buf.st_mode != S_IF...
2006 Aug 24
1
dovecot-1.0_rc7 crashes (Login process died too early) with repeated deletes from thunderbird
...conn=147 fd=9 ACCEPT from IP=127.0.0.1:41074 (IP=0.0.0.0:389) Aug 24 14:58:55 hostname slapd[7243]: conn=147 op=0 BIND dn="" method=128 Aug 24 14:58:55 hostname slapd[7243]: conn=147 op=0 RESULT tag=97 err=0 text= Aug 24 14:59:09 hostname dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=IMAP^Ilip=192.168.0.7^Irip=192.168.0.100 Aug 24 14:59:09 hostname dovecot: auth(default): client out: CONT^I1^I Aug 24 14:59:09 hostname dovecot: auth(default): client in: CONT^I1^IAHRdfmkerjejfkdeie Aug 24 14:59:09 hostname dovecot: auth(default): client out: OK^I1^Iuser=username Aug 24 14:59:09 h...
2006 Aug 25
1
[Fwd: dovecot-1.0_rc7 crashes (Login process died too early) with repeated deletes from thunderbird]
...conn=147 fd=9 ACCEPT from IP=127.0.0.1:41074 (IP=0.0.0.0:389) Aug 24 14:58:55 hostname slapd[7243]: conn=147 op=0 BIND dn="" method=128 Aug 24 14:58:55 hostname slapd[7243]: conn=147 op=0 RESULT tag=97 err=0 text= Aug 24 14:59:09 hostname dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=IMAP^Ilip=192.168.0.7^Irip=192.168.0.100 Aug 24 14:59:09 hostname dovecot: auth(default): client out: CONT^I1^I Aug 24 14:59:09 hostname dovecot: auth(default): client in: CONT^I1^IAHRdfmkerjejfkdeie Aug 24 14:59:09 hostname dovecot: auth(default): client out: OK^I1^Iuser=username Aug 24 14:59:09 h...
2007 Sep 11
2
Possible bug in authentication cache in dovecot 1.1.alpha4
...mation. Connection closed by foreign host. here is debug log: Sep 11 19:46:39 server2 dovecot: Dovecot v1.1.alpha4 starting up Sep 11 19:46:40 server2 dovecot: auth-worker(default): mysql: Connected to /tmp/mysql.sock (mail) Sep 11 19:47:03 server2 dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=pop3^Ilip=10.10.10.30^Irip=10.10.10.20^Iresp=AHRlc3R1c2VyAHBhc3M= Sep 11 19:47:03 server2 dovecot: auth(default): cache(testuser,10.10.10.20): miss Sep 11 19:47:03 server2 dovecot: auth-worker(default): sql(testuser,10.10.10.20): query: SELECT user, password, home as userdb_home, uid as userdb_uid,...
2001 Mar 28
1
UTF-8 patch for Samba 2.0.7
...***************************************** diff -ur samba-2.0.7/source/param/loadparm.c samba-2.0.7viv/source/param/loadparm.c --- samba-2.0.7/source/param/loadparm.c Wed Apr 26 02:07:00 2000 +++ samba-2.0.7viv/source/param/loadparm.c Wed Mar 21 14:04:55 2001 @@ -1581,6 +1581,7 @@ string_set(&iSERVICE(i).szPath,tmpdir()); string_set(&iSERVICE(i).szUsername,""); string_set(&iSERVICE(i).comment,comment); + unix_to_dos(iSERVICE(i).comment,True); string_set(&iSERVICE(i).fstype,"IPC"); iSERVICE(i).status = False; iSERVICE(i).iMaxConnections = 0;
2005 Aug 11
1
dovecot update ?
...ce the dovecot.conf (Baring in mind I saved my conf file). The output I was getting was as so: ====================================================================== Aug 11 10:09:56 mail dovecot: Dovecot v1.0-test70 starting up Aug 11 10:10:21 mail dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=IMAP^Ilip=192.168.111.11^Irip=192.168.111.225^Iresp=AGdjaXZvbG FuaQBwYXNzd29yZA== Aug 11 10:10:21 mail dovecot: auth(default): client out: OK^I1^Iuser=gcivolani Aug 11 10:10:21 mail dovecot: auth(default): master in: REQUEST^I1^I2040^I1 Aug 11 10:10:21 mail dovecot: auth(default): master out: USER^...
2006 Dec 13
1
Postfix + Doveot SASL
...p to authenticate my users. I've modified my postfix/dovecot configuration as is described on http://wiki.dovecot.org/PostfixAndDovecotSASL but when an user try to login it fails with the following log (debug_auth = on): Dec 12 15:07:53 lorien dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=smtp^Iresp=<hidden> Dec 12 15:07:53 lorien dovecot: auth(default): passdb(mnencia at prato.linux.it,master): Attempted master login with no master passdbs Dec 12 15:07:55 lorien dovecot: auth(default): client out: FAIL^I1^Iuser=mnencia at prato.linux.it The question is? Why i need a master l...
2006 Mar 31
1
problem with IMAP authentication with Thunderbird in local network
...39;ve installed dovecot in our debian and when i login from localhost it work. when we try from our local network it give an error as this: Mar 31 11:25:27 linux2 dovecot: auth(default): client out: FAIL^I1^Iuser=mcecccarelli Mar 31 11:25:27 linux2 dovecot: auth(default): client in: AUTH^I2^IPLAIN^Iservice=IMAP^Ilip=192.168.0.105^Irip=192.168.0.115^Iresp=AG1jZWNjY2ZWxsaQBzZW5uYTk0 Mar 31 11:25:29 linux2 dovecot: auth(default): pam(mcecccarelli,192.168.0.115): pam_authenticate() failed: User not known to the underlying ahentication module Mar 31 11:25:31 linux2 dovecot: auth(default): client out: FAIL...
2009 Dec 25
1
Problem with dovecot and PAM
Hi, I keep having errors when I try to authenticate to my imap acount, and I can't get my email like this. Here are the logs when i try to authenticate using PLAIN or CRAM-MD5 : PLAIN Dec 24 22:06:25 domain dovecot: auth(default2): client in: AUTH^I1^IPLAIN^Iservice=IMAP^Isecured^Ilip=1.2.3.4^Irip=1.2.3.4^Iresp=<hidden> Dec 24 22:06:27 domain dovecot: auth(default2): pam(email at domain.com,1.2.3.4): pam_authenticate() failed: User not known to the underlying authentication module Dec 24 22:06:27 domain dovecot: auth(default2): client out: FAIL^I1^Ius...
2006 Apr 11
1
Postfix dovecot SASL and LDAP not working...
...t-auth-master mode = 0666 } client { path = /var/spool/postfix/private/auth mode = 0660 user = postfix group = postfix } } pop or imap authentification with LDAP works fine: Apr 11 17:43:08 localhost dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=IMAP^Isecured^Ilip=127.0.0.1^Irip=127.0.0.1^Iresp=AGJyaWNlAHRvdG8= Apr 11 17:43:08 localhost dovecot: auth(default): ldap(raymond,127.0.0.1): base=ou=people, dc=daysofwonder, dc=com scope=subtree filter=(&(objectClass=CourierMailAccount)(uid=raymond)) fields=uid,userPassword,homeDirectory,uidNu...
2006 Nov 08
1
SSL-read error in logfile
...normal timed poll from the client. I wonder what it means. Sorry for the layout, it is messed up by the cut and paste. I have created the selfsigned cert and key in the /etc/ssl/dovecot/[certs,private] directories. Egbert Jan Nov 8 21:31:39 dev dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=IMAP^Isecured^Ilip=192.168.1.10^Irip=192.168.1.13^Iresp=<hidden> Nov 8 21:31:41 dev dovecot: auth(default): pam(user at domain.tld,192.168.1.13): pam_authenticate() failed: User not known to the underlying authentication module Nov 8 21:31:41 dev dovecot: auth-worker(default): sql(user at d...
2010 May 07
2
Problems with the IMAP proxy after upgrading from dovecot 1.1.16 to 1.211
...ailures. It seems dovecot reconnects too late to the MySQL database after a timeout, after sending the SQL query. Here's a piece of my log file: May 7 14:46:32 ttt dovecot: auth(default): new auth connection: pid=5136 May 7 14:46:42 ttt dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=imap^Isecured^Ilip=xxx.xxx.xxx.xxx^Irip=yyy.yyy.yyy.yyy^Ilport=sss^Irport=26480^Iresp=<hidden> May 7 14:46:42 ttt dovecot: auth-worker(default): sql(uid,yyy.yyy.yyy.yyy): query: SELECT NULL as password, destuser, host, 'zzz' as port, 'Y' as proxy, '0' as proxy_tim...
2008 Mar 28
0
Using LDA with postfix and virtual users
...ixhosts.org> Mar 28 14:49:25 amy postfix/qmgr[4410]: 820D478399: from=<virtualuser at daisy.unixhosts.org>, size=762, nrcpt=1 (queue active) Mar 28 14:49:25 amy postfix/smtpd[4412]: disconnect from unknown[10.1.32.13] Mar 28 14:49:25 amy dovecot: auth(default): master in: USER^I1^Iroot^Iservice=deliver Mar 28 14:49:25 amy dovecot: auth-worker(default): sql(root): query: SELECT password FROM users WHERE username = 'root'; Mar 28 14:49:25 amy dovecot: auth-worker(default): sql(root): unknown user Mar 28 14:49:25 amy dovecot: auth(default): master out: NOTFOUND^I1 Mar 28 14:49:25 a...
2014 May 02
1
User not found when using shadow for passdb
...messages when the client tries to connect: May 2 09:05:07 harlie dovecot: auth: Debug: Loading modules from directory: /usr/local/lib/dovecot/auth May 2 09:05:07 harlie dovecot: auth: Debug: auth client connected (pid=22181) May 2 09:05:07 harlie dovecot: auth: Debug: client in: AUTH^I1^IPLAIN^Iservice=imap^Isecured^Isession=ABCDEFGHIJKLMNOP^Ilip=96.229.223.7^Irip=10.0.0.181^Ilport=993^Irport=51898^Iresp=zxywvutsrqponmlkji== May 2 09:05:07 harlie dovecot: auth: Debug: shadow(john,10.0.0.181,<ABCDEFGHIJKLMNOP>): lookup May 2 09:05:07 harlie dovecot: auth: shadow(john,10.0.0.181,<ABCDEFG...
2006 Apr 23
2
Just setup Dovecot and having a small problem.
...ving is I keep getting authentication errors when I try to login via POP3 (I'm testing via command line so I do `telnet localhost 110`). At first I had only auth_debug_passwords=yes set and I was seeing this in the log file: Apr 23 18:54:19 www dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=POP3^Isecured^Ilip= 127.0.0.1^Irip=127.0.0.1^Iresp=AHRvbUBkZXRyb2l0b25saW5lLmNvbQBuZXdiZXJn Apr 23 18:54:19 www dovecot: auth(default): pam(user at domain.tld,127.0.0.1): pam_authenticate() failed: Authentication failure Apr 23 18:54:19 www dovecot: auth(default): passwd-file /mail/domain.tld/etc/p...
2009 Oct 08
3
very frequent disconnections
...specially if I do more than very light access. I've enabled all the logging I'm aware of, but I don't see any explanations. I get things like Oct 7 20:19:38 jdc dovecot: auth(default): new auth connection: pid=390 Oct 7 20:19:39 jdc dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=imap^Isecured^Ilip=129.100.75.85^Irip=65.95.132.250^Ilport=143^Irport=62044^Iresp=<hidden> Oct 7 20:19:39 jdc dovecot: auth-worker(default): pam(jdc,65.95.132.250): lookup service=dovecot Oct 7 20:19:39 jdc dovecot: auth-worker(default): pam(jdc,65.95.132.250): #1/1 style=1 msg=Password: O...
2006 Jun 15
3
Problem with Dovecot LDA / Postfix
...deliver -d ${recipient} Main.cf default_destination_recipient_limit = 1 Log: Jun 15 19:15:43 mail2 postfix/qmgr[4226]: 31FA27FF2: from=<root@localhost.localdomain>, size=343, nrcpt=1 (queue active) Jun 15 19:15:43 mail2 dovecot: auth(default-socket): master in: USER^I1^Iinfo@lda.net4all.ch^Iservice=deliver Jun 15 19:15:43 mail2 dovecot: auth(default-socket): sql(info@lda.net4all.ch): SELECT '/var/spool/mail/'||home AS home, uid, gid FROM users WHERE userid = 'info@lda.net4all.ch' Jun 15 19:15:43 mail2 dovecot: auth(default-socket): master out: USER^I1^Iinfo@lda.net4all.ch^Ihom...
2009 Mar 01
1
Remote storage
What options are available for remote storage, i.e. storage devices directly mounted on the machine running Dovecot? I've seen discussions of NFS usage - but my experiences with NFS in times past have been poor. CIFS has worked well for me for non-mail use - would this be suitable? Or is there another method I've not considered? -- Daniel
2007 Mar 08
1
dovecot sasl auth (pam) + postfix doesn't work...
...{ } plugin { } -------------------------------- -----/etc/pam.d/dovecot------ auth required pam_krb5.so no_ccache ignore_root debug account required pam_permit.so ----------------------------- from syslog i only get: Mar 8 10:52:38 muletto dovecot: auth(default): client in: AUTH^I1^Iplain^Iservice=smtp^Iresp=<hidden> Mar 8 10:52:38 muletto dovecot: auth(default): passdb(username at MYCORP.LOCAL,master): Attempted master login with no master passdbs Mar 8 10:52:39 muletto dovecot: auth(default): client out: FAIL^I1^Iuser=username at MYCORP.LOCAL note that it doesn't care about th...