sending emails via outlook in mailman - cpanel

I have created a mailing list in mailman (CPANEL). When I send emails using the web interface the emails are delivered. When I try to send using Microsoft Outlook 2019, the emails are not delivered. Any idea what I could do to be able to deliver the emails using outlook

I had a client recently working with Microsoft Outlook 2019. The way I solved this issue was by following the cPanel Mail Client Manual Settings:
Username: nickname#your-domain.com (using only the nickname will not work)
Password: your-password
Incoming Server: Here is some config works with mail.your-domain.com and in others with your-domain.com goes through. IMAP Port: 993 POP3L Port 995
Outgoing Server: same config as Incoming Server SMTP Post: 465
I hope it helps.

Related

550 Requested action not taken: mailbox unavailable or not local

my domain is hosted on a plesk panel control, I had migrated my domain webmail from plesk to zoho.I am facing a bouncing problem when I send mail from another webmail of other domain
As Per How to fix “550 Requested action not taken: mailbox unavailable or not local” in Plesk servers
In Plesk Windows servers, the default mail server is MailEnable. Plesk
account owners in these servers sometimes report the MailEnable error
SMTP server response: 550 Requested action not taken: mailbox
unavailable or not local when trying to send out mails or when
managing their account functions through the Plesk panel.
What does this error mean ?
It means MailEnable found the recipient domain of a mail in the
server, but couldn’t locate the email username. For example, let’s say
MailEnable received a mail to be delivered to
“mail-recipient#domain.com”. It would look for active mail services
for “domain.com”, and then for the inbox of “mail-recipient”. If it is
able to locate “domain.com”, but not “mail-recipient#domain.com”, this
error would be returned. We’ve been able to prevent server incidents
by up to 15% by using our proactive server checks (click here to see
how we improve web hosting support).
Why does this happen?
We have noted the following situations in which this error is reported
by Plesk panel accounts.
For some unknown reason, when the recipient mailbox was disabled by the account owner, or because of a bug in Plesk.
When the email account is hosted elsewhere (like Google Apps), but the domain has mail services enabled in the local server. Bonus tip :
If the customer receives this error (as shown below) while using the
Plesk panel, it means that the administrator email for the domain is
set to an email account which is either disabled in the local server,
or is hosted elsewhere.
Warning: Unable to send notification: mail() failed: mail() [function.mail]: SMTP server response: 550 Requested action not taken:
mailbox unavailable or not local
How to fix this error?
If the email service for the domain is hosted elsewhere, just turn off mail services by going to:
Domains > Mail > Disable Mail
If the MX points to the local server, check if the email account is disabled, and if so, re-enable it.

OpenERP incoming server configuration and Exchange server

My company uses Microsoft exchange mail server How could I configure incoming server with pop in OpenERP, which is hosted by sherweb2010 I know how to do for gmail and works fine, Is there any difference?
No There is not any Difference Between gmail and shareweb2010
if you configure the shareweb2010 then you can use the outlook setting in openerp

Mailbox on different server, domain on my server. Windows 2008 server

I have one domain on my server and a mailbox (with the same domain ending) on a different server. I configured the mail and MX fields of DNS of that server to the proper value. All is working. But as I send an email from the website contact form (configured with SMTP = localhost) sending an email to the email address on the other server, the email will not reach the mail box ..Even no error is generated..Simply the mail server receives nothing. On the other hand from the contact form I can send email to different mailboxes.
How to solve this ?
I solved the issue by setting in the first panel for the SMTP settings in MailEnable, the host values to 200.x.x.x which should redirect all the traffic outside the server.

IIS 6.0 SMTP NDR SPAM Backscatter

We have a IIS 6.0 server on AWS EC2 that is receiving emails and forwarding onto another IIS box, we are inadvertently sending NDR emails via the SMTP service to the forged From: header with the spam attached.
A few quick questions regarding IIS 6.0 SMTP
From reading we don't see a was to stop NDRs (this is by design to meet RFC requirements)
As we accept all emails sent to our address and process off line on a seperate machine can someone advise why NDR's are been delivered in the first place? Is there some other loophole they are using to force the SMTP server to generate Delayed and Non Delivery Reports?
Also can anyone recommend software that can stop this type of attack. e.g. Toriss, ORF from Vamsoft
You have to use SPF on the receiving machine so it does not accept mails with forged reverse-paths. There is no way to really fix the issue later in the mail server chain. (Note that the SMTP reverse path is not necessarily the same as the address in the From header, for example they always differ in list mails. If IIS does send bounce mails to the From address instead of the reverse-path then it is horribly broken.) If IIS does not know SPF, then you have to use a different mail server or an SMTP proxy.

Windows Server PHP mail being blocked by Comcast/AOL

I have a windows server running an application which sends mail via PHP. Some of the people who should be recieving the emails are complaining they are not getting them. I think they are using Comcast or AOL. What can I do to my SMTP settings and/or DNS to allow these to go through?
Investigate SPF (Sender Protection Framework) to increase the authenticity of your emails.