User Tools

Site Tools


software:linux:postfix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:linux:postfix [2023/10/27 02:44] – [Postfix Smtp sasl TLS] superwizardsoftware:linux:postfix [2024/01/13 21:27] (current) – [Simple setup for printer liaison] superwizard
Line 6: Line 6:
  
 <WRAP center round box > <WRAP center round box >
-on raspberry pi+on Raspberry Pi for Office 365 Direct Send
  
 <code> <code>
Line 16: Line 16:
 mydestination = $myhostname, localhost.$mydomain, localhost mydestination = $myhostname, localhost.$mydomain, localhost
 myhostname = mailserver1.contorseau.com myhostname = mailserver1.contorseau.com
-#mynetworks_style = subnet +mynetworks_style = subnet 
-mynetworks = 127.0.0.0/8 10.1.0.0/16+#mynetworks = 127.0.0.0/8 10.1.0.0/16
 relayhost = contorseau-com.mail.protection.outlook.com:25 relayhost = contorseau-com.mail.protection.outlook.com:25
  
  
 </code> </code>
-</WRAP> 
-  
  
-====== Viewing Postfix Syslog ====== 
  
-<WRAP center round box >+^ DNS entry ^ Value | 
 +| SPF | v=spf1 ip4:<Static IP Addressinclude:spf.protection.outlook.com ~all |
  
-When your Postfix service logs into the Syslog, you can view these logs with the journactl utility. If you don't know what is the journald and journactl, you can read the tutorial How to Control Journald with Journalctl. 
  
-Let's view the Syslog records that belongs to the Postfix service by executing journactl: +From <https://learn.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365> 
- +
  
-    $ journalctl -u postfix@-.service+SpamHaus Blocked List remove IP by going to bottom of "view details" 
  
 +https://www.spamhaus.org/query/ip/xx.xxx.xxx.xxx
  
-https://betterstack.com/community/guides/logging/how-to-start-logging-with-postfix/+Don’t panic! 
 +The inclusion of your IP address on the Policy Blocklist (PBL) is standard for the vast majority of internet users and is not the result of your actions. Here are some key PBL facts for your understanding: 
 + • Being on this list does not mean you won’t be able to send emails. 
 + • You do not need to request removal from PBL. 
 + • This listing is controlled by your Internet Service Provider (ISP), not Spamhaus. 
 + • Your ISP lists ranges of IP addresses that shouldn’t be sending email directly to the internet. 
 + • Typically, IPs of broadband or dial-up customers will be included in this list. 
 + • This is part of Internet best practices enacted to protect all users.
  
-</WRAP>+From <https://check.spamhaus.org/> 
  
  
- +</WRAP> 
- + 
-====== Reference ====== +
- +
-https://calomel.org/postfix.html +
- +
-http://www.patrickpatoray.com/index.php?Page=47 +
- +
-http://bsdwiki.reedmedia.net/wiki/View_the_Sendmail_or_Postfix_mail_queue.html +
- +
- +
- +
-====== mailq ====== +
- +
-mailq - list que +
 ====== Postfix Smtp sasl TLS ====== ====== Postfix Smtp sasl TLS ======
  
Line 94: Line 84:
  
 </WRAP> </WRAP>
 +
 +====== Viewing Postfix Syslog ======
 +
 +<WRAP center round box >
 +
 +When your Postfix service logs into the Syslog, you can view these logs with the journactl utility. If you don't know what is the journald and journactl, you can read the tutorial How to Control Journald with Journalctl.
 +
 +Let's view the Syslog records that belongs to the Postfix service by executing journactl:
 + 
 +
 +    $ journalctl -u postfix@-.service
 +
 +
 +https://betterstack.com/community/guides/logging/how-to-start-logging-with-postfix/
 +
 +</WRAP>
 +
 +
 +
 +
 +====== Reference ======
 +
 +https://calomel.org/postfix.html
 +
 +http://www.patrickpatoray.com/index.php?Page=47
 +
 +http://bsdwiki.reedmedia.net/wiki/View_the_Sendmail_or_Postfix_mail_queue.html
 +
 +
 +====== xrdp on openSuse ======
 +
 +<WRAP center round box >
 +2023-11-12
 +
 +xrdp from X11:RemoteDesktop project
 +Select Your Operating System
 +
 +From <https://software.opensuse.org/download/package?package=xrdp&project=X11%3ARemoteDesktop> 
 +
 +</WRAP>
 +
 +
 +
 +
 +
 +====== mailq ======
 +
 +mailq - list que
 +
  
 ====== Postfix Server ====== ====== Postfix Server ======
software/linux/postfix.1698374643.txt.gz · Last modified: by superwizard