Displaying 20 results from an estimated 1000 matches similar to: "Conditional SASL authentication"
2017 Feb 13
2
pop3 login core dump
Hello!
Sorry for my newbie question, I've notied some lines in my logfile
like this:
Feb 13 16:05:54 pop3-login: Fatal: master: service(pop3-login): child 10660
killed with signal 11 (core not dumped - add -D parameter to service pop3-login
{ executable } ...
where am I supposed to add the -D option in order to get the core file
dumped so I can examine it?
Thanks to all,
luciano.
--
2017 Jul 21
3
Problem compiling dovecot 2.2.31 on Solaris
I'm trying to compile under SunOS 5.8 Generic_117350-28 sun4u sparc SUNW,Ultra-5_10
(I know it's a bit oldish :-) and I get this error:
/bin/bash ../../libtool --tag=CC --mode=compile gcc
-DHAVE_CONFIG_H -I. -I../.. -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -fno-builtin-strftime
2018 Jan 19
2
Strange thing on log rotation front
Hi all!
I've decided to rotate the dovecot logs automatically on my freebsd
10.4 server using the system's newsyslog feature. I started with
logfile.info putting the line
/var/log/dovecot/logfile.info 600 31 * @T16 ZCU /var/run/dovecot/master.pid 30
which should send a SIGUSER to the master process, which it seems to
do for I see in the log file:
master:
2018 May 30
2
Winbind - NSS problem?
On Wed, 30 May 2018 16:27:20 +0100
Rowland Penny via samba <samba at lists.samba.org> wrote:
> > workgroup = MCS2003
> > idmap uid = 3000-8004
> > idmap gid = 800-1988
>
> The above two lines are deprecated
>
> Add these lines instead:
> idmap config * : backend = tdb
> idmap config * : range = 10000-11000
>
> > idmap
2017 Jul 21
2
Problem compiling dovecot 2.2.31 on Solaris
On Fri, 21 Jul 2017 14:38:57 +0200
Levente <leventelist at gmail.com> wrote:
> You are missing stdint.h. Try to locate that, and include the
> directory. However, this is odd, since it should be shipped with GCC
> itself.
You're right!
It is missing.
This is the output of gcc -v:
Reading specs from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/specs
Target:
2017 May 02
2
Problem with Userid
I have a problem with a physical user that was removed and recreated
whith same name and different uid. The home dir, the mailbox file and
the index directory where removed and recreated with the new uid/gid.
I can feed the mailbox via procmail, though dovecot-lda complains that
userids do not match:
May 02 15:27:33 lda(alessandro_cmr): Error:
stat(/var/spool/mailboxes/alessandro_cmr/INBOX)
2018 May 30
2
Winbind - NSS problem?
Hello all,
I have a very old samba server, successfully migrated from 2.11 to 3.x,
then now to 4.8.0 while the windows userbase went from workgroup to AD,
now on AD 2008R2. Everything seems to work flawlessly till a new user
was added to the AD. From my samba server I can't see it in the getent
passwd list (the others are all there) tough wbinfo -a newuser%password
says:
plaintext password
2007 Sep 25
1
1.1 Beta 1 Works!
Wow!
I'm running 1.1 Beta 1 on OpenSuSE linux 10.2.
It seems not bad at all.
The only thing I've not quite well understood is this message,
that pops up when I start dovecot:
Warning: fd limit 1024 is lower than what Dovecot can use under full load (more than 1536). Either grow the limit or change login_max_processes_count and max_mail_processes settings
Where does dovecot take this 1024
2017 Jun 06
2
2.2.29.8: YACD (Yet Another Core Dump)
I'm getting this in my logfile, should I worry?:
Jun 06 12:28:47 imap(paco_mcs): Error: Next message unexpectedly corrupted in mbox file /var/spool/mail/paco_mcs at 639279728
Jun 06 12:28:47 imap(paco_mcs): Error: Unexpectedly lost From-line from mbox file /var/spool/mail/paco_mcs at 639279728
Jun 06 12:28:47 imap(paco_mcs): Panic: file mbox-sync.c: line 1338 (mbox_sync_handle_eof_updates):
2017 Jul 21
1
Problem compiling dovecot 2.2.31 on Solaris
On 21/07/2017 13:38, Levente wrote:
> You are missing stdint.h. Try to locate that, and include the
> directory. However, this is odd, since it should be shipped with GCC
> itself.
Headers are generally supplied by the OS not the compiler, stdint.h is
$ find /usr/include -name stdint.h
/usr/include/sys/stdint.h
/usr/include/stdint.h
from SUNWhea on S10 and system/header on S11.
2015 Feb 24
2
Conditional SASL authentication
On Tue, 24 Feb 2015 18:56:03 +0100
Reindl Harald <h.reindl at thelounge.net> wrote:
> * if you cahnge the pwd SASL auth is taken away
True.
But this way the user will be unable to read his/her mail, including
my message saying "Hey, you've got a new virus!".
Thanks anyway,
luciano.
--
/"\ /Via A. Salaino, 7 - 20144 Milano (Italy)
\ / ASCII
2024 Mar 08
1
New AD user not appearing in getent
On Fri, 8 Mar 2024 12:34:48 +0100
Luciano Mannucci via samba <samba at lists.samba.org> wrote:
>
> Hello all,
>
> I've added a new user to my AD in windows, but I cannot use it on my
> freebsd machine using samba 4.12. I can see it via wbinfo but not
> with id or getent. All prevously created users do work as expected.
> Where should I look for the problem?
>
2024 Mar 08
1
New AD user not appearing in getent
On Fri, 8 Mar 2024 13:25:49 +0100
Luciano Mannucci via samba <samba at lists.samba.org> wrote:
> On Fri, 8 Mar 2024 12:00:08 +0000
> Rowland Penny via samba <samba at lists.samba.org> wrote:
>
> > but the only thing apparent is that you appear to be running an EOL
> > version of Samba.
> Yes I know.
> Upgrading means stoppping 64 users. I'll do that
2014 Aug 12
3
Test / can you see my mail??
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
2008 Dec 03
1
Unable to join ADS domain with 3.3.0rc1 on Suse 11.0 linux
I'm setting up anew server with 3.3.0rc1 and cannot join my AD domain.
It may not be a problem strictly linked to the samba versiom, for my
Active Directory administrators have tightened and enforced security
policies since last time I joined a linux server succefully.
BTW, this is what I get with net join command:
namenor:/usr/src/local/samba/samba-3.3.0rc1/source # net ads join -S
2007 Sep 08
3
v1.1.alpha4 released / about dbox
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha4.tar.gz
http://dovecot.org/releases/1.1/alpha/dovecot-1.1.alpha4.tar.gz.sig
Lots of fixes since alpha3. Also includes the dbox rewrite. Currently
dbox works properly only in one-message-per-file mode. I'm not actually
even sure how good idea it would be to use it with
multiple-messages-per-file mode. But I guess it won't hurt to
2013 Aug 20
3
Problem compiling 2.2.5
I'm trying to upgrade a very old sparcstation running Solaris 8 which
is running dovecot 1.x for few users. All I have for the task is good
old gcc 2.95.2. The poor sod complains because it can't compute the
sizeof(unsigned char prefix_text[]) at line 13 of log-error-buffer.c.
Can I help it by - say - putting a constant between the '[]'?
Or is it unfair? :-)
I don't think
1999 Nov 03
8
help me
Well I have 2 segments in my network with win95 but I want to use a
linux gateway to see ,all the machines when I click in Network Neighhood
of one of my win95 ,my question is How configured samba to do that ,in
winnt is very very difficult and I think that samba is more easy
Bye
2010 Aug 17
11
EVERYONE USING DOVECOT PLEASE SIGN: Thanks, Administrators of Dovecot!
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 unmanageable scripts, by end users, of maildrop.
*Our gratitude goes to, but not limited to:*
*Timo
2011 Apr 20
2
Logging commands
Hello all,
is there a way to make dovecot log the commands it gets from its
clients both in imap and pop3? I need to log when messages are
deleted so I can tell to the customer when and from which IP address
his/her mailbox was emptied.
I'm trying to track down problems with M$ Windows Live Mail clients
that seem to loose messages now and then.
Luciano.
--
/"\