Questions tagged [emailrelay]

37 questions
6
votes
1 answer

Forward mail using Postfix move FROM to REPLY-TO then rewrite FROM

What I am trying to do is: Setup a SMTP relay for outgoing mail where: (a) All From: headers are rewritten to be "no-reply@example.com" (b) A Reply-To: header with the original From: address is added I am using sender_cannoical_maps and…
pferg
  • 678
  • 7
  • 10
5
votes
3 answers

What does X-Sender-Id mean in email raw source (Found in phishing email)?

Somebody in my company is being subject to phishing. My first suggestion was just to change the password. However after awhile I received a fake mail from her address again. Looking at the raw source of the email I found that there is another…
lisovaccaro
  • 32,502
  • 98
  • 258
  • 410
5
votes
2 answers

Is it a good idea to use Database Mail as an email relay server?

One of our problems is that our outbound email server sucks sometimes. Users will trigger an email in our application, and the application can take on the order of 30 seconds to actually send it. Let's make it even worse and admit that we're not…
Samantha Branham
  • 7,350
  • 2
  • 32
  • 44
4
votes
4 answers

Exception in sending emails from java application : Relaying denied

We are using Spring Mail to send emails from java application org.springframework.mail.javamail.JavaMailSenderImpl Spring Email Configuration is
Rahul Agrawal
  • 8,913
  • 18
  • 47
  • 59
3
votes
1 answer

Postfix configuration to use AWS SES

I'm trying to send emails from my application on a local server with Internet connection via the Amazon SES using Postfix. I have a validated "to" email address on the SES Sandbox. However whenever I try to send the mail, it fails to deliver the…
2
votes
3 answers

Relaying not allowed message when sending mail with PHP function

I'm using wamp server and trying to send email with the PHP function mail('me@ISPdomain.com','my subject','my body'); , with the following settings in php.ini: SMTP = 'ISP's SMTP server' smtp_port = 25 But I get the message: Warning: mail()…
Ash
  • 1,289
  • 3
  • 17
  • 24
2
votes
1 answer

How to create a Zone File SPF record for my customers to lookup when using our email service

Assume my ip address is 222.222.222.1 222.222.222.2 and my domain is mydomain.com I wish to send regular emails on behalf of my customers domain from my servers. (relaying/spoofing) hence my customers will need to enter my SPF include text into…
TheArchitecta
  • 273
  • 2
  • 17
1
vote
1 answer

Emails to same domain as from address bounce with "relaying denied"

My team supports a website for a client, and we use SendGrid to send email related to the site on their behalf. We do not have anything to do with their own email server and I don't at present know anything about it. So far as I can work out,…
CarrieVS
  • 140
  • 1
  • 7
1
vote
1 answer

SMTP Google Apps Oauth2 - issue in relay

I am trying to send mail by connecting to Google SMTP server using oAuth2 mechanism. public static Transport connectToSmtp(String smtpServer, int port, String email, String authToken, boolean isDebug, MimeMessage mimeMsg) throws Exception { …
fury.slay
  • 1,202
  • 1
  • 15
  • 26
1
vote
1 answer

Mail relay and php mail

I have a VPS server at UltimateHosting.com and requires that I use "Smart Relay". I cant seem to wrap my head around how I setup php to be able to use mail relay. Here is an article they have on Smart…
John
  • 404
  • 4
  • 12
1
vote
0 answers

Relaying outgoing mail from another server

Sorry if I asked you the same question. Two days back Softlayer has put restriction to send outgoing mails from port25 on there datacentres. I have a server Server1 there which is hosting 35 websites. Some on shared IP some on Dedicated IP's ans…
user3526312
  • 55
  • 1
  • 4
1
vote
1 answer

Sending mail via relay using PHP on Windows

I am using PHPMailer (via SMTP) to send out emails via my websites. I am using a windows 2012 server as my mail server which is using Hmailserver. I am using Mailgun to relay my emails. Things I have done: I have setup and validated my mailgun…
user3495256
  • 153
  • 2
  • 12
1
vote
1 answer

"Unable to Relay" error while sending mail from Struts application using exchange server

i am working on a web application using struts2 and Apache Tomcat 6 as the web-server. In the application i am trying to send some emails and i am using JavaMail for this. The problem is that i am not being able to send mails to email addresses that…
1
vote
2 answers

How does a mail relayer doesn't send a mail to already received recipients?

i was wondering. Suppose i have an exchange server, (the domain can be me@company.com), also, i have a relay server, that accepts requests to internet domains (gmail/yahoo/etc). suppose i send a mail to: (you@company.com; him@gmail.com) - from a…
ArielB
  • 1,184
  • 2
  • 11
  • 36
0
votes
1 answer

sendmail unable to send email through google using my google app id

I use sendmail to send emails from my ruby-on-rails app. I used this awesome guide http://network-13.com/thread/1718-Sendmail-smtp-relay-gmail-google-apps to set up sendmail and relay messages through gmail. However I faced the following…
Farnaz
  • 143
  • 1
  • 1
  • 10
1
2 3