SMTP Settings

USEING

i love this site it is good

SMTP Settings

QUOTE (godber @ 2007-05-09 13:49:48) Assuming you don't need authenticated SMTP, it is probably easiest to just tell postfix, the mail server on the JumpBox, to relay to the SMTP server of your chosing.

Worked great! Thanks again!

SMTP Settings

Assuming you don't need authenticated SMTP, it is probably easiest to just tell postfix, the mail server on the JumpBox, to relay to the SMTP server of your chosing. You can do this after you register and enable shell access, then login as admin and:


# edit the postfix config file as root
sudo vi /etc/postfix/main.cf
# change the line that says "relayhost = " to say
# "relayhost = smtp.yourcompany.com "
# then reload the postfix config
sudo postfix reload

It should relay email through the indicated server now.

Good luck,
Austin

SMTP Requiring Authentication

Is there anyway to set up to e-mail to an SMTP server that requires authentication? Couldn't find anything in the Postfix documentation online.

We plan to add functionality

We plan to add functionality to the JumpBox platform in future to make this easy. For the moment, SMTP authentication requires some skill to setup, but if you have some basic UNIX knowledge, the following resource should see you through:

http://wiki.redwall-firewall.com/index.php/Implementing_Upstream_SMTP_Au...

As a reminder, please back up your Postfix config files before you modify them.

SMTP Settings

Since each application handles this differently this is something we have had a hard time deciding how to handle gracefully. For mediawiki in particular, there is both an application level and system level solution. Let me test and see which one is easiest and get back to you.

If you are in a big hurry you can check out this MediaWiki configuration tip:
http://meta.wikimedia.org/wiki/Help:Configuration_tips_and_tricks

You will have to install the Pear Mail functionality probably.

I will replay later today with explicit instructions though.

Thanks and Good Luck,
Austin

SMTP Settings

Where do I set the outgoing SMTP server?

php.ini? LocalSettings.php? Some system level setting?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.