1. 程式人生 > >ubuntu配置郵件服務

ubuntu配置郵件服務

Centos下直接在/etc/mail.rc下配置就可以傳送檔案了

set [email protected] smtp=smtp.163.com [email protected] smtp-auth-password=passwd  smtp-auth=login

ubuntu下可以安裝ssmtp來實現郵件的傳送

首先安裝ssmtp

aptitude install ssmtp mailutils

然後再/etc/ssmtp目錄下配置

ssmtp.conf的配置檔案

# Config file for sSMTP sendmail

#

# The person who gets all mail for userids < 1000

# Make this empty to disable rewriting.

root=自己郵箱地址

# The place where the mail goes. The actual machine name is required no

# MX records are consulted. Commonly mailhosts are named mail.domain.com

mailhub=郵箱smtp伺服器地址

# Where will the mail seem to come from?

#rewriteDomain=

# The full hostname

hostname=主機名

# Are users allowed to set their own From: address?

# YES - Allow the user to specify their own From: address

# NO - Use the system generated From: address

FromLineOverride=YES

AuthUser=郵箱地址

AuthPass=郵箱密碼

Revaliases檔案的配置

# sSMTP aliases

#

# Format:   local_account:outgoing_address:mailhub

#

# Example: root:

[email protected]:mailhub.your.domain[:port]

# where [:port] is an optional port number that defaults to 25.

root:自己的郵箱:郵箱smtp伺服器地址:埠  (如果這裡寫root,那麼只有root使用者有許可權使用,其他使用者使用會報錯cannot send message: Process exited with a non-zero status  )

#如自己的郵箱是騰訊的企業郵箱:

#root:自己郵箱:imap.exmail.qq.com:465    

配置完成後之後用 mail [email protected]  傳送郵件了

在這裡我遇到過一個問題,mail時報錯 cannot send message: Process exited with a non-zero status

檢查之後發現是我把郵箱密碼寫錯了,修改之後不再報錯

如果報這個錯有以下可能

1.配置檔案寫的不正確

2.安裝了sendmail之類的郵件服務沒有關閉,會導致衝突

3.沒有使用root許可權來執行mail

相關推薦

ubuntu配置郵件服務

Centos下直接在/etc/mail.rc下配置就可以傳送檔案了 set [email protected] smtp=smtp.163.com [email protected] smtp-auth-password=passwd  smtp-aut

ubuntu 配置 rabbitmq 服務

pda plugins get -o 頁面管理 png main www. source 1.首先,添加相應的源 在 Ubuntu 16.04 下 echo "deb https://dl.bintray.com/rabbitmq/debian xenial main"

禪道配置郵件服務器報錯

https log etc 信息 mage sts 關閉 一行 csdn 2018-10-26 報錯信息: 原因以及解決方案: selinux,防火墻均處於關閉狀態,可以ping通郵件服務器,telnet郵件服務器正常 最後發現是 域名解析的問題 實例解

centos配置郵件服務

brep mut yum pre -a cap 修改配置 world bre Centos7下使用mail發送郵件 修改配置文件,配置郵件相關內容(追加到配置文件末尾)[root@ProxyServer ~]# vi /etc/mail.rcset f

Ubuntu 配置ISCSI服務

class ucc scsi 配置 modules removing ota star 兩個 摘要:sudo apt-get install iscsitarget立刻搞定, 然後編輯配置文件:sudovim/etc/ietd.conf默認的配置文件, 有詳細的配置說明和

ubuntu 配置 tftp 服務

行修改 color you src hide 權限 基於 這也 config 一. 安裝 tftp   1.1. 安裝 tftp 所需的軟件。     a. 安裝 tftp-hpa,tftpd-hpa,前者是客戶端,後者是服務程序, 在終端下輸入 sudo apt-get

Centos/ubuntu配置SVN服務

[email protected]:~# mkdir -p /svn/svn1 [email protected]:~# svnadmin create /svn/svn1/ [email protected]:~# cd /svn/svn1/conf/ [email&

遠端連線Linux (Ubuntu配置SSH服務) 埠22

