Displaying 20 results from an estimated 444 matches for "cusack".
2009 Feb 22
11
Confused about zfs recv -d, apparently
First, it fails because the destination directory doesn''t exist. Then it
fails because it DOES exist. I really expected one of those to work. So,
what am I confused about now? (Running 2008.11)
# zpool import -R /backups/bup-ruin bup-ruin
# zfs send -R "zp1 at bup-20090222-054457UTC" | zfs receive -dv
bup-ruin/fsfs/zp1"
cannot receive: specified fs (bup-ruin/fsfs/zp1)
2003 Jun 04
3
pam_setcred() without pam_authenticate()?
Should pam_setcred() be called if pam_authenticate() wasn't called?
I would say not; both of these functions are in the authenticate
part of pam.
It seems the the 'auth' part of pam config controls which modules get
called, so if you didn't to _authenticate() you shouldn't do _setcred().
thx
/fc
2002 Jan 29
21
locked account accessable via pubkey auth
maybe this is a silly question ;-) But why is it possible to login on a
machine with a locked account (passwd -l ) via pubkey-authentication
(authorized_keys) ?
I use OpenSSH3.01p1on Solaris8 with PAM support so I thought this should not
happen.
If this is the normal behaviour and built in intentionally what would be the
easiest way to lock an account without deleting the users authorized_keys ?
2002 Aug 07
1
Unrelated (was RE: so-called-hang-on-exit)
...so-called-hang-on-exit
>
>
> That may be, but it only "hangs" when run from cron, if I run it
> manually it executes fine, could cron be causing the "hang".
> Also, if I
> used Protocol 1 it completes normally.
>
> On Tue, 2002-08-06 at 18:13, Frank Cusack wrote:
> > On Tue, Aug 06, 2002 at 02:32:33PM -0600, Eric Garff wrote:
> > > This isn't an actual reply to any one person, but here is
> my experience:
> > >
> > > I have tested both the patches by Jani Jaakkol and Frank
> Cusack (Frank's
> >...
2006 Aug 09
10
Dovecot as LDA with Postfix
I have been attempting to replace Procmail with Dovecot as the LDA for my
Postfix mail server, but without success. Below is a truncated output from
the /var/log/maillog.
Aug 9 11:56:20 scorpio postfix/local[4338]: 88C3FC3D1: to=<gerard at localhost.seibercom.net>, orig_to=<gerard at localhost>, relay=local, delay=1119, delays=1118/0.71/0/0.11, dsn=4.3.0, status=deferred (temporary
2003 Jan 30
3
help Error with Cli_spoolss_notify.c in CUPS
Hello,
I am getting this error when Win XP machines print to my SAMBA server. I think it is a compile issue, if so how do I recompile or get it in place. I used RPM to 'install' SAMBA. Anyone have any suggestions?
I am using SAMBA 2.2.6a with CUPS 1.1.8 on Caldera OpenLINUX 3.1.1
Error:
Jan 24 11:15:34 heatconlinux smbd[4787]: [2003/01/24 11:15:34, 0]
2007 Mar 12
9
X2200-M2
After the interesting revelations about the X2100 and it''s hot-swap abilities,
what are the abilities of the X2200-M2''s disk subsystem, and is ZFS going to
tickle any wierdness out of them?
-brian
--
"The reason I don''t use Gnome: every single other window manager I know of is
very powerfully extensible, where you can switch actions to different mouse
buttons.
2006 Sep 18
7
drbd using zfs send/receive?
hi everyone,
I am planning on creating a local SAN via NFS(v4) and several redundant
nodes.
I have been using DRBD on linux before and now am asking whether some of
you have experience on on-demand network filesystem mirrors.
I have yet little Solaris sysadmin know how, but i am interesting
whether there is an on-demand support for sending snapshots. I.e. not
via a cron job, but via a
2006 Jul 02
2
dovecot-lda, sieve, maildir
I'm unable to get dovecot-lda with sieve filtering to deliver into
maildir folders. The examples on the wiki explicitly say "mbox", so
I'm wondering, does the dovecot-lda sieve implementation not support
filtering into maildir folders?
-frank
2009 Nov 20
2
trivial documentation errata (1.2.7)
The default dovecot.conf says
# Dictionary can be used by some plugins to store key=value lists.
# Currently this is only used by dict quota backend.
Looks like expire uses dict as well.
The managesieve comments are stale as well, with a reference to
sieve_storage still in there. Or do they refer to the CMU sieve
implementation? Anyway it is confusing.
-frank
2009 Nov 29
2
/var/run/dovecot mode 750 too tight
dovecot-1.2.8 creates /var/run/dovecot mode 750.
I run postfix+dovecot in a virtual user setup. Postfix calls deliver
as user vmail group vmail.
Nov 29 12:53:04 imap.invalid dovecot: [ID 583609 mail.error]
deliver(frank): userdb lookup: connect(/var/run/dovecot/auth-master)
failed: Permission denied (euid=500(vmail) egid=500(vmail) missing +x perm:
/var/run/dovecot)
I will say this:
2009 Dec 11
2
shared virtual (plugin) mailboxes?
With the virtual plugin is it possible to create shared virtual mailboxes?
It seems to work (I created them under /etc/dovecot/virtual) but I wanted
to make sure it is supported.
-frank
2010 Jan 29
2
dovecot auth feature request
when i try to run dovecot for SASL support only, with literally just
this configuration:
protocols = none
ssl = no
auth default {
mechanisms = plain login
passdb passwd-file {
args = /etc/dovecot/passwd
}
socket listen {
client {
path = /var/spool/postfix/private/auth
mode = 0660
}
}
}
I get this:
Error: ssl_cert_file: Can't use
2010 Feb 02
2
disabling mail delivery for a user
How can I disable mail delivery for a user yet still allow access to
their mailbox from another account which their mail is shared to?
If I put them in a userdb which has "deny = yes" that just disables
their ability to login, yes? And they would still have mail delivered.
I want to disable their ability to login AND bounce all mail delivered
to them, preferably solely through dovecot
2010 Apr 06
6
Clients to manage ACL
Hi,
is there any list with clients which support setting ACL on imap-mailboxes?
Up to now, a only know about KMail and imapACLM.
Thanks,
Martin
2003 Aug 22
2
Re-using RSA1 keys as RSA
Is there a security issue with turning an RSA1 key into an RSA key? One
might want to do this, e.g., to move to protocol 2 without having to
update authorized_keys files.
I thought there was a problem with this, but Google doesn't find anything.
thanks
/fc
2003 Jul 02
2
Domain Member server and W2kServer
i'm currently running samba 2.2.8a as a domain member server to an
NT4Server.... no problems
will be upgrading the PDC to a W2K server next week...
there isn't a need to use LDAP with Samba with W2KServer is there ? I can
still go with my current setup can I ?
2003 Aug 19
2
samba server list
Hi,
Is there a command or a tool usable to scan and establish a list of samba
servers through different subnets ?
I would like to propagate datas to them automatically without managing a
list of sambva servers.
thanks
Fabien
2003 Sep 02
2
Realm = or workgroup = ?
I think samba is cool.
I'm trying to understand the relationship between these 3 options:
Realm = MYGROUP.COM
Security = ADS
Workgroup = MYGROUP
And my samba file server is a member of AD
My server is W3K
Nothing seemed to work until I specified the realm
Do I also NEED the workgroup parameter ?
Shouldn't the workgroup and realm parameters exclusive from each other ?
-aaron
2003 May 22
6
/var/spool/samba retention period
It seems like the files sent to the samba spool and then over to CUPS seem
to stay in the /var/spool/samba directory indefinately.
Is there a fix to this via a configuration, or just setting up a cron job to
purge?
Thanks