發表文章

目前顯示的是有「Qmail」標籤的文章

qmail root default alias postmaster@com.tw ( bounce mail address)

You should be able to specify the system's default email addresses (such as root, postmaster) in a few places: 1.  /var/qmail/alias files root:tract|9:35:45am|/var/qmail/alias: ls -1.qmail-mailer-daemon.qmail-postmaster.qmail-root 2.  /usr/local/etc/toaster-watcher.conf: toaster_admin_email            = admin@imcc.ca 3.  An individual domain's aliases ~vpopmail/domains/blah.com/.qmail-* 4.  /etc/mail/aliases (if you still have sendmail running, doing any local system deliveries) (be sure to run 'newaliases' afterwords) root: me@my.domain

Qmail SPF Setting and info. DKIM

read this site for http://www.ghidinelli.com/2011/05/04/march-qmail-server-madness ====== DKIM ( DomainKeys Identified Mail) 是一種 電子郵件 的驗證技術,使用 密碼學 的基礎提供了 簽名 與 驗證 的功能。 一般來說,發送方會在電子郵件的標頭插入 DKIM-Signature 及電子簽名資訊。 而接收方則透過 DNS 查詢得到公開金鑰後進行驗證。 DKIM 是由 DomainKeys 所改進的協定,大多數的運作方式與DomainKeys相同。在 2007年 2月時,DKIM被列入 互聯網工程工作小組 (IETF)的標準提案(Proposed Standard),並於同年5月成為正式標準(Standards Track)。 ======= 郵件驗證簽章服務 check-auth@verifier.port25.com The Port25 Solutions, Inc. team ========================================================== Summary of Results ========================================================== SPF check: pass DomainKeys check: neutral DKIM check: pass Sender-ID check: pass SpamAssassin check: ham ==========================================================  Add Domainkey ============================================== 10. Add domainkeys:  <from qmailtoaster > http://wiki.qmailtoaster.com/index.php/CentOS_5_QmailToaster_Install ...

Qmail Automated backup and restore

Automated backup and restore From Qmailtoaster How to Backup your qmailtoster server to an other server. Through necessity, I have created a Backup server ( server2 ) to act as a copy of my main qmailserver ( server1 ) and automated the process. Note this is not the only method , and I give no guarantees it will work for you. I installed two server identically using QMT.iso Centos 5 version from our great friend Jake Vickers. Login to server 1 (your IP address ) 192.168.1.100 cd /root Create the Key file ssh-keygen -t dsa ( this will be called id_dsa_pub ) in the /root/.ssh/ folder Check the file exists cd .ssh/ ls Copy file to Server 2 ( your IP address ) 192.168.1.101 scp id_dsa.pub root@192.168.1.101:/root/.ssh/ enter root password on server 2 SSH to server 2 ssh root@192.168.1.101 enter root password again Check the file came across cd /root/.ssh ls Add the key to the authorized_keys files cat id_dsa.pub >> /root/.ssh/authorized_keys Your server 2...

qmail, qmail list all users, broadcast disclaimer.

To unsubscribe, e-mail: qmailtoaster-list-unsubscribe <at> qmailtoaster.com  For additional commands, e-mail: qmailtoaster-list-help <at> qmailtoaster.com ./vlist list abcdomain.com  ===> to show the list within this domain. ========================================= qmail add disclaimer ----------------------------------------- http://wiki.qmailtoaster.com/index.php/How_to_Setup_DKIM_with_Qmail_Toaster ========================================= use vpop to broadcast mesg to all users. ========================================= ./vpopbull -f alluser.txt ===== alluser.txt ============================== From: " System@abc.com " System Administrator Subject: System NEWS!!! =================================    Important News!!!!!! READ! ================================= System Admin... ================================ /home/vpopmail/bin/vpopbull -n  >/home/vpopmail/allusers.txt ================================ backup@mai...

qmailtoaster installation -1

http://wiki.qmailtoaster.com/index.php/Simscan http://www.howtoforge.com/how-to-install-qmailtoaster-centos-5.3 For Centos version 5.3. 5.x  http://www.qmailtoaster.com/distro/centos/cnt50/ for download scripts  =================================== * adduser shubes  ==================================== How To Install Qmailtoaster (CentOS 5.3) Introduction   Qmailtoaster (www.qmailtoaster.com) is a project that aims to make the installation of Qmail onto RPM based systems a snap. All of the packages are distributed in source RPMs so building the packages for your particular distro and architecture is as easy as running a script or a simple command for each package. The RPMs have all of the needed and commonly asked for patches included so you can have a mail server up and running in about an hour. When it's all complete, you'll have a full Qmail mail server installation ready for just about anything. I personally run Qmailtoaster servers ...