Questions tagged [restrictions]
74 questions
0
votes
1 answer
Restrict access based on IP address to selected directories

Luis
- 3
- 1
0
votes
1 answer
Lost access to IP restricted server
So we have a server that has IP restrictions set for SSH, cPanel..etc and our static IP has been recently changed before we could update the IP restrictions meaning we have lost access. The support provided by the host is extremely s**t. Is there…

Levi Cole
- 101
- 2
0
votes
1 answer
File Server Resource Manager only allow standard letters and numbers in filename
I have a FTP server (IIS) that only allows for certain file types to be uploaded (for example only images). I achieve this with the File Screening feature in the File Server Resource Manager.
This works fine so far, however now I need to only allow…

Trevi Awater
- 105
- 7
0
votes
1 answer
Apache2: How to restrict access to specific IP with ProxyPass?
I have an Apache2 Server configured as Reverse Proxy on my perimeter network.
There are a lot of VirtualHost configured with the ProxyPas directive.
For a specific one, I want to restrict access to a specific IP address.
This is an…

magnum
- 9
- 1
- 2
0
votes
1 answer
Restrict sender and recipient with postfix
Sorry for doubling the questions about this topic but there are so many and some are very confusing, some are still "old" format and some others does not match my case.
smtpd_restriction_classes = allowed
allowed = permit
smtpd_sender_restrictions…

aPugLife
- 287
- 1
- 5
- 14
0
votes
2 answers
Restrict su command
I have user1 and user2. Normally, the user root can switch on all users with su command.
I want to restrict su command so that the user root can switch only to user1. It is possible??

jjaros
- 259
- 1
- 4
- 10
0
votes
1 answer
Postfix block internal communications
I'd like to know how to block my users to send mail to each other but give them chance to send and receive external mail.
john@localdomain.com <---> julie@localdomain.com REJECT
john@localdomain.com <---> tom@gmail.com OK
julie@localdomain.com…
0
votes
2 answers
Group Policy - Software Restrictions
I've just set up a new server on a new Domain Controller. I have implemented my Group Policy too. However, I would like to implement a policy to restrict the installation of all software by users and not by local administrators or Domain Admins.
Any…

Computeristic
- 27
- 6
0
votes
1 answer
Microsoft Exchange 2010 GAL Global Address List Restriction by OU Organizational Unit
We are offering hosted Exchange services and are in an Microsoft Exchange 2010 only environment with a Windows Server 2003 Domain Controller.
My problem is that all the customers have access to the GAL, which contains....all the customers. We…

Philippe
- 97
- 2
- 2
- 13
0
votes
1 answer
is it possible to restrict printer tray usage on a printer using AD Group membership?
I have a multi tray laserjet printer that has a drawer dedicated to printing checks. I was curious if I could use Active Directory Group Membership to restrict who can print from that drawer to minimize the amount of checks wasted?
I would fully…

TWood
- 295
- 7
- 20
0
votes
2 answers
Launching a process with memory restrictions on linux
I've got a php/linux web site. My php processes periodically need to run executables to do things like manipulate images. I'd like to limit the amount of memory and CPU those sub-processes can consume, but I'd like for the limits to be different…

twk
- 125
- 1
- 1
- 6
0
votes
1 answer
Is there some limit on a size of a file when force-downloading it with PHP on Apache?…
Trying to force-download file with PHP using usual:
header("Content-type: $type" );
header("Content-Disposition: attachment; filename=$name");
header('Content-Length: ' . filesize($path));
And it does successfully for files somewhere below 32 mb.…

jayarjo
- 337
- 1
- 3
- 12
0
votes
0 answers
postfix restrict smtp sender based on ip address
I have a postfix server that I inherited many years ago. Originally it successfully controlled the sending of messages through authentication and IP addresses - if an authenticated user was sending from an IP address in 'mynetworks', it was…

bithead
- 1
0
votes
0 answers
Windows GPO Youtube restricted mode not applied in the browser on some machines
I have created a group policy to set youtube restricted mode in Edge and Chrome on a Windows server 2022 domain controller. On my test machine (W10 Pro ENG) the policies are applied and seem to work when browsing to…

Steve
- 1
0
votes
0 answers
Borg-Backup failed with Command in authorized_keys behind a ssh-tunnel?
I setup a PoC for a pull backup with Borg Backup.
In this example a client can only reach the backup server behind a proxy server.
In this case the server where Borg Backup is running open a temporary ssh tunnel over a proxy server and start the…

Wiesel
- 13
- 2