As Tor is not a http proxy but a Socks one you cannot insert .onion name or IP in proxy_pass directive. In order to use Nginx as reverse proxy to .onion sites you will need a socat. Socat is a command line based utility that establishes two bidirectional data streams and transfers between them. This …
Tag: relay
Jul 05 2017
Exchange Unable to relay (in reply to RCPT TO command)
If you use Microsoft Exchange as a mail relay for other servers, and on the server from which you send mail, you have an error Relay = exchangerelay.domain.com [10.10.10.10]: 25, delay = 5.1, delays = 0.04 / 0.01 / 0.05 / 5, dsn = 5.7.1, status = bounced (host exchangerelay.domain.com [10.10.10.10] Said: 550 5.7.1 Unable …
Dec 19 2016
Configuring Gmail as a Sendmail email relay
In this article I will show how to configure gmail to be an email relay for your linux server with sendmail MTA. This allow you to send letters from your bash scripts, hosted website or from command line using mail command. Other examples where you can utilize this setting is for a notification purposes such or failed backups etc. …
Dec 14 2016
Configure Postfix to use Gmail as a Mail Relay
Postfix is a free, open-source, actively maintained, and highly secure mail transfer agent. You can configure your system with Postfix to use Gmail as a mail relay. In order to do this follow the instruction below. Use sudo when needed or execute the commands below under “root” account.
Feb 03 2016
Configuring SENDMAIL for use GMAIL as Relay
To have emails from your linux servers accepted by destination email server you need to send it via trusted smarthost (relay). Google mail relay servers are what we need here. Let’s configure our sendmail for sending mail via gmail relay… Preparation and installation Sendmail installation:
1 |
yum -y install sendmail mailutils mailx sendmail-bin sendmail-cf cyrus-sasl-plain |