The Nuts and Bolts of a Forum Spam Automator

Total Page:16

File Type:pdf, Size:1020Kb

The Nuts and Bolts of a Forum Spam Automator The Nuts and Bolts of a Forum Spam Automator Youngsang Shin, Minaxi Gupta, Steven Myers School of Informatics and Computing Indiana University, Bloomington {shiny,minaxi}@cs.indiana.edu, [email protected] Abstract The effects of forum spamming have been studied be- fore [18, 21]. In contrast, we focus on how spammers Web boards, blogs, wikis, and guestbooks are forums fre- actually post spam links on forums since understand- quented and contributed to by many Web users. Unfor- ing their modus operandi can offer important insights for tunately, the utility of these forums is being diminished mitigating forum spamming. Toward our goal, we survey due to spamming, where miscreants post messages and forum spam automator tools including XRumer, SEnuke, links not intended to contribute to forums, but to adver- ScrapeBox, AutoPligg, and Ultimate WordPress Com- tise their websites. Many such links are malicious. In ment Submitter (UWCS) for their functionality. These this paper we investigate and compare automated tools tools enable forum spammers to automatically post spam used to spam forums. We analyze the functionality of the to a large number of target forums. most popular forum spam automator, XRumer, in details We explore XRumer [7] in detail. It is one of the most and find that it can intelligently get around many prac- popular forum spamming automators on blackhat SEO tices used by forums to distinguish humans from bots, all forums, in fact perhaps the most, and has the most ex- while keeping the spammer hidden. Insights gained from tensive set of features. These include the ability to au- our study suggest specific measures that can be used to tomatically register fake accounts at target forums, build block spamming by this automator. appropriate browsing history for each forum, and post 1 Introduction spam. XRumer is capable of posting at forums built on many software platforms, such as phpBB and vBul- With millions of websites on the Internet, attracting vis- letin. Additionally, it can be made to learn new fo- itors to a given site is non-trivial. Website operators, rum platforms it does not directly support. XRumer particularly of unsavory sites, are always on the look- can also circumvent spam prevention mechanisms com- out for new mechanisms to make their websites visible. monly employed by forum operators (e.g., automatically While link embedded email spam continues to be a popu- solving CAPTCHAs). To keep spammers hidden and to lar technique for driving traffic to such sites, increasingly, avoid blacklisting, XRumer allows the use of anonymiz- search engines are being exploited as well. The latter ac- ing proxies which can hide the IP addresses of spamming tivity is so pervasive it is termed web spamming. Specif- machines. Further, it can adjust spamming patterns along ically, web spamming exploits algorithms used by pop- the dimensions of time and message content to thwart de- ular search engines in order to gain better rankings with tection. The result is a sophisticated tool designed to by- respect to other sites on the Web. While many tricks are pass most prevention techniques, and one that can adapt used to achieve the goal, including building link struc- to changes in forum software platforms. The picture is tures favored by search engines, the focus of this paper not entirely gloomy however, for we find several quirks is forum spamming, where miscreants post links to their in XRumer’s functionality that we believe can be opera- websites on forums frequented by Internet users. A fo- tionalized into tools that can help mitigate forum spam. rum is a website where visitors can contribute content. Examples of forums include web boards, blogs, wikis, 2 Methodology and guestbooks. Forums help miscreants in two ways: They help drive traffic to a site directly, and simulta- XRumer has separate demonstration and production ver- neously increase search-engine rankings for the linked sions. The demo version contains the documentation of websites. Forums are an attractive target for miscreants the full version but has limited functionality. We con- because forums with useful content cannot be blacklisted sidered using the production version for this paper as or taken down. While search engines often have a global Motoyama et al. in [17] did, testing the economics of view of the link structure which permits them to discount CAPTCHA solving. However, we were faced with the some forum spam [23, 14, 11, 9], it does not effectively moral dilemma that in order to test the efficacy of vari- help forum operators keep their forums free of spam. Ul- ous production features of XRumer, we would have cre- timately, it is up to forum administrators to remove spam ate fake accounts and post spam on real-world forums, links or prevent their initial posting! against their terms of use. Short of posting on actual forums, we would simply be posting spam on custom in- Hrefer uses the keywords to send search queries. house forums, which would preclude testing of various To send search queries, XRumer allows a spammer production features in their entirety. This dilemma was to choose between Google Web Search, Google Blog not present in Motoyama’s work. Therefore, we decided Search, MSN, Yahoo, AltaVista, Yandex [8], and board- to work with the demo version of XRumer 5.05. It allows reader [1]. Each of these search engines provides APIs registering an account at a forum and then posting a pre- to automate searches but Hrefer does not use them be- defined message. We could test this on in-house forums cause APIs provide restricted search results and presum- we setup for the purpose, avoiding any dilemmas. able because they can be used to trace a spammer’s ac- We set up our own forum server and observed the tivity. So, Hrefer tries to mimic web browser behavior. It packets XRumer generated while posting spam to it. As parses the returned search results to find target forums. we describe later in Section 5, this exercise offered use- ful insights into defeating XRumer. Additionally, we uti- Composing Spam Message A prudent composition of lized the documentation to gain insights into its other the spam message is as important for spammers’ suc- functionalities. For example, one file defines the rules cess as is finding relevant target forums. Thus, all to solve text-based question-and-answer CAPTCHAs. messages must have an appropriate subject. To help While spammers can add more rules to it, this file per- defeat message-based filtering, XRumer supports vari- mitted us to determine the class of text CAPTCHAs ous macros that help create variants of spam messages XRumer can solve off the shelf. Another file included that are semantically the same but syntactically dif- information defining how XRumer identifies different ferent. For example, with a simple variation macro, forum software. Finally, other files contained various {variant 1|variant 2|...|variant N}, chooses one of User-Agent strings that XRumer can use to imperson- the N possible variants in the spammed message. The ate browsers, fake names, addresses, interests etc. This result is that a spammer can create different greetings information is used to create and register fake user ac- such as {Hi!|Hello!|What’s up!} in the spam message. counts on varying forums. XRumer leaves the task of choosing appropriate syn- The XRumer demo version does not provide for the onyms up to a spam campaign operator. However, the use of an anonymizing proxy that hides the poster’s IP spam automator SEnuke, supports an automated the- address. To overcome this limitation, we wrote our own saurus of synonyms a spammer can choose from. code that sends an HTTP request to our forum server by using a public anonymous proxy. This allowed us to ex- In addition to the simple variation macro, a spam- amine the change in the HTTP request forwarded by the mer may also use a conditional variation macro based proxy. on the forum’s environment. For example, the macro, In order to compare XRumer’s functionality with other {[T LD 1] text for T LD 1|...|[T LD N] text for T LD N} , de- automators, we surveyed the list of functions different cides the output text based on the top level domain (TLD) automators support based on their websites and tutorial of the forum used to post spam. This permits a large videos available online. This included numerous black- amount of contextualization. For example, {#.com hat search engine optimization (SEO) forums. Hi!|#.fr Bonjour!}, results in an English or French salutation depending on the .com or .fr TLD. Table 1 3 Primal Functionalities provides the full list of macros supported by XRumer. We begin by describing XRumer’s basic functionality, Multiple studies, including [15, 22, 19], have identified including how it finds target forums, composes spam, the use of macros in the context of email spam. In partic- and posts it. ular, Pitsillidis et al. in [19] explore how to model variant spam messages generated from the same spam botnet by 3.1 Preparation for Posting Spam inferring their templates. Collecting Target Forums In order to post spam, XRumer recommends spammers to use Bulletin Board XRumer needs target forums. A spammer can either pro- Code (BBCode) in composing spam messages, par- vide URLs of target forums or can use Hrefer, a free ticularly for embedded links. BBCode is a simple supplement to buyers of XRumer. Hrefer uses search markup language used to format posts in many forums. engines to find forums based on a specific list of key- For example, using [URL]...[/URL] transforms the words provided to it as input. A spammer can directly inserted URL into the corresponding anchor tag, <a provide the entire keyword list, or provide some initial href=“...”>...</a>, in the forum’s HTML rendering.
Recommended publications
  • Symantec Report on Rogue Security Software July 08 – June 09
    REPORT: SYMANTEC ENTERPRISE SECURITY SYMANTEC REPORT: Symantec Report on Rogue Security Software July 08 – June 09 Published October 2009 Confidence in a connected world. White Paper: Symantec Enterprise Security Symantec Report on Rogue Security Software July 08 – June 09 Contents Introduction . 1 Overview of Rogue Security Software. 2 Risks . 4 Advertising methods . 7 Installation techniques . 9 Legal actions and noteworthy scam convictions . 14 Prevalence of Rogue Security Software . 17 Top reported rogue security software. 17 Additional noteworthy rogue security software samples . 25 Top rogue security software by region . 28 Top rogue security software installation methods . 29 Top rogue security software advertising methods . 30 Analysis of Rogue Security Software Distribution . 32 Analysis of Rogue Security Software Servers . 36 Appendix A: Protection and Mitigation. 45 Appendix B: Methodologies. 48 Credits . 50 Symantec Report on Rogue Security Software July 08 – June 09 Introduction The Symantec Report on Rogue Security Software is an in-depth analysis of rogue security software programs. This includes an overview of how these programs work and how they affect users, including their risk implications, various distribution methods, and innovative attack vectors. It includes a brief discussion of some of the more noteworthy scams, as well as an analysis of the prevalence of rogue security software globally. It also includes a discussion on a number of servers that Symantec observed hosting these misleading applications. Except where otherwise noted, the period of observation for this report was from July 1, 2008, to June 30, 2009. Symantec has established some of the most comprehensive sources of Internet threat data in the world through the Symantec™ Global Intelligence Network.
    [Show full text]
  • Xrumer Manual
    XRumer manual © Botmaster Labs, 2006 - 2010 2 XRumer manual Table of Contents Foreword 0 Part I Introduction 6 1 About XRumer................................................................................................................................... 6 2 How to start ................................................................................................................................... 7 3 Interface ................................................................................................................................... 7 4 Interface sleep................................................................................................................................... mode 11 5 Files structure................................................................................................................................... 12 6 Tools ................................................................................................................................... 12 7 Traffic saving................................................................................................................................... algorithm 19 Part II Program settings 21 1 Proxy checking................................................................................................................................... settings 21 2 Speed & success................................................................................................................................... rate 23 3 AntiSpam system..................................................................................................................................
    [Show full text]
  • Address Munging: the Practice of Disguising, Or Munging, an E-Mail Address to Prevent It Being Automatically Collected and Used
    Address Munging: the practice of disguising, or munging, an e-mail address to prevent it being automatically collected and used as a target for people and organizations that send unsolicited bulk e-mail address. Adware: or advertising-supported software is any software package which automatically plays, displays, or downloads advertising material to a computer after the software is installed on it or while the application is being used. Some types of adware are also spyware and can be classified as privacy-invasive software. Adware is software designed to force pre-chosen ads to display on your system. Some adware is designed to be malicious and will pop up ads with such speed and frequency that they seem to be taking over everything, slowing down your system and tying up all of your system resources. When adware is coupled with spyware, it can be a frustrating ride, to say the least. Backdoor: in a computer system (or cryptosystem or algorithm) is a method of bypassing normal authentication, securing remote access to a computer, obtaining access to plaintext, and so on, while attempting to remain undetected. The backdoor may take the form of an installed program (e.g., Back Orifice), or could be a modification to an existing program or hardware device. A back door is a point of entry that circumvents normal security and can be used by a cracker to access a network or computer system. Usually back doors are created by system developers as shortcuts to speed access through security during the development stage and then are overlooked and never properly removed during final implementation.
    [Show full text]
  • Dspin: Detecting Automatically Spun Content on the Web
    DSpin: Detecting Automatically Spun Content on the Web Qing Zhang David Y. Wang Geoffrey M. Voelker University of California, San Diego University of California, San Diego University of California, San Diego [email protected] [email protected] [email protected] Abstract—Web spam is an abusive search engine optimization promoted. The belief is that these “backlinks”, as well as technique that artificially boosts the search result rank of pages keywords, will increase the page rank of the promoted sites promoted in the spam content. A popular form of Web spam in Web search results, and consequently attract more traffic to today relies upon automated spinning to avoid duplicate detection. the promoted sites. Search engines seek to identify duplicate Spinning replaces words or phrases in an input article to pages with artificial backlinks to penalize them in the page create new versions with vaguely similar meaning but sufficiently rank calculation, but spinning evades detection by producing different appearance to avoid plagiarism detectors. With just a few clicks, spammers can use automated tools to spin a selected artificial content that masquerades as original. article thousands of times and then use posting services via There are two ways content can be spun. The first is to proxies to spam the spun content on hundreds of target sites. employ humans to spin the content, as exemplified by the The goal of this paper is to develop effective techniques to detect automatically spun content on the Web. Our approach is directly many spinning jobs listed on pay-for-hire Web sites such as tied to the underlying mechanism used by automated spinning Fiverr and Freelancer [26].
    [Show full text]
  • Russian Underground 101
    Trend Micro Incorporated Research Paper 2012 Russian Underground 101 Max Goncharov Contents Introduction ........................................................................................................................................... 1 File Encryption and Crypting Services ............................................................................................ 1 Crypter Prices ............................................................................................................................... 2 Dedicated Servers................................................................................................................................ 3 Dedicated Server Prices ............................................................................................................. 3 Proxy Servers ....................................................................................................................................... 3 SOCKS Bots ...........................................................................................................................................4 VPN Services ........................................................................................................................................5 VPN Service Prices ......................................................................................................................5 Pay-per-Install Services ......................................................................................................................6 Pay-per-Install
    [Show full text]
  • Adversarial Web Search by Carlos Castillo and Brian D
    Foundations and TrendsR in Information Retrieval Vol. 4, No. 5 (2010) 377–486 c 2011 C. Castillo and B. D. Davison DOI: 10.1561/1500000021 Adversarial Web Search By Carlos Castillo and Brian D. Davison Contents 1 Introduction 379 1.1 Search Engine Spam 380 1.2 Activists, Marketers, Optimizers, and Spammers 381 1.3 The Battleground for Search Engine Rankings 383 1.4 Previous Surveys and Taxonomies 384 1.5 This Survey 385 2 Overview of Search Engine Spam Detection 387 2.1 Editorial Assessment of Spam 387 2.2 Feature Extraction 390 2.3 Learning Schemes 394 2.4 Evaluation 397 2.5 Conclusions 400 3 Dealing with Content Spam and Plagiarized Content 401 3.1 Background 402 3.2 Types of Content Spamming 405 3.3 Content Spam Detection Methods 405 3.4 Malicious Mirroring and Near-Duplicates 408 3.5 Cloaking and Redirection 409 3.6 E-mail Spam Detection 413 3.7 Conclusions 413 4 Curbing Nepotistic Linking 415 4.1 Link-Based Ranking 416 4.2 Link Bombs 418 4.3 Link Farms 419 4.4 Link Farm Detection 421 4.5 Beyond Detection 424 4.6 Combining Links and Text 426 4.7 Conclusions 429 5 Propagating Trust and Distrust 430 5.1 Trust as a Directed Graph 430 5.2 Positive and Negative Trust 432 5.3 Propagating Trust: TrustRank and Variants 433 5.4 Propagating Distrust: BadRank and Variants 434 5.5 Considering In-Links as well as Out-Links 436 5.6 Considering Authorship as well as Contents 436 5.7 Propagating Trust in Other Settings 437 5.8 Utilizing Trust 438 5.9 Conclusions 438 6 Detecting Spam in Usage Data 439 6.1 Usage Analysis for Ranking 440 6.2 Spamming Usage Signals 441 6.3 Usage Analysis to Detect Spam 444 6.4 Conclusions 446 7 Fighting Spam in User-Generated Content 447 7.1 User-Generated Content Platforms 448 7.2 Splogs 449 7.3 Publicly-Writable Pages 451 7.4 Social Networks and Social Media Sites 455 7.5 Conclusions 459 8 Discussion 460 8.1 The (Ongoing) Struggle Between Search Engines and Spammers 460 8.2 Outlook 463 8.3 Research Resources 464 8.4 Conclusions 467 Acknowledgments 468 References 469 Foundations and TrendsR in Information Retrieval Vol.
    [Show full text]
  • Battling the Internet Water Army: Detection of Hidden Paid Posters
    Battling the Internet Water Army: Detection of Hidden Paid Posters Cheng Chen Kui Wu Venkatesh Srinivasan Xudong Zhang Dept. of Computer Science Dept. of Computer Science Dept. of Computer Science Dept. of Computer Science University of Victoria University of Victoria University of Victoria Peking University Victoria, BC, Canada Victoria, BC, Canada Victoria, BC, Canada Beijing, China Abstract—We initiate a systematic study to help distinguish on different online communities and websites. Companies are a special group of online users, called hidden paid posters, or always interested in effective strategies to attract public atten- termed “Internet water army” in China, from the legitimate tion towards their products. The idea of online paid posters ones. On the Internet, the paid posters represent a new type of online job opportunity. They get paid for posting comments is similar to word-of-mouth advertisement. If a company hires and new threads or articles on different online communities enough online users, it would be able to create hot and trending and websites for some hidden purposes, e.g., to influence the topics designed to gain popularity. Furthermore, the articles opinion of other people towards certain social events or business or comments from a group of paid posters are also likely markets. Though an interesting strategy in business marketing, to capture the attention of common users and influence their paid posters may create a significant negative effect on the online communities, since the information from paid posters is usually decision. In this way, online paid posters present a powerful not trustworthy. When two competitive companies hire paid and efficient strategy for companies.
    [Show full text]
  • The History of Digital Spam
    The History of Digital Spam Emilio Ferrara University of Southern California Information Sciences Institute Marina Del Rey, CA [email protected] ACM Reference Format: This broad definition will allow me to track, in an inclusive Emilio Ferrara. 2019. The History of Digital Spam. In Communications of manner, the evolution of digital spam across its most popular appli- the ACM, August 2019, Vol. 62 No. 8, Pages 82-91. ACM, New York, NY, USA, cations, starting from spam emails to modern-days spam. For each 9 pages. https://doi.org/10.1145/3299768 highlighted application domain, I will dive deep to understand the nuances of different digital spam strategies, including their intents Spam!: that’s what Lorrie Faith Cranor and Brian LaMacchia ex- and catalysts and, from a technical standpoint, how they are carried claimed in the title of a popular call-to-action article that appeared out and how they can be detected. twenty years ago on Communications of the ACM [10]. And yet, Wikipedia provides an extensive list of domains of application: despite the tremendous efforts of the research community over the last two decades to mitigate this problem, the sense of urgency ``While the most widely recognized form of spam is email spam, the term is applied to similar abuses in other media: instant remains unchanged, as emerging technologies have brought new messaging spam, Usenet newsgroup spam, Web search engine spam, dangerous forms of digital spam under the spotlight. Furthermore, spam in blogs, wiki spam, online classified ads spam, mobile when spam is carried out with the intent to deceive or influence phone messaging spam, Internet forum spam, junk fax at scale, it can alter the very fabric of society and our behavior.
    [Show full text]
  • Image Spam Detection: Problem and Existing Solution
    International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 Image Spam Detection: Problem and Existing Solution Anis Ismail1, Shadi Khawandi2, Firas Abdallah3 1,2,3Faculty of Technology, Lebanese University, Lebanon ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Today very important means of communication messaging spam, Internet forum spam, junk fax is the e-mail that allows people all over the world to transmissions, and file sharing network spam [1]. People communicate, share data, and perform business. Yet there is who create electronic spam are called spammers [2]. nothing worse than an inbox full of spam; i.e., information The generally accepted version for source of spam is that it crafted to be delivered to a large number of recipients against their wishes. In this paper, we present a numerous anti-spam comes from the Monty Python song, "Spam spam spam spam, methods and solutions that have been proposed and deployed, spam spam spam spam, lovely spam, wonderful spam…" Like but they are not effective because most mail servers rely on the song, spam is an endless repetition of worthless text. blacklists and rules engine leaving a big part on the user to Another thought maintains that it comes from the computer identify the spam, while others rely on filters that might carry group lab at the University of Southern California who gave high false positive rate. it the name because it has many of the same characteristics as the lunchmeat Spam that is nobody wants it or ever asks Key Words: E-mail, Spam, anti-spam, mail server, filter.
    [Show full text]
  • Understanding the Business Ofonline Pharmaceutical Affiliate Programs
    PharmaLeaks: Understanding the Business of Online Pharmaceutical Affiliate Programs Damon McCoy Andreas Pitsillidis∗ Grant Jordan∗ Nicholas Weaver∗† Christian Kreibich∗† Brian Krebs‡ Geoffrey M. Voelker∗ Stefan Savage∗ Kirill Levchenko∗ Department of Computer Science ∗Department of Computer Science and Engineering George Mason University University of California, San Diego †International Computer Science Institute ‡KrebsOnSecurity.com Berkeley, CA Abstract driven by competition between criminal organizations), a broad corpus of ground truth data has become avail- Online sales of counterfeit or unauthorized products able. In particular, in this paper we analyze the content drive a robust underground advertising industry that in- and implications of low-level databases and transactional cludes email spam, “black hat” search engine optimiza- metadata describing years of activity at the GlavMed, tion, forum abuse and so on. Virtually everyone has en- SpamIt and RX-Promotion pharmaceutical affiliate pro- countered enticements to purchase drugs, prescription- grams. By examining hundreds of thousands of orders, free, from an online “Canadian Pharmacy.” However, comprising a settled revenue totaling over US$170M, even though such sites are clearly economically moti- we are able to provide comprehensive documentation on vated, the shape of the underlying business enterprise three key aspects of underground advertising activity: is not well understood precisely because it is “under- Customers. We provide detailed analysis on the con- ground.” In this paper we exploit a rare opportunity to sumer demand for Internet-advertised counterfeit phar- view three such organizations—the GlavMed, SpamIt maceuticals, covering customer demographics, product and RX-Promotion pharmaceutical affiliate programs— selection (including an examination of drug abuse as a from the inside.
    [Show full text]
  • Internet Security
    In the News Articles in the news from the past month • “Security shockers: 75% of US bank websites Internet Security have flaws” • “Blank robbers swipe 3,000 ‘fraud-proof’ UK passports” • “Korean load sharks feed on hacked data” • “Worms spread via spam on Facebook and Nan Niu ([email protected]) MySpace” CSC309 -- Fall 2008 • “Beloved websites riddled with crimeware” • “Google gives GMail always-on encryption” http://www.theregister.co.uk 2 New Targets of 2007 Scenario 1 • Cyber criminals and cyber spies have • The Chief Information Security Officer shifted their focus again of a medium sized, but sensitive, federal – Facing real improvements in system and agency learned that his computer was network security sending data to computers in China. • The attackers now have two new targets • He had been the victim of a new type of spear phishing attack highlighted in this – users who are easily misled year’s Top 20. – custom-built applications • Once they got inside, the attackers had • Next, 4 exploits scenarios… freedom of action to use his personal • Reported by SANS (SysAdmin, Audit, Network, computer as a tunnel into his agency’s Security), http://www.sans.org systems. 3 4 Scenario 2 Scenario 3 • Hundreds of senior federal officials and business • A hospital’s website was compromised executives visited a political think-tank website that had been infected and caused their computers to because a Web developer made a become zombies. programming error. • Keystroke loggers, placed on their computers by the • Sensitive patient records were taken. criminals (or nation-state), captured their user names and passwords when their stock trading accounts and • When the criminals proved they had the their employers computers, and sent the data to data, the hospital had to choose between computers in different countries.
    [Show full text]
  • Administrator's Guide for Synology Mailplus Server
    Administrator's Guide for Synology MailPlus Server Based on Synology MailPlus Server 2.2 1 Table of Contents Introduction 01 Chapter 1: Deployment Guidelines 02 Select a Synology NAS Estimate RAM and Storage Requirements Running Multiple I/O Intensive Packages on the Same NAS Chapter 2: Getting Started with MailPlus Server 06 Connect Synology NAS to the Internet Set up DNS Set up MailPlus Server Set up MailPlus Client Run MailPlus Third-Party Email Clients Troubleshoot Chapter 3: Mail Migration 19 Create a Mail Migration Task in MailPlus Server Import System Configurations from Microsoft Exchange to MailPlus Server Chapter 4: User Licenses 27 Purchase Licenses Install Licenses Use Licenses Chapter 5: Account Settings 31 Account System Activate Accounts Manage Privileges Chapter 6: Protocol Settings 46 SMTPI MAP/POP3 Network Interface Chapter 7: SMTP Settings 50 Service Settings SMTP Secure Connection Mail Relay Chapter 8: Domain Settings 66 Domain Domain Management Chapter 9: Security Settings 83 Spam Antivirus Scan Authentication Content Protection Chapter 10: Monitor Settings 107 Monitor Server Status Monitor Mail Queue Monitor Mail Log Chapter 11: Disaster Recovery 127 High-Availability Cluster Back up and Restore Email Chapter 12: MailPlus Navigation 140 Basic Operations Advanced Settings Introduction Introduction The Synology MailPlus suite provides advanced and secure mail service with high usability. This suite consists of two packages: MailPlus Server and MailPlus. MailPlus Server is an administration console that offers diverse settings, while MailPlus is an email platform for client users. This administrator's guide will guide you through the MailPlus Server setup and give detailed configuration instructions including DNS settings, mail service migration, and other security adjustments.
    [Show full text]