Установка 3proxy Linux

On this page • • • • • • • Installing ASSP (Anti-Spam SMTP Proxy) On Ubuntu Server 10.04 / Debian 5.0 This How-To document guides you through installing (Anti-Spam SMTP Proxy) on an Ubuntu 10.04 (LTS) Server or Debian 5.0 in the simplest way possible. It *may* work on later versions but I have no way of knowing how these instructions will work for you. Installing Ubuntu/Debian is beyond the scope of this document and it is assumed you already have the core Ubuntu/Debian OS with no predefined software collections installed.
Complie 3proxy (see Compilation). Copy executables to any appropriate location (for example /usr/local/3proxy/sbin for servers and /usr/local/3proxy/bin for utilities). Create /usr/local/etc/3proxy.cfg. (see Server configuration). You can change. Search for jobs related to Install 3proxy linux or hire on the world's largest freelancing marketplace with 12m+ jobs. It's free to sign up and bid on jobs.
Even though these instructions will work on any server/computer, since I am working on VMware virtual machine installations myself, I wanted to focus this How-To with side notes of any extra steps you need to take if you're using an Ubuntu Minimal Virtual Machine installation. These will be marked 'Minimal Virtual Machines Only'. I've included notes on installing VMware tools if you're using VMware.
*** Note: I do not use sudo in this document. Remember to use sudo where appropriate if your account is not a superuser.
*** Install A Minimal Virtual Machine (Optional) Ubuntu Server's Minimal Virtual machine installation option is a very small installation of core Ubuntu software that installs only the absolutely necessary packages for it to run on a virtual machine. It is highly recommended to choose this option for an ASSP server since ASSP uses so little resources and disk space. My production ASSP server is installed on a VM with one processor core, 512 MB of RAM, and 4 GB of disk space; it is usually using about 6-11% CPU, half the RAM, and about half the disk space. It is merely a blip on the radar in virtual environment terms but it's FAST and its spam-stopping capabilities are excellent! This may or may not be your situation but it's definitely worth to give it a try since I have not found a single disadvantage, just a bunch of advantages. Just in case you're wondering how to install an Ubuntu Minimal Virtual Machine.
When you boot the install CD, on the first install screen: press F4, select Install a minimal virtual machine, then select Install Ubuntu Server. If you're using VMware, you should always install VMware Tools. This is not a guide on how to install Ubuntu or configure it for VMware so I'm not going to go into much detail, but here's a quick run-down of how to install them: • Install VMware Tools dependencies: apt-get install build-essential linux-headers-$(uname -r)• Mount the VMware Tools volume by going into the VM menu and selecting Install/Upgrade VMware Tools • Copy the VMware Tools package to your home directory: * Version numbers used here are for example purposes only. Plane Games Tu 46 Hacked Game.
Mount /dev/cdrom /cdrom cp /cdrom/VMwareTools-3.5.0-238493.tar.gz ~ umount /dev/cdrom • Install VMware Tools: tar -xf VMwareTools-3.5.0-238493.tar.gz cd vmware-tools-distrib./vmware-install.pl • Accept all defaults. If the install script is unable to locate the killall program, tell it that you want to specify its location and enter /sbin/killall5 when it asks. Install General Dependencies To get things started, we need a few packages installed that we will be using throughout the set up process and beyond. We will need ssh since this should be the way you connect to your server. We need the telnet client to perform a few tests. And we need wget and unzip to be able to download and uncompress ASSP and other programs.
Apt-get install ssh unzip Minimal Virtual Machines Only: apt-get install telnet wget Install NTP • Make sure your time zone is set correctly. If it isn't, run this command and select the correct one: dpkg-reconfigure tzdata• When you're sure your time zone is correct, install the ntp package: apt-get install ntp Install Postfix • Install the postfix package: apt-get install postfix• Select the default 'Internet Site' configuration. • Back up the Postfix master config file /etc/postfix/master.cf: cp /etc/postfix/master.cf /etc/postfix/master.cf.orig• Edit the Postfix master config file /etc/postfix/master.cf: vi /etc/postfix/master.cf Look for this line near the beginning of the file. Smtp inet n - - - - smtpd.and replace 'smtp' with '125' so it looks like this: 125 inet n - - - - smtpd• Reload the Postfix configuration: postfix reload• Secure your Postfix server (optional but highly recommended): Since we want all mail to pass through ASSP before going to Postfix, we need to make sure that the Postfix server cannot be accessed from anywhere else other than the local host. Of course, we could achieve the same with a firewall (and you should!) but this is a double-check in case of an internal network spam-bot, virus, or worm infection that tries to use your server to relay. • First, edit your main.cf file: cd /etc/postfix vi main.cf • Locate the line that begins with mynetworks and add the ip address of the local server with a mask of /32: mynetworks = 127.0.0.0/8 ###.###.###.###/32 [::ffff:127.0.0.0]/104 [::1]/128• Add these few lines to the end of the file: smtpd_client_restrictions = permit_mynetworks, reject smtpd_delay_reject = no transport_maps = hash:/etc/postfix/transport• Create a new file called transport. Cd /etc/postfix vi transport.
And add the following line (put in your domain and the ip address of the server you want to send messages to after ASSP has processed them): mydomain.tld smtp:###.###.###.###• Run the postmap command on the transport file to map the file into a lookup table that Postfix can use (this will create a file called transport.db): cd /etc/postfix postmap transport • Reload the Postfix configuration: postfix reload • Now, test it out. Telnet to the Postfix port (i.e. 125) from the local host and then telnet it from anywhere else.
The connections from the local host should be permitted but the others should be immediately rejected with 554 5.7.1 Client host rejected: Access denied. Install Clam AntiVirus • Install ClamAV and the ClamAV Daemon: apt-get install clamav clamav-daemon• Run freshclam to update all ClamAV definitions. Freshclam Don't worry if freshclam reports that ClamAV is outdated. What's important is that the definition files say 'up to date'. REBOOT • You must reboot now to make sure all the newly installed Ubuntu/Debian software packages boot up cleanly.
/ / / / / / [EN] 3proxy 3proxy tiny free proxy server Few antiviral products inadequately detect 3proxy as Trojan.Daemonize, Backdoor.Daemonize, etc and many detect 3proxy as a PUA (potentially unwanted program). It may cause browser warning on download page. 3proxy is not trojan or backdoor and contains no functionality except described in documentation. Clear explanation of this fact is given in. Hot news: released October, 19 2017. 0.8.10 fixes a number of stability bugs and iproves ftppr IPv6 support. 0.8.10 fixes bugs in redirectinon exceptions for HTTP proxy and bandlimiters for old connections on configuration reload.
0.8.9 fixes tcppm failure with parent proxy. 0.8.8 fixes name resolution bug, plugin handling in light version, parent SOCKSv5 over IPv6.
0.8.7 fixes random / system dependant bugs in daemon, extip, ftppr, authcache, SOCKSv5 BIND/UDPASSOC, improves stability under older Win platforms for lite version and adds some new functionality. 0.8.6 fixes random 00012 commands on some configurations 0.8.5 fixes crash on 'log' commands in some configurations 0.8.4 fixes random errors on IPv6 connect and adds extip and stacksize support 0.8.3 fixes FreeBSD connect() problems 0.8.2 fixes bug with transparent flag not reset in keep-alive connection leading to potential DoS from authenticated user; FreeBSD interface binding problems, random 00013 errors on some Linux glibc versions. 0.8.1 fixes bug with destination networks on ACLs 0.8 intoduces IPv6 support, connect back, DNS proxy via TCP with parent proxy support, non-blocking name resolution via default system methods on *nix, reduced memory usage and multiple race conditions fixes. It's recommended to move to 0.8.10 or 0.7.1.4 due to security/stability reasons. Download: 3Proxy tiny free proxy server is really tiny cross-platform (Win32/Win64&Unix) freeware proxy servers set.
It includes HTTP proxy with HTTPS and FTP support, SOCKSv4/SOCKSv4.5/SOCKSv5 proxy (socks/socks. Kana Kanum Kalangal Serial Mp3 Songs Free Download. exe), POP3 proxy, SMTP proxy, AIM/ICQ proxy (icqpr/icqpr.exe), MSN messenger / Live messenger proxy (msnpr/msnpr.exe), FTP proxy, caching DNS proxy, TCP and UDP portmappers. You can use every proxy as a standalone program (socks, proxy, tcppm, udppm, pop3p) or use combined program (3proxy).
Combined proxy additionally supports features like access control, bandwidth limiting, limiting daily/weekly/monthly traffic amount, proxy chaining, log rotation, syslog and ODBC logging, etc. It's created to be small, simple and yet very functional.
It may be compiled with Visual C or gcc. Native Win32/Win64 versions included in archive and supports installation as a service. Currently 3proxy is tested to work under Windows since 98 (Windows before Vista reqires lite version) and up to latest version both i386 and x64, FreeBSD/i386/x64, NetBSD/i386/x64, OpenBSD/i386/x64, Linux/i386/x64/PPC/Alpha/arm, Mac OS X, Solaris/i386/x64. See Release Notes and Changes on page for a full list of features list.
3proxy is absolutely free (FreeWare) and open source. It can be used under terms of GNU/GPL. Starting from 0.6 version BSD-style license is used and any compatible license (Apache license, GPL, LGPL) may be used instead. For licensing or commercial support questions please e-mail to. Contributors: • 3APA3A, 3APA3A at 3proxy.ru, code developer • Vladimir Dubrovin, vlad at securityvulns.ru, code developer © 2000-2017 by 3APA3A, Vladimir Dubrovin. Please contact if you want to contribute code or maintain port. ©,, Vladimir Dubrovin Enter your search terms Web 3proxy.ru Submit search form.