Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
627 views

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 ...
0
votes
1answer
14 views

What are the main security considerations when opening up port 25 and/or 587 for email delivery?

I am about to setup SmarterMail v9.0 on our Windows 2008 server (IIS7) and would first like to know what some security considerations are when opening up port 25 and/or 587 - ie how to prevent ...
0
votes
4answers
453 views

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 ...
0
votes
1answer
264 views

postfix SMTPD relay problems while sending

Ok So I set up a server as a mail server, using postfix + mysql +courier I'm using mysql for the virtual domains and users maildir. IT is now working properly except for one part , and that is the ...
0
votes
1answer
346 views

emailrelay “cannot bind the listening port”

I'm setting up my web server on Amazon's EC2. My site used to run locally and used my ISP's SMTP server to send email, which hasn't been a problem before - but now that the emails are originating from ...