Displaying 20 results from an estimated 20000 matches similar to: "Suppressing DOMAIN on AD-DC Machine"
2020 May 27
1
Suppressing DOMAIN on AD-DC Machine
Hello,
Thanks Andrew, and to everyone else who made suggestions.
I can understand the rationale behind not enabling default domain on the
AD-DC, or running the AD-DC or postfix in a separate VM, but it makes a
system more complex to deploy and maintain, particularly in small business
environments.
In this situation, I've decided to use postfix address rewrites and
hardlinks between mailbox
2020 May 26
0
Suppressing DOMAIN on AD-DC Machine
On Tue, 2020-05-26 at 18:32 +0100, Nick Piggott via samba wrote:
> Hello,
>
> Here's my setup:
> * Ubuntu 18.04 LTS
> * Samba 4.7.6
> * Active Directory (provided by Samba)
> * Postfix 3.3.0
> * Mailutils 3.4
>
> On this machine, my AD usernames are showing in the format
> DOMAIN\username
>
> All the machines in the AD have a directive in their
>
2020 May 26
0
Suppressing DOMAIN on AD-DC Machine
On 26/05/2020 18:32, Nick Piggott via samba wrote:
> Hello,
>
> Here's my setup:
> * Ubuntu 18.04 LTS
> * Samba 4.7.6
> * Active Directory (provided by Samba)
> * Postfix 3.3.0
> * Mailutils 3.4
>
> On this machine, my AD usernames are showing in the format
> DOMAIN\username
>
> All the machines in the AD have a directive in their /etc/samba/smb.conf
>
2015 Jun 24
4
asterisk email to fax
2011 Aug 31
2
thunderbird and subscriptions with sieve
Hi All,
I'm a newbie trying to move mail out of my ISP onto a ubuntu (lucid) dovecot
1.2.9 server.
Is there any way to automatically add folders created by sieve
(GNU Mailutils 2.1) to the subscriptions file for a user?
I'm currently testing spam, and if sieve created the folder with the first
message, the thunderbird user does not see the new folder.
Even more interesting, if the user
2010 May 20
2
Receive Mail via lmtp/tcp
hi,
we have IMAP and SMTP (sendmail(solaris)) on different hosts. Sendmail
delivers Mails via LMTP to Cyrus and Cyrus puts the mails into the
(hopefully) right box. Now I want to replace the Cyrus host with
Dovecot.
I've searched a bit in Google but there isn't much about LMTP via TCP in
combination with DoveCot. Version 2 seems to be get the feature, but we
have round about 5k users, so
2012 Jan 05
2
suppressing openssh server identification
With all of the discussions regarding getting p3wned, I am feeling paranoid and can't seem to figure out how to suppress this...
telnet $SOME_CENTOS_5_SERVER 22
Trying $SOME_IP_ADDRESS...
Connected to $SOME_CENTOS_5_SERVER.
Escape character is '^]'.
SSH-2.0-OpenSSH_4.3
'Banner no' doesn't do it. Is it possible to suppress the version?
--
Craig White
2004 Feb 19
3
suppressing non-integer labels for plot x-axis
Dear R-helpers,
I am having difficulty making R plot only integer labels on the x-axis
of a simple graph. I want to plot the median values of a score on each
of three occasions. Non-integer occasions are impossible. But, R keeps
labelling the x-axis with half-occasions, despite my attempts to stop
this using the "xaxs" and "xaxp" parameters of 'plot'.
p1=c(1,2,3);
2010 Oct 01
3
Suppressing printing in the function
Hello!
I wrote a function that returns a data frame. Nowhere in the function
do I say print(my.data.frame), but when I run the function - the data
frame is printed on the console.
Is there any way to suppress it?
Thank you!
--
Dimitri Liakhovitski
Ninah Consulting
www.ninah.com
2008 Jun 16
2
in axis() suppressing axis line but keeping tick marks
I've been trying to figure out a parameter that will let you separately
adjust the parameters for the axis line from the tick mark.
In the following example, I would like to suppress the axis line, but keep
the tick marks.
Thanks,
Andrew
foo <- data.frame(x=1:3, y=4:6)
plot(foo$x, foo$y, type="n", axes=F)
points(foo$x, foo$y)
axis(side=1, at=foo$x, lty=0) #would like to figure
2011 Aug 24
2
Suppressing error messages printed in xyplot() with panel function
Hello,
I am using the xyplot() function to create a series of scatterplot
panels with lines of best fit. To draw the lines of best fit for each
panel, I am using a panel function. Here's an example:
> species <- as.character(c(rep(list("A", "B", "A"), 10), "B"))
> year <- as.character(c(rep(list("2009", "2009",
2011 Oct 16
2
Suppressing the Intercept in lm() when using a dataframe for the model
It's easy to run a linear regression on a simple model without an intercept
just by doing this:
lm(y ~ x1 + x2 -1)
Is there a similar trick to suppress the intercept when your model is in a
large dataframe and you don't want to write out the names of individual
columns?
--
View this message in context:
2008 Mar 26
1
suppressing 'download.file' progress window
In Windows, 'download.file' pops up a separate window indicating the progress of
the download (even when 'quiet = TRUE'). This is useful and informative when
downloading a single (large) file. However, when downloading multiple (smaller)
files in sucession, the constant flashing of the progress window can be a little
disorienting (at least for me).
Is there a way to suppress
2003 Mar 06
1
Suppressing row labels.
Very often when I print a data frame (particularly when sink()-ing to
a file I do NOT want the row labels (which are in such cases usually
1, 2, ... nrow(x), where x is the data frame in question). I can of
course edit these out ``by hand'', but that's a bit of a pain in the
pohutukawa.
I recently discovered (reading the help on print.data.frame
meticulously, and following it through
2003 Mar 06
1
Suppressing row labels.
Very often when I print a data frame (particularly when sink()-ing to
a file I do NOT want the row labels (which are in such cases usually
1, 2, ... nrow(x), where x is the data frame in question). I can of
course edit these out ``by hand'', but that's a bit of a pain in the
pohutukawa.
I recently discovered (reading the help on print.data.frame
meticulously, and following it through
2009 Sep 18
2
Suppressing script commands in R console when executing long program
Hi R users,
I have a script composing of more than 1000 lines and would like suppress
the R codes from the console when executing the script (to reduce the
physical processing time)
I have tried options(echo=T) but no luck..
*Q1. Are there any way of suppressing the commands in the R console?*
Also, when importing spreadsheet consisting of numbers with 1,000 separator
commas (i.e 10000 as
2011 Oct 05
3
suppressing stderr output from system() calls
Dear list,
I'm trying to suppress/redirect/squash the output from commands like install.packages, or download.file. The problem is that none of: sink(..., type="message"), sink(..., type="output"), capture.output, suppressMessages are quite doing the trick. Output gets written to the stderr stream, despite any combination of the above suppression commands.
According to
2000 Apr 24
5
Suppressing Form Feeds
Try adding the 'sf' option to the printer definition in /etc/printcap.
The 'sf' stands for 'suppress form feeds'.
If this doesn't work, let me know and I'll send you a copy of my printer
definition, since I had the same problem and was able to fix it with one
of the options.
--
Derek Pizzagoni
I.T. Manager
SBE, Inc.
URL: http://www.sbei.com
>Date: Sun, 23
2004 Mar 13
1
suppressing motd without decreasing verbosity
Is there a way to make the rsync client suppress the motd without
suppressing other messages when connecting to an rsync server? What I
want is to run rsync from cron and have it produce output only when
any files have been downloaded or deleted and whenever errors have
happened. Otherwise, I want it to be quiet. This doesn't seem to be
possible with rsync as of version 2.5.7.
When I use the
2008 Oct 16
1
Suppressing error messages in a for loop
Hi,
Is there any way that I can supress error messages so that they don't stop
for loops running?
I'm using the gstat package and have created a variogram model for the
double exponential model:
"dexp <- vgm( .5, "Exp", 10,.1, add.to = vgm(.5, "Exp", 100))"
and fitted it using
"dexp.fit <- fit.variogram(temp2, dexp, fit.method=6,