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
219
votes
14 answers

How can I send an email by Java application using GMail, Yahoo, or Hotmail?

Is it possible to send an email from my Java application using a GMail account? I have configured my company mail server with Java app to send email, but that's not going to cut it when I distribute the application. Answers with any of using…
Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
76
votes
6 answers

Test sending email without email server

I have a Django application that sends an email. The production server has an email server but my local box does not. I would like to be able to test sending of email locally. Is there any way that I can have django not send it through the email…
asawilliams
  • 2,908
  • 2
  • 30
  • 54
27
votes
7 answers

Configuring GSuite to work with route 53 - "MX record doesn't have 2 fields" error

I'm doing my best to follow GSuite's out of date instructions for routing emails to Gmail via a AWS Route 53 hosted zone (i.e. domain). Here are the outdated instructions: I set the Values as instructed: And I see: Error occurred Bad…
stevec
  • 41,291
  • 27
  • 223
  • 311
20
votes
3 answers

How to move spam to spam folder?

i have already install postfix, dovecot, Clamav, Spamassassin and amavisd-new on my centos 5.10. The tutorial is in here : http://catatanlepas.com/komputer/aplikasi/server-mail/postfix/359-instalasi-postfix-menggunakan-dovecot-di-centos-5-5 I just…
user3747101
  • 225
  • 1
  • 2
  • 3
19
votes
6 answers

What's a good mail server for development use?

I'm doing some development which will involve reacting to emails, and I'd like to use a local IMAP mail server for this. I currently use Devnull SMTP server for testing of sending emails, but this just logs and discards messages, it doesn't do IMAP…
Peter Boughton
  • 110,170
  • 32
  • 120
  • 176
17
votes
2 answers

Receive and send email with Scala

I'm planning to build a service using Scala and Akka that is going to depend on e-mail heavily. In fact, most of the communication with my service will be done by sending letters to it and getting a replies. I guess this means I need a reliable…
src091
  • 2,807
  • 7
  • 44
  • 74
14
votes
4 answers

Can my web server be at one hosting company, and my email hosted by a 3rd party?

I have a web server that runs my web application. If I want to outsource my email to another provider, is it possible if they are on their on network/data center?
Blankman
  • 259,732
  • 324
  • 769
  • 1,199
12
votes
7 answers

Mail server for JavaMail testing

I want to test JavaMail locally, so I need a mail server. Are there any free mail servers I can use?
darkrain
  • 1,025
  • 4
  • 14
  • 23
11
votes
1 answer

"Error: message file too big" Is the limit on outgoing or receiving end?

A client is trying to send a rather large email but it gets bounced back with the following message: Hi. This is the qmail-send program at server2.hysir.net. I'm afraid I wasn't able to deliver your message to the following addresses. This is a…
Tralli
  • 398
  • 1
  • 2
  • 12
11
votes
3 answers

IMAP Server Facade - how to make one?

I have implemented a custom email server and web client. The server is just a REST API (similar to google's gmail API) that uses a 3rd party (sendgrid) for sending and receiving. The emails are stored in a database. The web client just talks to the…
richard
  • 12,263
  • 23
  • 95
  • 151
11
votes
5 answers

Working with a Java Mail Server for Testing

I'm in the process of testing an application that takes mail out of a mailbox, performs some action based on the content of that mail, and then sends a response mail depending on the result of the action. I'm looking for a way to write tests for…
Charles Dimino
  • 402
  • 1
  • 3
  • 11
10
votes
1 answer

Permission denied when doing Postfix ubuntu tutorial

Im working on this tutorial Postfix mail server. https://help.ubuntu.com/community/Postfix When i run the command. su - fmaster mail I get the error. Cannot open mailbox /var/mail/fmaster: Permission denied No mail for fmaster also i sign in as…
mr.low
  • 448
  • 6
  • 17
9
votes
3 answers

Implementing an email server in java

What all language components will have to be used for implementing an email service system using java?
abson
  • 9,148
  • 17
  • 50
  • 69
9
votes
4 answers

Postfix and save to sent mail dir

I know this might be a dummy question or a question that comes from lack of knowledge, but I hope someone can still answer it. I did try to read a lot of Postfix documentation but found no answer to this. I don't even know if it's a Postfix…
sd1sd1
  • 1,028
  • 3
  • 15
  • 28
8
votes
3 answers

How do I painlessly receive mail in linux and feed it to Rails?

I've been googling all night for postfix howto's, but still I couldn't figure out how do I manage to receive email on linux-server (being more specific - Ubuntu). All I need is a catch-all mailbox which gets all emails and feeds them to the ruby…
orion3
  • 9,797
  • 14
  • 67
  • 93
1
2 3
39 40