HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [hylafax-users] share incoming faxes on samba



Hi Travis,
Perhaps there is SE-Linux interference with the " /var/spool/hylafax/recvq" directory which you wish to share thru samba....

you can issue this command if it is SE-Linux issue.

chcon -R -t samba_share_t /var/spool/hylafax/recvq/


rgds,
sumit


On Tue, Feb 10, 2009 at 7:45 PM, Travis Risner <travis.risner@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

I am looking to allow windows users to access a samba share that holds the incoming faxes.  I am running into permissions problems though.  Here's what's happening:

 

The samba share looks like this in the smb.conf file:

 

[FaxIncoming]

    comment = Fax Incoming

    public = yes

    browseable = yes

    public = yes

    writable = yes

    readable = yes

    path = /var/spool/hylafax/incoming

    create mask = 0777

    directory mask = 0777

    force user = nobody

    force group = nogroup

 

When a fax is received, I have FaxDispatch set up to convert the file to a pdf and store it in /var/spool/hylafax/incoming.

 

Windows users can access the fax when I do a chown nobody:nogroup filename.pdf on the fax.  However, as long as the pdf belongs to uucp, the windows users can't access it.

 

Any clues?





Project hosted by iFAX Solutions