安裝OpenSSH Ubuntu預設沒有安裝SSH Server,使用以下命令安裝: sudo apt-get install openssh-server openssh-client 不過Ubuntu預設已經安裝了ssh client。 配置完成後重起: sudo /e

Jenkins配置郵件服務

(1)SMTP伺服器 sina.com:  POP3伺服器地址:pop3.sina.com.cn(埠:110) SMTP伺服器地址:smtp.sina.com.cn(埠:25)  QQ郵箱(SMTP伺服器需要身份驗證)                        

ubuntu配置kvm服務

sed lib 核心 nbsp 問題 服務器虛擬化 working rec 地址 虛擬化第一彈,lei了lei了~ 首先,簡單介紹一下KVM服務。 KVM 全稱是 Kernel-Based Virtual Machine,它是一種常用的虛擬化工具。是基於linux內核所

【轉】Ubuntu 12.04上安裝和配置Postfix郵件服務詳細教程

原文網址 https://yq.aliyun.com/ziliao/29593 郵件伺服器配置之所以麻煩是因為需要了解很多東西,牽涉到域名服務 DNS/Bind,Web 收發郵件 Apache/PHP/MySQL/SquirrelMail,認證服務 LDAP, Ker

Ubuntu 用vsftpd 配置FTP服務

rdquo 其他 art etc apt-get 文件路徑 ftpd 帳號 服務器 http://www.cnblogs.com/CSGrandeur/p/3754126.html 網上的文章好難懂啊。。只想要簡單粗暴,弄好能用就行啊,復雜的以後研究不行嗎。。。折騰好久,

Centos 6.5 服務器下面配置郵件客戶端 發送報警郵件

postfix crontab 郵件報警 監控以Centos 系統為例,確保服務器可以正常連接外網Centos 6.5 下面默認 安裝 postfix查看rpm -qa | grep postfixpostfix-2.6.6-2.2.el6_1.x86_64配置郵件客戶端set [email pr

ubuntu 12.04 簡單配置samba服務,實現主機與虛擬機互通(設置Windows虛擬盤)

完成 sam inux ... conf restart bridged 要求 system 環境: virtualbox ubuntu12.04 首先,如果你到這步了,說明你的window與linux的網絡已經配好了,他們之間是可以互相Ping通的,如果沒有,請看我以

Ubuntu 14.04配置nfs服務

網上許多nfs的配置說明所使用ubuntu版本過老或者存在其他問題 本文使用ubuntu14.04 預設安裝了rpcbing 1. 下載nfs套件 apt-get install nfs-kernel-server nfs-clinet nfs-common 2. 開啟相關服務(

【JIRA】第三方郵件服務配置步驟

前言 使用JIRA工具,郵件服務當然不能少,踩了不少坑,本文以網易163為例,記錄一下注意事項 一、管理員郵箱設定 登陸163郵箱,在主頁面上側的選單欄,找到 設定->POP3/SMTP/IMAP 開啟POP3/SMTP和IMAP/SMTP服務,並設定客戶端授權碼(後

Spring Boot實現郵件服務,附常見郵箱的配置

  1. pom.xml檔案中引入依賴      <dependency>      <groupId>org.springframework.boot</groupId>      <artifactId>spring-boot-starter-mail<

ubuntu啟動配置ftp服務

ubuntu16.04安裝啟動ftp sudo apt-get install vsftpd ftp的配置檔案在 /etc/vsftpd.conf 可以使用下列命令來開啟,關閉,重啟ftp服務 sudo /etc/init.d/vsftpd start su

網路服務配置與管理之基於Linux的郵件服務配置

首先宣告網路服務配置與管理系列文章皆為報告記錄和截圖,如果需要詳細的實驗步驟操作請百度搜索。 1. 實驗目的 配置一臺基於sendmail+dovecot的電子郵件伺服器,並通過outlook或其他Em

Ubuntu配置samba服務

1、輸入命令以下命令安裝samba服務: sudo apt-get install samba 2、建立一個共享的目錄: sudo mkdir /home/abcd 3、更改使用者對該目錄的許可權, sudo chown 777 /home/abcd 4、進入到