Install Postfix
The code is as follows
Copy Code
Yum install postfix System-switch-mail
Set Postfix
The code is as follows
Copy Code
Vi/etc/postfix/main.cfMyhostname = ha.xxx.kh.edu.twMyorigin = $myhostnamemyorigin= xxx.kh.edu.twInet_interfaces = All#i
Tags: Mail receive postfix dovecot spamassassin MySQLTutorials for reference URLs: https://workaround.org/ispmail/lenny/bigpicturethe function distribution process of each software in the mail receiving processIn the process of sending and receiving e-mails, the Postfix, Dovecot, SquirrelMail, MySQL, AMaVis, Clam Antivirus, and Spamassasin functional classification flowcharts are as follows:
E-Mail uses
From this guy, because one in the group said that the mailbox was used as a gun to read novels today .. At this time, I learned something. In fact, people are learning the fastest way under pressure. No wonder the Ancients are so smart.
Postfix forwarding server (192.168.0.188 ):
Mynetworks = 127.0.0.0/8 192.168.0.50 # enter the IP address of the host to be forwarded
Local_recipient_maps = $ alias_maps hash:/etc/
PreparationsInstall the compiling environment:# Yum groupinstall Development Tools# Yum groupinstall Development Libraries# Yum install mysql-devel postgresql-devel submit CT libtool-ltdl-devel gamin-devel pcre-develDuring compilation, you need to add a user under a common user:# Useradd username# Passwd usernameUse the "cmddo" command to configure sudo and add users:Root ALL = (ALL) ALLUsername ALL = (ALL) ALLSwitch to this user:# Su usernameCreate a working directory:$ Mkdir $ HOME/rpm$ Mkdir
In LINUX, sending emails via external SMTP (directly abandoning sendmail and postfix). as for how troublesome the sentmail and postfix configurations are, the old man will not talk nonsense here... it takes N hours for the old man to complete the configuration... the following method can completely get rid of this...
In LINUX, sending emails via external SMTP (directly abandoning sendmail and
Postfix implements simple configuration of mail sending 1 install postfix. Use rpm-qa postfix to check whether postfix is installed. If no, use yum install postfix. 2 Configure/etc/postfix/main. cf [root @ reage ~] # Vim/etc/
Environment: rhel6.4 iptables and selinux disables
I. Upgrade postfix, including mysql, sasl, tls1. Install the corresponding software:Yum install-y db * devel make gcc mysql-devel mysql-sever cyrus *Download the source code package;Postfix-2.10.2.tar.gzTar zxf postfix-2.10.2.tar.gzCd postfix-2.10.22. view the corresp
Prepare the compilation environment: # yumgroupinstall 'developmenttool' # yumgroupinstall 'developmentlibraries' # yuminstallmysql-develpostgresql-develexpectlibtool-ltdl-develgamin-develpcre-devel must be compiled under normal users.
PreparationsInstall the compiling environment:
# Yum groupinstall 'development tool'# Yum groupinstall 'development libraries'# Yum install mysql-devel postgresql-devel submit CT libtool-ltdl-devel gamin-devel pcre-develDuring compilation, you need to add a user u
Solution to Linux Crash and failure to restart due to excessive Postfix sending queues-Linux general technology-Linux technology and application information. For details, refer to the following. When using postfix to send emails, there are about 2 million emails due to the large mail queue, resulting in a Linux Crash. Linux cannot be started after the server is restarted. The check process is as follows:
Author: Tony
Postfix is a short process for installing logs.
1. APT-get-F install Postfix postfix-TLS sasl2-bin qpopper
2. zookeeper VI/etc/default/saslauthdStart = YesMechanisms = Pam
3. Add VI/etc/Postfix/SASL/smtpd. confPwcheck_method: saslauthdMech_list: Login Plain
4. chown Po
Understanding how a virtual domain works is important to understanding how our virtual mail system is established. There are two domain types in Postfix.
Local Region: all regions specified by mydestination are treated as local regions by Postfix. Emails in the local region are sent to users in the/etc/passwd file and stored in the/var/mail directory.Virtual domain: in addition to the local region, the
I usePostfixAfter a long time, I have seen many knowledge points about Postfix and want to share them with others. Let's talk about the address Operation Problems in Postfix.
1. Rewrite the address to the standard format
Before the cleanup process performs a Table query, it prefers to request the trivial-rewrite process to rewrite the new mail address to the standard user@fully.qualified.domain format. The
The film service environment of Red Hat Enterprise Edition 6.5, 6.3 of the test may be slightly different, but the method is roughly the same.The postfix version of the current system is postfix-2.6.6-2.2.el6_1.x86_64We want to use the latest to go online Dow under the latest. Get the new Postfix package postfix-2.11.0
I built a mail server on my own server to write the shell script for alarm monitoring. When an unexpected server occurs, you can send the mail server to the mailbox in a timely manner.Read two tutorials, follow two tutorials to build, thanks to the original.Linux under build postfix mail server detailed:1, first close the SendMail serviceService SendMail Stop2, Chkconfig sendmail off (off boot)3, modify the DNS positive solution file, so that DNS can
This mail system includes basic mail sending and receiving, spam filtering, virus scanning, virtual user, backstage management, WebMail, forwarding, mail preventing forgery, automatic reply and so on.
1, LAMP configuration does not configure this, the installation system to choose a good software apache+php+mysql.
2. Install Courier-authlib
Download Address:
You can use the following address to check code installation code: http://sourceforge.net/projects/courier/
Add
Tags: check name direct COM bin share related tmp reasonMail Queue Related:postsuper: The Postsuper command is a postfix queue maintenance job. The use of this command is limited to superuser users.By default, Postsuper performs the operations requested by using the-s and-P command-line options in all Postfix queue directories, including incoming, active, and deferred directories with mail files, as well as
Postfix installation configuration (SMTP) 1, prepare the compressed package www.2cto.com postfix-2.8.8.tar.gz2, unzip # tar-zxvf postfix-2.8.8.tar.gz # cd postfix-2.8.8 # make install note: create a user and a group www.2cto.com # groupadd postfix # useradd-g
After the last installation of the service, I configured last to be a magic for configuration reference
The format and parameters in this configuration file can refer to postfix official documentation: http://www.postfix.com/documentation.html
SMTP inet n-n--SMTPD#submission inet N----SMTPD#-O Smtpd_enforce_tls=yes#-O Smtpd_sasl_auth_enable=yes#-O Smtpd_client_restrictions=permit_sasl_authenticated,reject#smtps inet N----SMTPD#smtp inet n-n--SMTPD#-O
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.