Displaying 20 results from an estimated 10000 matches similar to: "(no subject)"
2009 Jan 01
2
restricting mails from "mail" command to specific domains only in postfix
Hi Friends,
I have configured Postfix mail server on Centos for relaying mails
from 5 linux servers (including itself) within the same LAN. The
postfix mail server should relay mails from these 5 linux servers for
specific domains only. For example hosts 192.168.0.23/24/25/26/27 and
the postfix mail server should only be able to receive and send mails
from and to example.com,example2.com and
2013 Sep 11
1
slow dict lookups?
Hi,
I am beginning to see many entries like:
Sep 10 21:32:06 mail1 dovecot: imap(user1 at example1.com): Warning:
read(/var/run/dovecot/dict): dict lookup took 20 seconds
Sep 10 21:32:11 mail1 dovecot: imap(user2 at example2.com): Warning:
read(/var/run/dovecot/dict): dict lookup took 25 seconds
Sep 10 21:32:16 mail1 dovecot: imap(user3 at example3.com): Warning:
read(/var/run/dovecot/dict):
2016 Oct 12
4
Samba 4.5.0 dbcheck problems
Hi all,
I've recently upgraded all our DC's (we have 9 spread over various global
Sites) to 4.5.0.
I run a dbcheck on our FSMO-owner DC once per day from a cron job and this
threw up a ton of errors on the first pass after the upgrade. After running
it several times with the --fix flag I've got the errors down to 603 but
these last errors are refusing to be removed.
Here is an
2017 Jan 31
3
[nbdkit PATCH 0/2] fix pod and other errors in recent patches
POD errors are not nice, and 'pod2man --stderr' does not do what we
want.
Eric Blake (2):
perl: Fix previous patches
build: Kill build on POD error
.gitignore | 2 ++
configure.ac | 10 +---------
docs/Makefile.am | 8 ++++++--
docs/nbdkit-plugin.pod | 2 +-
plugins/curl/Makefile.am | 4 +++-
2016 Oct 14
4
Joining a Windows Server 2008 R2 to existing Samba4 domain
Hi Marc,
Thanks for your reply.
We are using BIND9_DLZ currently as the DNS backend
I manually selected a replication partner (the FSMO roles DC).
We do have some errors when doing a dbcheck but I'm not able to fix them.
I've detailed this in another post.
Here is an example of each type:
Example1:
*ERROR: incorrect GUID component for member in object
2017 Feb 06
3
[PATCH nbdkit 0/2] Change .errno_is_reliable function to .errno_is_preserved constant.
See patch 1 for rationale.
2018 Sep 11
5
How to send mail to mailbox with disabled domain?
Given the following:
mailboxes:
user1 at example1.com
user2 at example1.com
user3 at example1.com
etc.
aliases:
whatever at example1.com -> user1 at example1.com
whatever at example2.com -> user1 at example1.com
whatever at example3.com -> user1 at example1.com
Now the problem:
example1.com MX goes elsewhere (doesn't point to this server anymore).
Domains example2.com and
2016 Dec 08
1
Samba 4.5.0 dbcheck problems
On Wed, 2016-12-07 at 12:23 +0000, Chris Alavoine via samba wrote:
> Hi all,
>
> I've now upgraded to Samba-4.5.2 and I've tried running:
>
> samba-tool domain tombstones expunge
>
> but I simpley get:
>
> Removed 0 objects and 0 links successfully, however I'm still seeing
> several hundred errors when running a dbcheck with the "not remocing
2011 Jun 28
13
[PATCH hivex 02/14] maint: remove unnecessary test-before-free
From: Jim Meyering <meyering at redhat.com>
* lib/hivex.c (hivex_node_set_value): Remove unnecessary
test-before-free.
---
lib/hivex.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/lib/hivex.c b/lib/hivex.c
index d042f4f..a72fa77 100644
--- a/lib/hivex.c
+++ b/lib/hivex.c
@@ -2748,8 +2748,7 @@ hivex_node_set_value (hive_h *h, hive_node_h node,
leave_partial:
2009 Mar 06
2
Weird Keystroke Errors
Here is my system
Fedora 10
Avant Stellar Keyboard (uses Northgate Omnikey 101 layout)
wine 1.1.14, 1.1.15, and 1.1.16
Problem:
While in game, doesn't matter which, I've tried this with World of Warcraft, and Counter-strike. I have a problem with keystrokes registering 2 keystrokes behind.
Example: While typing in game if I type the word "Anyone" the 'A' and
2004 Sep 09
3
Dyn.load of sharing object with GSL library
Following the recommendation of Prof. Ripley, I have created the Makevars
file with the line:
PKG_LIBS="-L/usr/lib/libm -lm -L/usr/local/lib/libgsl -lgsl -L/usr/local/lib
/libgslcblas -lgslcblas"
in the working directory.
Now I have the code file Example3.c which computes the Bessel function value
(the example is taken from the GSL reference book).
I am running:
R CMD SHLIB Example3.c
2013 May 28
1
Perfect LDAP tree
Hello everybody and Timo.
I have the next problem.
With LDAP tree like
ou=mail
|
- dc=example1.com,ou=Mail
|
- mail=box1 at example1.com,dc=example1.com,ou=Mail
|
- mail=box2 at example1.com,dc=example1.com,ou=Mail
?
|
- dc=example2.com,ou=Mail
|
- mail=box1 at example2.com,dc=example2.com,ou=Mail
|
- mail=box2 at example2.com,dc=example2.com,ou=Mail
?
and settings in dovecot
2019 Jun 10
2
Own CentOS MirrorList
Hi Guys
Apologies in advance for the noise.
I am interested in setting up my OWN mirrorlist like http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock where it pulls a few local mirrors, but mine would be statically set with 3 or 4 different location URL's
Basically my plan here is, if the closest mirror I operate cannot be reached, it will try another
2009 Nov 02
2
"object not found" within function
Hi,
I am trying to write a function to compute many cross-tabulations with the -svytable- command. Here is a simplified example of the structure of my code (adapted from the -svytable- help file):
data(api)
func.example<-function(variable){
dclus1<-svydesign(id=~1, weights=~pw,data=apiclus1, fpc=~fpc)
svytable(~ variable, dclus1)
}
When I call this function with:
2008 Nov 12
2
odfweave
Dear all,
I am trying to use the function odfWeave. Unfortunately I cannot get
beyond the folllowing error message:
"
Error in odfWeave("Example3.rnw", "Example3.odf") :
Error unzipping odt file
"
Can anybody tell me, how to use this function?
Thanks,
Irina Ursachi.
2010 May 10
1
authentification failure: double quotes in password
we use Passdb LDAP with authentication binds against an Active Directory
Server. The problem with one of our users seems to be the usage of
double quotes in his password, as the windows-login works:
/var/log/dovecot-info.log
auth(default): Info: ldap(testuser 77.22.xx.xxx): invalid credentials
(given password: xxxxx"xxxxxxx)
Which chars in passwords does the dovecot auth process not
2019 Aug 02
23
[nbdkit PATCH v2 00/17] fd leak safety
This is a major rewrite compared to my v1 series, where I've tried
a lot harder to ensure that we still accommodate building on Haiku
(although I have not actually yet fired up a Haiku VM to try it
for myself). I also managed to make the sh plugin fully parallel,
on capable platforms.
See also my question on patch 10 on whether I've picked the best
naming convention.
Eric Blake (17):
2019 Aug 02
0
[nbdkit PATCH v2 10/17] plugins: Add .fork_safe field
Allow a plugin field to declare whether a parallel plugin can tolerate
windows where fds are not CLOEXEC, or must take precautions to avoid
leaking fds if the plugin may fork. For safety reasons, the flag
defaults to off, but many in-tree plugins can set it to on (most
commonly because they don't fork after .config_complete; for libvirt
because it is documented to clean up fds on fork so it
2016 Oct 24
2
Problem to configure dovecot-ldap.conf.ext
Hello,
Dovecot 2.2.25
CentOS 7
I setup ldap (FreeIPA) to have a user for dovecot that can (read search
compare) all attributes that I need for dovecot.
I must also have mailAlternateAddress
When I make a ldapsearch with this user, I found all I need to configure
dovecot.
But for me it is not possible to configure this correct ?
I can make for user
doveadm auth test office
and
doveadm
2016 Oct 14
2
Joining a Windows Server 2008 R2 to existing Samba4 domain
Hi all,
A bit of back story.
A few years back we upgraded our Samba3 domain to Samba4 using the
classicupgrade method. After a few stumbles we got there and now have 9
DC's globally all running 4.5.0.
We dropped the ball when naming our domain and now need to change it. This
has led me down the path of attempting to join a Windows Server 2008 R2
machine as a DC and then run the RENDOM tool