smedev:qpsmtpd_096

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révision Les deux révisions suivantes
smedev:qpsmtpd_096 [07/05/2016 10:47]
dani [Inbound DKIM / SPF / DMARC]
smedev:qpsmtpd_096 [17/06/2016 23:06]
dani [Update qpsmtpd core package]
Ligne 9: Ligne 9:
 The first step is to update the core qpsmtpd package to the latest version, adapt the spec file if needed, rebase needed patches. The first step is to update the core qpsmtpd package to the latest version, adapt the spec file if needed, rebase needed patches.
  
-This is currently being worked on, my latest build is available in fws-testing repo 
- 
-  * http://repo.firewall-services.com/centos-testing/6/SRPMS/qpsmtpd-0.96-1.beta3.el6.fws.src.rpm 
-  * http://repo.firewall-services.com/centos-testing/6/noarch/qpsmtpd-0.96-1.beta3.el6.fws.noarch.rpm 
  
 ===== Check qpsmtpd-plugins and smeserver-qpsmtpd for duplicated plugins ===== ===== Check qpsmtpd-plugins and smeserver-qpsmtpd for duplicated plugins =====
Ligne 105: Ligne 101:
   * The karma plugin is now ready to be used   * The karma plugin is now ready to be used
   * The helo plugin can now check more than just the helo hostname   * The helo plugin can now check more than just the helo hostname
-  * DKIM, SPF and DMARC can be used +  * DKIM, SPF and DMARC are used 
-  * The loadcheck plugin can defer inbound email when your server load is too high+  * The loadcheck plugin can defer inbound emails when your server load is too high
   * The uribl plugin is ready to be used   * The uribl plugin is ready to be used
   * RBLList, SBLList and the new UBLList must now be comma separated. Previous configuration will be migrated automatically. For RBLList, you can use a semicolon to separate the service address and a reject message. This is useful for lists which doesn't have a TXT entry to get a reject message from, but only provides A entries.   * RBLList, SBLList and the new UBLList must now be comma separated. Previous configuration will be migrated automatically. For RBLList, you can use a semicolon to separate the service address and a reject message. This is useful for lists which doesn't have a TXT entry to get a reject message from, but only provides A entries.
Ligne 167: Ligne 163:
 Example: Example:
 <code bash> <code bash>
-db configuration setprop DMARCReject 0 SPFRejectPolicy 2+db configuration setprop qpsmtpd DMARCReject 0 SPFRejectPolicy 2
 signal-event email-update signal-event email-update
 </code> </code>
Ligne 225: Ligne 221:
  
 All you have to do now is publish those records All you have to do now is publish those records
 +
 +==== Load ====
 +The loadcheck plugin can temporarily deny inbound emails if your server is overloaded. This plugin is always enabled and has a single setting:
 +
 +  * MaxLoad (int number): Default is 7. If your load is above this value, emails from the outside will be deferred.
 +
  • smedev/qpsmtpd_096.txt
  • Dernière modification: 13/09/2016 09:43
  • de dani