search for: papercut

Displaying 13 results from an estimated 13 matches for "papercut".

2009 Jan 08
1
Setting IMAP keywords/flags on delivery
...I'm keen to hear any ideas, whether it's through scripting, or some sort of scriptable/command-line IMAP client. Ideally, we'd have a way to set the flag at the time when the mail is delivered.... or when the first client retrieves any new mail? Thanks in advance!! -- Matt Doran PaperCut Software International Pty. Ltd. Phone: +61 (3) 9807 5767 E-mail: matt.doran at papercut.com Profile: http://www.papercut.com/about/#matt Blog: http://www.papercut.com/blog/
2018 Nov 21
3
Testparm CUPS warning
...bind use default domain = No map acl inherit = Yes store dos attributes = Yes vfs objects = acl_xattr username map = /usr/local/samba/private/user.map printing = CUPS rpc_server:spoolss = external rpc_daemon:spoolssd = fork load printers = no spoolss: architecture = Windows x64 print command=/home/papercut/providers/print/linux-x64/samba-print-provider -u "%u" -J "%J" -h "%h" -m "%m" -p "%p" -s "%s" -a "[standard print command]" & [printers]        path = /var/spool/samba/        printable = yes        browseable = Yes  ...
2020 Aug 26
1
Set write permission for an user into a specific LDAP field...
On Wed, 2020-08-26 at 11:29 +0200, Marco Gaiarin via samba wrote: > No one reply, so i try to clarify better. > > > I need to have an AD user that need to *write* in an users LDAP > > field. > > The user case is a MFP (a set of MFP, indeed) that have RFID auth, > > and > > so need to 'register' the RFID cards ID. > > The system works with direct
2004 Sep 07
1
Problems with 'ntlm_auth --require-membership-of' using Samba 3.0.6
...Something to do with user defined groups/users. Could there be something wrong missing from the windows user/group setup? The domain controller is a clean install of W2K SP4, which was then activated as a domain controller. Any ideas would be greatly appreciated! Regards, -- Matt Doran PaperCut Software Pty. Ltd. Web: http://www.papercut.biz Blog: http://blogs.papercutsoftware.com/matt.doran/
2010 Mar 10
1
folder permissions with Windows client, Samba server
Hi list - I've been using Samba since 2.x in the early 2000's, and a papercut I had eight years ago still plagues me today - when anyone on a Windows client right-clicks a folder on a Samba share and tries to view or change its permissions, it doesn't work right. The folder appears to have no permissions enabled for owner, group, or world (regardless of what the pe...
2010 Jan 12
3
IDLE timing issue - dovecot or fetchmail issue?
...more is delivered. :( * I then send another email, which triggers the 2 to download. I don't know enough about IMAP to understand whether the problem lies with Dovecot or Fetchmail. Hopefully an IMAP expert will be able to see from the attached IMAP session. Regards, -- Matt Doran PaperCut Software International Pty. Ltd. http://www.papercut.com/ Phone: +61 3 9809 5194 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: fetchmail.txt URL: <http://dovecot.org/pipermail/dovecot/attachments/20100112/a26c202a/attachment-0002.txt&g...
2018 Jan 04
2
Options for custom CCState, CCAssignFn, and GlobalISel
...y argument (and passing IsFixed through to that). For GISel, it overrides assignArg so a different function can be called for varargs. I'd be in favour of adding IsFixed to ArgFlagsTy even if it did "overflow" ArgFlagsTy. I know there's an argument about "death by a thousand papercuts", but is the size of ArgFlagsTy really critical anyway? > I think SpeciallCallingConv ought to be eliminated and Mips16's calling convention be given it's own CallingConv def instead. If I remember rightly, I left it there because I didn't want to change Mips16 at the time. &g...
2018 Jan 05
0
Options for custom CCState, CCAssignFn, and GlobalISel
...sFixed through to that). For GISel, it > overrides assignArg so a different function can be called for varargs. > > I'd be in favour of adding IsFixed to ArgFlagsTy even if it did > "overflow" ArgFlagsTy. I know there's an argument about "death by a > thousand papercuts", but is the size of ArgFlagsTy really critical > anyway? Probably not, but someone had gone to a lot of trouble to manually pack it into 64-bits so I assumed there was a reason I couldn't see. >> I think SpeciallCallingConv ought to be eliminated and Mips16's calling conve...
2018 Nov 21
0
Testparm CUPS warning
...ot;testparm" > now the following warnings are shown: > > ############## > > Loaded services file OK. > > Warning: Service printers defines a print command, but parameter is > ignored when using CUPS libraries. > > [global] > > print > command=/home/papercut/providers/print/linux-x64/samba-print-provider > -u "%u" -J "%J" -h "%h" -m "%m" -p "%p" -s "%s" -a "[standard print > command]" & > > > *Yes the printserver also runs CUPS. But  i dont understand the > me...
2003 Apr 22
1
Setting SeServiceLogonRight ?
Hi everybody ! I want to authenticate a Exchange 5.5 Server against Samba 2.2.8. But the Exchange Server says after using a Samba account: Cant start due to a logon failure: "The User has not been granted the request logon type at this computer" I tracked down the problem and i think that the "SeServiceLogonRight" Privilege is not set by the Samba PDC thus not allowing an
2010 Mar 24
1
Regarding Cups
Hi Ihave install & configure Samba & cups it is working also fine but i have to make a implement that when a user print from any of cleint machine it should ask a username and password to know who have given the printer and how much pages would you plz help me on this -- Raj 9821352671 Being the Part of Life is Important (Jai Shri Krishna)
2018 Jan 04
0
Options for custom CCState, CCAssignFn, and GlobalISel
I haven't dug into the GlobalISel calling convention code much but I can comment on the MipsCCState. > On 3 Jan 2018, at 14:00, Alex Bradbury via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > This question came about through reviewing work from Leslie Zhai on GlobalISel > support for RISC-V, which also motivated me to revisit code which I've always > felt was a
2018 Jan 03
7
Options for custom CCState, CCAssignFn, and GlobalISel
This question came about through reviewing work from Leslie Zhai on GlobalISel support for RISC-V, which also motivated me to revisit code which I've always felt was a bit clunky. Calling convention lowering in LLVM is typically handled by functions conforming to the CCAssignFn typedef: typedef bool CCAssignFn(unsigned ValNo, MVT ValVT, MVT LocVT,