Displaying 6 results from an estimated 6 matches for "qmaild".
Did you mean:
qmail
2011 Mar 17
8
[Bug 8020] New: --acls does not honor --numeric-ids if UIDs do not match
...stems but with different numeric UIDs
rsync normally does a translation. Using --numeric-ids is supposed to disable
that translation feature (which it does for file ownership). However, it does
not for ACLs.
Here is an example of an directory with an ACL transferred between 2 systems
that have a qmaild user with different UIDs.
---------------------------------------------------------------
localbox# rsync --archive --acls --itemize-changes --numeric-ids
remotebox:/service ./
.d.......a. service/
localbox# ssh remotebox getfacl /service
getfacl: Removing leading '/' from absolute path n...
2004 Jun 26
3
ttyv for local only?
I get this in my security postings.
Jun [undisclosed time] [undiscl.] login: 2 LOGIN FAILURES ON ttyv2
Jun [undisclosed time] [undiscl.] login: 2 LOGIN FAILURES ON ttyv2, qmaild
As it turns out, I'm not running qmail :) And if I did, it would
definitely have a nologin shell. But that's beside the point-
I have had a perception that ttyv was for local/console logins, and that
just "tty" was for remote logins.
Is my understanding wrong here?
2005 Jun 17
2
Domain login - XP 64 -> Samba
...DOMAIN
log file = /var/log/samba/log.%m
time server = Yes
logon script = logon.bat
logon drive = u:
logon home = \\panther\%U
domain logons = Yes
os level = 65
preferred master = Yes
domain master = Yes
wins support = Yes
invalid users = bin, daemon, sys, man, mail, ftp, alias, qmaill,
qmaild, qmailp, qmailq, qmailr, qmails, sshd, bind, uucp
admin users = @wheel
[homes]
read only = No
create mask = 0600
directory mask = 0700
[netlogon]
path = /export/home/samba/netlogon
admin users = brian
browseable = No
[world]
comment = Misc Share
path = /world
valid users = @samba
read...
2006 Jan 05
0
adding groups and users below uid/gid 100
greetings
if i do this in a script on a basic mail and web server setup
groupadd -g 55 nofiles
useradd -g nofiles -d /var/qmail/alias -s /sbin/nologin -p'*' -u 56 alias
useradd -g nofiles -d /var/qmail -s /sbin/nologin -p'*' -u 57 qmaild
useradd -g nofiles -d /var/qmail -s /sbin/nologin -p'*' -u 58 qmaill
useradd -g nofiles -d /var/qmail -s /sbin/nologin -p'*' -u 59 qmailp
groupadd -g 60 qmail
useradd -g qmail -d /var/qmail -s /sbin/nologin -p'*' -u 61 qmailq
useradd -g qmail -d /var/qmail -s /sbin/nologin -...
2007 Mar 15
2
Can't create users and groups
...qmail.schema /etc/openldap/schema
mkdir -p /var/qmail/
mkdir /var/log/qmail
mkdir /var/log/qmail/qmail-send
mkdir /var/log/qmail/qmail-smtpd
mkdir /var/log/qmail/qmail-popup
groupadd nofiles
useradd -g nofiles -s /bin/false -d /var/qmail/alias alias
useradd -g nofiles -s /bin/false -d /var/qmail qmaild
useradd -g nofiles -s /bin/false -d /var/qmail qmaill
useradd -g nofiles -s /bin/false -d /var/qmail qmailp
groupadd qmail
useradd -g qmail -s /bin/false -d /var/qmail qmailq
useradd -g qmail -s /bin/false -d /var/qmail qmailr
useradd -g qmail -s /bin/false -d /var/qmail qmails
chown -R root.qmail...
2002 Mar 09
1
smbd and login scripts
...uth stream tcp wait root /usr/local/sbin/identd identd -w -t120
#
# Example entry for the optional qmail MTA
# NOTE: This is no longer the correct way to handle incoming SMTP
# connections for qmail. Use tcpserver (http://cr.yp.to/ucspi-tcp.html)
# instead.
#
#smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
#
# Enable the following two entries to enable samba startup from inetd
# (from the Samba documentation). Enable the third entry to enable the swat
# samba configuration tool.
#
netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd s...