1. Install Postfix onlineYum-y install Postfix
2. Edit the Postfix configuration file
VI/etc/Postfix/Main. cf# Myhostname = host. domain. TLD locate this line and rewrite the part after the equal sign to the Host NameBytesMyhostname = sample.centospub.com changed to this status. Set the Host Name of the system.
# Mydom
Fatal:the Postfix mail system is already running solution
"Problem Situations"
When you start the Postfix service, you receive the following error message:
# service Postfix start
starting postfix Mail transport agent:postfixpostfix/postfix-script:
fatal:the
It took almost two days to configure the mail server under CentOS7. There are too many hardships, it must be summed up.The purpose of this article is to build a Dovecot + postfix + SSL server under CentOS 7 with a series of configurations, and to send and receive mail through the mail client (airmail in this article).
¶ Prerequisites
You have to have a mainframe or a VPS.You have a primary domain name like fancycoding.com and a class two domain name
Problems with postfix installation! -- Linux Enterprise Application-Linux server application information. For details, refer to the following section. The following are some steps for installing POSTFIX:
The current problems are shown in:
Please try it out. It's a little urgent...
Myqq: 345455980
# Groupadd-g 2525 postfix
# Useradd-g
of this exam.An origin (originating) mail server and a central server or relay host (Relayhost) will be included in our test environment.
Originating Mail server: (host name: box1.mydomain.com/ip:192.168.0.18)
Central mail server: (host name: mail.mydomain.com/ip:192.168.0.20) #p # page Title #e#
We will use your familiar files for name resolution in both machines /etc/hosts :192.168.0.18 box1.mydomain.com box1192.168.0.20 mail.mydomain.com mailInstallation
The Mail Application protocol includes :
Simple Mail Transfer Protocol (SMTP), which is used to send or relay outgoing e-mails, consumes TCP 25 ports.
The third version of the Post Office Protocol (POP3), which stores messages on the server to a local host, consumes TCP 110 ports.
The fourth edition of the Internet Information Access Protocol (IMAP4), which is used to access messages on localhost, consumes TCP 143 ports.
To build an enterprise-Class e-mail system, consider
collect mail from the mail server, using TCP port 110th.
IMAP (Internet Message Access Protocol): Also used for receiving mail, IMAP offers more flexible and powerful mail collection, mail management functions, using TCP port 143th.
Note: Only the e-mail client and the server support both SMTP and POP/IMAP protocols to enable full mail delivery and collection functionality.
Compiling and installing the Postfix mail system
1. Preparation work
To
Tags: Linux mail system POP3 postfix dovecot8. Install Apache Http Server:[email protected] ~]# Yum install httpd9. Download Extmail and Extman and initialize the Extmail database using the MySQL script provided by ExtmanVisit the Extmail official website (http://www.extmail.org/) to download the Extmail and Extman package, unzip:[Email protected] ~]# tar-xf extmail-1.2.tar.gz
[[email protected] ~]# TAR-XF extman-1.1.tar.gzCreate a new/var/www/extsuit
Why can't I receive emails with postfix? -- Linux Enterprise Application-Linux server application information. For details, refer to the following section.
The maillog is as follows:
Dec 4 03:58:06 mail postfix/smtp [4361]: 8CF5C1D0419: to =
, Relay = newprecise. local [60.191.124.236]: 25, delay = 20, delays = 0.04/0.01/20/0, dsn = 4.0.0, status = deferred (host newprecise. local [60.191.124.236] refuse
Install Postfix, with centos6.7 included, directly in the graphical interface of the management software appended to the server project mail server, add postfix related, as well as dovecot, in order to receive the letter. Of course, because SendMail and postfix can only have a presence, the installation of Postfix, the
No problem with forward parsing, reverse parsing, postfix default port is 25Configuring the Postfix configuration file[Email protected]:/var/named]# cd/etc/postfix/[[email protected]:/etc/postfix]# vim main.cf myhostname = Www.crwolf.commyorigin = Crwolf.commydomain = Crwolf.commydestination = $myhostname, localhost. $
The Postfix mail server can use Content_filter to scan messages (viruses, ads, etc.) when receiving mail. By consolidating a centralized e-mail content filter, such as Amavis or Mailscanner, Postfix can use a single call for multiple scans. This is great, but some filters are difficult or almost impossible to integrate into a centralized filter. This is a problem, especially if your
Article Title: Install postfix-based full-featured email server on linux (2 ). Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
8. Enable cyrus-sasl-based authentication for postfix
Run the following command to check whether the postf
This article introduces the basic configuration process of the email server on Ubuntu. It is applicable to personal and junior enterprise applications and ensures information security, but does not involve the prevention of spam and viruses.
The test environment uses Ubuntu 11.04, Postfix 2.8.2, and Dovecot 1.2.15. For other versions, see.
First, describe the basic background knowledge. An email server usually includes the following two basic componen
Although said SendMail use is good, but for some reason I still like a fast and convenient mail sending server, very honored I found postfix, so I resolutely unloaded my dear SendMail used Postfix, remember the installation process as follows.Install Postfix
There is an essential process before installation, uninstall SendMail, of course, if you have not install
LAMP + Postfix + Dovecot + SquirrelMail: how to build a LAMP environment in RHEL5 was introduced some time ago. today we will introduce how to build a mail server in LAMP, this article is a simple postfix-based email system. The next article will introduce postfix's advanced applications, the architecture of this article is postfix + dovecot + squ LAMP +
Who will help me solve the problem after setting up postfix? The following figure shows the Linux Enterprise Application-Linux server application information. I recently learned how to build an enterprise mail server. It is successful to use sendmail as the mta, but an error occurs when I use postfox instead.
When the POSTFIX is used, the terminal can send successfully or accept it, but Thunderbird cannot s
Cureier Authentication Library:Courier-authlib is an authentication library in the Courier component, which is a separate subproject in the courier component that provides authentication services for other components of courier. The authentication function usually includes checking the account number and password at the time of login, obtaining information about the home directory or mail directory, changing the password of the account, etc. and the implementation of its certification also inclu
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.