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
-1
votes
1 answer

SSL Certificate error for mailserver

I have a vps with a shared IP. Now, I want use SSL/TLS for the mailserver. I was wondering what kind of certificate I need for the mailserver. So, do I need to issue a certificate on the hostname? because I get an untrusted error in Outlook, if I…
Lorenzo Varano
  • 411
  • 4
  • 22
-1
votes
1 answer

Create .pem-file results in "file or folder not found."

After creating a .key- and a .csr-file by following the steps of this tutorial (Step: Prepare SSL Certificate) it's not possible to do sudo sed -i -e '$a\' appbead.com.pem. I get the error "file or folder not found". So I created the file and tried…
John Doof
  • 1
  • 1
-1
votes
1 answer

Configure Mail Server in AWS ec2 amazon ubuntu server 14.04 LTS

I want to configure MailServer in AWS ec2 amazon ubuntu server 14.04 LTS to receive mails on account. Can any one provide the steps or links to me for it ??
-1
votes
1 answer

Setting up TLS Encryption for Mail Server using Postfix

I am trying to setup outbound TLS encryption for my postfix mail server. I created a CSR, that had the following attributes: Attributes: Requested Extensions: X509v3 Basic Constraints: CA:FALSE X509v3 Subject…
Hawkeye001
  • 791
  • 2
  • 11
  • 25
-1
votes
3 answers

Is Mail server required for sending email?

I am not sure do i need to configure some mail server (like james) to send email from java api like explained at this Java email send code example
emilly
  • 10,060
  • 33
  • 97
  • 172
-1
votes
1 answer

php mail function fail to send email to the domain based emails

Please find the code below. This code resides in mydomainname.com mail("mymail@gmail.com,mymail@mydomainname.com","Testing mail","This is a test mail.","From: mymail@yahoo.com\n"); and mail("mymail@gmail.com,mymail@mydomainname.com","Testing…
Vinod
  • 675
  • 3
  • 7
  • 25
-1
votes
1 answer

How to add new 'From' email id each time sending email using PostFix server

I am new to PostFix and have setup PostFix as a server recently. In the testing, PostFix is working fine and relaying the emails with 'From' email address stored in the PostFix credentials files likes admin@mydomain.com and password : xxxxxxx My…
Rupendra
  • 608
  • 2
  • 11
  • 42
-1
votes
1 answer

Splitting email accounts between qmail and remote exchange on single domain

Need some help configuring the mail server on our dedicated web server. We are currently using just qmail but purchased Office365 Exchange licenses to transfer <10 accounts over while still using qmail. Right now I have both sides of it setup. If I…
-1
votes
1 answer

MX Records for Google Apps for Businesses Server + Another Mail server

I want to know if it's possible to have a Google Apps for Businesses account with say 2 emails "hosted" there and also have 3 other emails accounts on my mail server. So can I set up the MX Records to "redirect" emails to the Google server first…
Pako Adrian
  • 56
  • 1
  • 6
-1
votes
1 answer

How To setup a Mass Mail server using php / Linux?

What is required to set an mass mail sever using Linux and php , and where can i find some steps for that , what do you recommend . Best Regards
test
  • 301
  • 2
  • 7
  • 16
-1
votes
1 answer

How to manage email accounts in centos 6 and roundcube

I have setup roundcube on my centos 6 server. Now want to create a admin panel so I can manage users. I could not found a way to install admin like iredadmin on already running server. I have courier mail server. Can any one give a better…
Rajeev Roy
  • 285
  • 1
  • 2
  • 5
-1
votes
2 answers

Setting up SMTP mail server. Done with installing SMTP. Now what?

I want to host my own mailserver using my own domain. So far I can see that SMTP needs to be installed and the DNS record has to be modified to point to my mailserver. So far so good. But what about mailaccounts? How do I create mail@mydomain.com…
Christian
  • 1,080
  • 1
  • 20
  • 37
-2
votes
1 answer

Create new mail addresses on mail server using PHP $_POST data

We have a mail server and we want to create new mail addresses with user submitted details. Is it possible to do it with php?
Rakhitha Nimesh
  • 1,393
  • 2
  • 16
  • 26
-2
votes
2 answers

How can I point my domain from Godaddy to another web server without using @ and losing email services?

I have access to a Godaddy account where the company has all their domains. One of those I need to point to another web server running Apache. The person that used to work here before me solved this pointing to the new server IP using the record: A …
-2
votes
1 answer

recipient_list isn't getting the email address in django

I'm having trouble with smtp email sending in django. I tried to get the email address using User model => get_email = User.objects.filter(is_admin=True).values_list('email') But when I pass it to recipient_list,it can't find the email address. Here…
1 2 3
39
40