SMTP
11 TopicsAdd native postfix to Windows Server
With the removal of smtp from Windows Server starting with Windows Server 2025, microsoft should add postfix to the server in a similar manner to how ssh was added to windows server. The source code is actively maintained: https://github.com/vdukhovni/postfix.57Views1like0CommentsSending emails using python SMTP from gmail to outlook being blocked
I am trying to send emails from my domains mailbox which is google based but it is being blocked with the following error: 450 4.7.26 Service does not accept messages sent over IPv6 [2607:f8b0:4864:20::f2e] unless they pass either SPF or DKIM validation (signature failure). Emails being sent to outlook if they are received are frequently ending up in the junk folder. I have a paid service so all users receiving emails from my platform are expecting these emails and I'm almost only having this issue with outlook, is there anything i can do from my end so that outlook stops flagging my emails to my customers?84Views0likes0CommentsDo final user accounts need office 365 licences to use SMTP server?
Hi, I have an app on Azure AD that requires this scope: https://outlook.office.com/SMTP.SendAsApp from office 365 exchange online API. to access SMTP server, as per documentation (https://learn.microsoft.com/es-es/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth#authenticate-connection-requests). Will my final users account need to have this API licenced?413Views1like1CommentExchange 2016 User Mailboxes Migrated to Exchange 2019 | IMAP | SMTP Permission
We have migrated from Exchange 2016 to Exchange 2019 Servers. Exchange 2016 servers have been shutdown now. When I initially setup a new servers, i created a new user and mailbox for each server. Problem: When we configure IMAP Profile in Thunderbird client (windows/Linux) the below happens: 1) new users on new servers - works fine 2) old users who were migrated from 2016 - the issue pops up when sending the email. receiving works fine. The error message is as shown522Views0likes1CommentReceive Connector Parameters for Ubuntu Postfix
Hello, first of all, please excuse me if my wording is off - I usually have nothing to do with Exchange and Servers in general and never have. We are sending mail from a linux server to a recieve connector via postfix. While sending a larger amount of emails at once (lets say 50 different mails to 50 different adresses at once), we regulary get an error and after a few emails the sending process stops. I looked at the settings of our recieve conncetor and noted the following settings, that may be the source of this problem: MaxInboundConnectionPerSource: 20 MaxInboundConnectionPercentagePerSource: 2 So the questions are: 1. Does Postfix establish multiple Connections at once? If so, would our recieve connector stop recieving mails if Postfix establishes more than 20 connections? 2. If at a single time, only this one system sends mails, thus the Connection Percentage of this one source is at 100%, would our connector stop recieving? Thanks in advance and sorry for the unprofessional language.938Views0likes2CommentsHow do I enabled smtp auth for a mailbox in exchange online
Hi All, I am trying to enable SMTP auth for my exchange server. I have followed the instruction given here https://docs.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission to enable a specific mailbox to have SMTP Auth. But I am still getting a timeout error when I am trying to test the config via smtper.net I also tried writing a simple c# code and test getting the same issue. Here are the config that I used Host: smtp.office365.com port: 587 using secure connection and authentication using the username and password of the user account Please help Thanks TikluSolved3.7KViews0likes1CommentFlow - Email To Address Display Name
Steps to reproduce the Issue: Create an email pbidistro@domain.com Set the name on the email as "PBI Distro" From Flow send email using SMTP or Gmail action. Receive email with Display Name as pbidistro In SMTP action, we have also tried the following in From field: "PBI Distro <PBIDistro@domain.com>" "PBI Distro (PBIDistro@domain.com)" So, is there a way to edit "Display Name" while sending an email through flow? We want to make sure the email's "Display Name" looks pretty when user receives the email.graph url scopes not supported for smtp and imap
For authentication, we are using below scopes as mentioned in the doc https://docs.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth offline_access https://outlook.office.com/IMAP.AccessAsUser.All https://outlook.office.com/SMTP.Send We are able to get access_token and refresh_token successfully We want get userPrincipalName using graph api https://graph.microsoft.com/v1.0/me however we are getting error , looks like for hitting graph api only graph scopes would work. We tried with graph scopes urls, https://graph.microsoft.com/IMAP.AccessAsUser.All , https://graph.microsoft.com/SMTP.Send and able to hit graph api , however smtp and imap authentication is not working with these scopes. since Microsoft is deprecating outlook rest apis and asking to move to graph api then why graph scopes urls are not supported for SMTP and IMAP ?733Views1like0CommentsWindows Server 2016 - SMTP Server with TLS 1.2
Hello, We are using a Windows Server 2016 as an internal SMTP relay server to forward messages from local servers and software to our Office365 Exchange environment. Since Microsoft has announced that TLS 1.2 will come in the next months, we are looking for a setting in the Windows based SMTP Server (local IIS) for TLS 1.2. Does anybody know how to setup the windows SMTP server to use the new TLS standard? Thanks for your answers, Regards, ChrisSolved22KViews0likes3Comments