Displaying 20 results from an estimated 900 matches similar to: "Problem compiling 2.2.5"
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.
--
2015 Feb 24
8
Conditional SASL authentication
Hello,
I have a few users that are often hit by a trojan virus that steals
e-mail user and password. Having a very little (if not null) power on
their machines, I need to be able to block the outgoing mail wich is
handled by postfix via dovecot SASL.
Blocking it at dovecot level would be optimal, for the virus doesn't
necessarily use the e-mail of the user as its from, just the user and
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
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
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
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.
--
/"\
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
2009 Feb 10
4
Smooth mailbox to maildir migration
Hi all,
I have a postfix+procmail+dovecot installation, now running basicaly
on pop3 hence mailbox format, with few thousand users and less than
twenty gigabytes mail.
I need to move all of them to maildir, to take advantage of IMAP
subfolders that do not work with mbox format (so I'm told :).
Of course I cannot safely stop the service for more than a bunch of
seconds...
What I'm about
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
2010 Feb 09
1
Converting layouts
Hello,
I'm using dovecot 1.2.10 with mbox format (which implies layout=fs)
and I would like to switch to maildir++ layout without changing format
in order to implement subfolders for IMAP users. I understand that I
should move the INDEX location to avoid some namespace conflict (it
would be a good idea anyway: I'll move them on another disc :).
Now I have
mail_location =
2023 Mar 10
1
Winbind auhentication
Helo all!
I'm trying to set up a dovecot server so that it authenticates local
user via /etc/passwd (I'm on a Freebsd 13.1) and via winbindd for
those that it cannot find localy. The samba suite is alive and well,
postfix gets happily mail from domain users and saves it with correct
name and permissions from the windows domain. If I try to authenticate
a domain user via wbinfo it works,
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:
2015 Feb 24
2
Conditional SASL authentication
On Tue, 24 Feb 2015 19:00:32 +0100
Reindl Harald <h.reindl at thelounge.net> wrote:
> so you allow random envelope senders on your servers?
> why?
I know it is not necessarily a good idea... :)
It is basicaly to allow fake home addresses from the office for some
managers.
Thanks for the smtpd_recipient_restrictions list, it sounds interesting!
Luciano.
--
/"\
2024 Mar 08
1
New AD user not appearing in getent
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?
Thanks to everybody,
Luciano.
--
/"\ /Via A. Salaino, 7 - 20144 Milano (Italy)
\ / ASCII RIBBON CAMPAIGN /
2024 Mar 08
1
New AD user not appearing in getent
On Fri, 8 Mar 2024 12:56:28 +0000
Rowland Penny via samba <samba at lists.samba.org> wrote:
> If it doesn't, then it might have something to do with this line from
> your smb4.conf:
>
> idmap config MCS2003 : range = 800-8004
Yes!
That was it!
As a workaround I've changed range setting it to 800-9999 and it works!
I'll review the smb.conf after upgrading to samba
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:
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
2024 Mar 08
1
New AD user not appearing in getent
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 ASAP.
> Please post the smb4.conf.
grep -v '#' /usr/local/etc/smb4.conf
[global]
security = ADS
netbios name = HERMES
server
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):