postfix what is this, check_policy_service inet:127.0.0.1

When I got a 451 4.3.5 Server configuration problem, I was informed to delete these settings from postfix configuration: check_policy_service inet:127.0.0.1:7777, check_policy_service inet:127.0.0.1:10031 What are those and are those important? I’m only sending emails. I deleted these lines from my postfix and server configuration error disappeared. This was my original postfix setting of this part … Read more

Hosting website from own webserver to domain name [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question i’ve an domain name with no further options. Just the domain name. My site is running well on my own machine on IIS. … Read more

django import settings problem

This seems to be a common problem for many others, but none of the other fixes have helped me. Here’s my apache2/sites-available file: <Location “/”> SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE getgps.settings PythonOption django.root / PythonDebug On </Location> Alias /media/css /home/getgps/media/css <Location “/media/css”> SetHandler None </Location> And the error message: Error: Could not import settings … Read more

max_connections for 8GB RAM and shared server [duplicate]

This question already has answers here: Can you help me with my capacity planning? (3 answers) Closed 1 year ago. I just wanted to ask what would be a good number in my.cnf in MySQL for max_connections? I have a shared server which has about 10 websites and 8GB RAM and a quad-core processor. Answer … Read more

IIS blocking WinForms invocation

I developed an ASP.NET web application that has the capability of invoking WinForms. Basically, I have a very close implementation of what is shown here – I am displaying a form that is built inside the web app. Now the problem – if I run the application in the ASP.NET dev server, it works fine. … Read more

MS Exchange 2010 – the setting up e-mail from another server/domain

I have problem with the setting up the Exchange 2010. It’s first time for me. What i have to do: We have server with web server on it and we have exchange and domain there (company.xx). I created an USER and a mailbox for this user (user@company.xx). Due to other (sub)domain on other server we … Read more

Accessing a website’s directory in IIS from File Zilla

I have my Asp.net website deployed in my IIS’s Virtual directory. Usually a FTP software like File Zilla is used to upload files to a website’s directory from a remote system. File Zilla asks for a Host name, Username, password to connect to the remote server. Now all I want is my users in LAN … Read more

my.cnf doesn’t work in my server

now i am using percona server 5.6 on CentOS 6.5. I wanna change query cache setting. I tried to change setting /etc/my.cnf. but it didn’t applied. To investigate whether my.cnf is read correctly,all my.cnf file was deleted and the reboot mysql. When all my.cnf files could not be found, although the error should occur, it … Read more