Questions tagged [mail-server]

A mail-server (or mail transfer-agent) is a program which accepts emails and forwards them to other mail-servers using a client-server architecture normally the SMTP protocol is used for this.

Implementations

Useful links

597 questions
0
votes
1 answer

Aspose.Email assembly to check a mail server ListMessages method fails

I am using Aspose.Email assembly to check a mail server for any received mails in the inbox. But the emailClient.ListMessages(emailClient.MailboxInfo.InboxUri) method in the code below returns the following error, Error: The remote server returned…
Harun
  • 5,109
  • 4
  • 38
  • 60
0
votes
1 answer

troubleshooting qmail delivery failure

I've got a puzzling qmail situation (at least to me, but I am not a qmail expert, this is a work-related issue that I'm looking at by default...) There are about a dozen emails sent to a particular address that have been in the qmail queue on our…
c-urchin
  • 4,344
  • 6
  • 28
  • 30
0
votes
1 answer

How to set custom email settings automatically

Im trying to change how email clients auto add my mail server settings. How would i change the default settings for my mail server to custom values that i set? Thunderbird and other mail clients retrieve the mail servers settings whether its SSL,…
Sarge888
  • 25
  • 6
0
votes
1 answer

Mail Server Solution IMAP/POP3

we have our emails in hostmosnter under our domain. we want to use outlook on our machines at work, so imap was a solution to keep them synzronized, but the problem is we use diffrent machines and we want a mail server to store those emails rather…
fawzib
  • 774
  • 2
  • 9
  • 23
0
votes
1 answer

How do I set up PHP to use mail or similar with hMailServer?

My environment is as follows: -Windows IIS7 + Windows DNS Server (all DNS records and IIS7 settings are fully accessible by me). -hMailServer with SMTP listening on 25. I guess that's about it, my actual intentions are as follows: I want to use…
Expression93
  • 3
  • 1
  • 5
-1
votes
2 answers

How to sent the unsent mails

Work on vs2010 ,asp.net C#.Recently I work on smtp server.Using the smtp server I need to send mail, I already successfully done this job . To send mail I use the bellow syntax. public string PostEmail(string mailSubject, string mailBody) { …
shamim
  • 6,640
  • 20
  • 85
  • 151
-1
votes
0 answers

How to use james server 3.8 and its created DB tables

Am working on upgrading the james server from 2.3 to 3.8, upgrading to spring flavored version. Able to get it up and running but not able to get its behavior and functionality and its settings on handling the email transactions. I have couple of…
PravMan
  • 21
  • 4
-1
votes
1 answer

I want to create mail service like mailchimp in nodejs

I want to create mail service like mailchimp, but via google mail services I am able to send the mail with one email Id only but my purpose is to create bulk email service with the individuals email ID who register over the system. We have tried…
-1
votes
1 answer

Unable to issue letsencrypt ssl certificate to website or mail server, shows success message in cyberpanel but https not opening and mails not going

I am unable to issue letsencrypt ssl certificate to website (domain.com) and mail server (mail.domain.com), shows success message in cyberpanel ("ssl manager" in left menu) but https is still not opening and clearly ssl not issued, and the email…
-1
votes
1 answer

Cannot start local SMTP Debugging Server with Python SMTPD module

I'm unable to start local SMTP Debugging Server using this line of code: python -m smtpd -c DebuggingServer -n localhost:1025 Whenever I run this command on Spyder's command window, I get a syntax error. Can anyone help me in this? Thank you in…
-1
votes
1 answer

Why is the Mail Server Configuration hidden for my JFrog Platform admin?

I try to set up JFrogs Mail Server Configuration according to this article: https://www.jfrog.com/confluence/display/JCR6X/Mail+Server+Configuration Unfortunately I can't find the Configuration | Mail section within my admin account. The…
-1
votes
1 answer

How to connect my Mac Mail to my domain which his DNS are handled through DigitalOcean?

I bought a domain. I pointed his name servers to: ns1.digitalocean.com ns2.digitalocean.com I have added a CNAME record point to @ I want to send and receive emails using my Mac mail program. I know that I should probably build a full mail server…
Raz Buchnik
  • 7,753
  • 14
  • 53
  • 96
-1
votes
1 answer

Request Help for Redhat where to download MailServer-SQL.txt details below

I am currently using Redhat on AWS and setting mail server. When I up to the step that require to download this MailServer-SQL the command is: wget --user=sunitafe -–password=sunitafe…
aenll23
  • 11
  • 5
-1
votes
1 answer

Postfix Email server - Host name doesn't match IP address

I've got a postfix mail server setup on my VPS. Just the other day when I sent an email I got it bounce back with the following error message: Remote host said: 454 5.7.1 DXNS3 208.81.237.186: Message refused. Your host name dosen't match with your…
Emmanuel
  • 4,933
  • 5
  • 46
  • 71
-1
votes
4 answers

Send over 1000 emails per day via gmail, amazon sns, or own smtp

I'm trying to code a mail sender service. Previously I built a simple desktop application which uses my shared hosting mail server to send html mails. But now it's not enough and I plan switching to Gmail or Amazon SNS. For Gmail I have to use min…
HasanG
  • 12,734
  • 29
  • 100
  • 154