Line 1: |
Line 1: |
| {{Languages}} | | {{Languages}} |
| =GeoIP qpsmtpd plugin= | | =GeoIP qpsmtpd plugin= |
− |
| |
− |
| |
| | | |
| ==Description== | | ==Description== |
− | GEOIP QPSMTPD PLUGIN
| |
| | | |
| The GEOIP plugin lets us know where our mail server is receiving mail from. If we're receiving too much spam from a particular location, this will help track it down. We can then use that info to reject connections from that place taking the load off our server. | | The GEOIP plugin lets us know where our mail server is receiving mail from. If we're receiving too much spam from a particular location, this will help track it down. We can then use that info to reject connections from that place taking the load off our server. |
| | | |
| ==Download & Install GeoIP Plugin== | | ==Download & Install GeoIP Plugin== |
− | INSTALL THE GEOIP
| |
| | | |
| We need the GEOIP package and the perl interface to the program but this isn't installed on SME. We'll have to grab the packages from yum. Yum has access to different public repositories where packages are available. GEOIP is in the EXTRAS repo. We'll enable the repo and install them. | | We need the GEOIP package and the perl interface to the program but this isn't installed on SME. We'll have to grab the packages from yum. Yum has access to different public repositories where packages are available. GEOIP is in the EXTRAS repo. We'll enable the repo and install them. |
Line 19: |
Line 15: |
| | | |
| ==Download & Install GeoIP Database== | | ==Download & Install GeoIP Database== |
− | INSTALL THE GEOIP DATABASE
| |
| | | |
| We also need the GEOIP DATABASE. This database is updated monthly by a company called MaxMind. We'll have to download it every month or pay for their subscription service to be accurate. The database needs to be in a specific location or it won't work. We'll change to that location. | | We also need the GEOIP DATABASE. This database is updated monthly by a company called MaxMind. We'll have to download it every month or pay for their subscription service to be accurate. The database needs to be in a specific location or it won't work. We'll change to that location. |
Line 35: |
Line 30: |
| | | |
| ==Testing== | | ==Testing== |
− | TEST THE GEOIP
| |
| | | |
| Now that the package and database are installed, we can test it. | | Now that the package and database are installed, we can test it. |
Line 74: |
Line 68: |
| | | |
| ==Download & Install the GeoIP qpstmpd plugin== | | ==Download & Install the GeoIP qpstmpd plugin== |
− | ENABLE THE GEOIP QPSMTPD PLUGIN
| |
| | | |
| The email receiving component of SME is called QPSMTPD. It's great because it allows us to turn plugins on or off or create our own | | The email receiving component of SME is called QPSMTPD. It's great because it allows us to turn plugins on or off or create our own |