Displaying 4 results from an estimated 4 matches for "nquit".
Did you mean:
quit
2011 Sep 28
1
using the system command
...atTransfer command file - stcmd
##
ext <- switch(type, sas = "sas7bdat", excel = "xls")
tmp <- paste("copy C:\\Temp\\", file, ".", ext, " r
c:\\temp\\", file, ".rdata -T > ", file, " \n\nquit", sep = "")
cat(tmp, file = "c:/temp/transfer.stcmd", append = FALSE)
##
## transfer using StatTransfer
##
system(paste('"c:\\program files\\statTransfer10\\st.exe"',
'c:\\temp\\transfe...
2017 Jun 28
0
localhost logins
...;t you actually try it
out (i.e. login in to SMTP with bad credentials) and see if the
mysterious log entry appears.
# Create bogus SMTP auth string
AUTH=`echo "\0user\0badpassword\c" | openssl enc -base64`
# SMTP session commands
echo "EHLO test.client.helo\nAUTH PLAIN $PW\nQUIT" >data
# Use whichever command your Postfix supports "250-AUTH PLAIN"
# - if you greet pause, you'll have to enter data manually
netcat -C mailserver 25 <data
openssl s_client -crlf -quiet -starttls smtp -connect mailserver:25 <data
openssl s_client -crlf -qui...
2025 Feb 10
1
Installing and running NUT on OpenBSD
Hello, sorry and puzzled to hear about that.
My guess would be permissions - while nut-scanner remains `root` (if
started as one) and sees everything, drivers default to dropping privileges
and may not see the devfs nodes (not sure OTOH which paths are involved on
OpenBSD). One experimental workaround can be adding `user=root` to
`ups.conf` entry for the device. But properly - tame whichever
2012 Jul 22
2
maildir_copy_with_hardlinks on v.2.0.19
Hi,
I'm trying to get the so-called "single instance store" (I think cyrus
has got the name for the first time) with dovecot --version = 2.0.19
binary package installed from ubuntu 12.04 lts official repo.
I have checked that "maildir_copy_with_hardlinks" is enabled ("dovecot
-a|grep hard" shows "yes") then I have installed and enabled the lmtp