Questions tagged as 'postfix'

1
answer

Simple contact form sending emails via Amazon SES with PHP

For a simple contact form I want to use Amazon SES with PHP. Basically PHP will send an email to myself with the email of the user who contacted me to give an answer. Searching, I came across the following alternatives: Use the PHP Mailer...
asked by 25.05.2015 / 21:18
1
answer

PHP Mailer or postfix redirecting to gmail?

I have a Ubuntu server (LAMP) and I need to send emails via PHP, however using my account in gmail, I do not want to have an email server of my own. I need to set one of two ways below to do this: 1 - Install postfix to redirect to my gmail...
asked by 15.09.2014 / 07:52
0
answers

login attempts on the e-mail server with non-existent users [closed]

Recently I noticed several attempts to login to the e-mail server with non-existent users, looking at the postfix log exist several lines similar to this: Nov 5 13:03:04 servename imapd: LOGIN FAILED, user=usuarioinexistente@umdominiohospedad...
asked by 05.11.2017 / 16:12
0
answers

Django + Postfix password reset email is not sent

I've set up a server with my Django application and now I'm trying to enable password reset via email using postfix as an e-mail server. I started configuring my views and testing if everything was correct through Django's console email...
asked by 22.08.2017 / 16:37
1
answer

Create email accounts using Postfix to send in WooCommerce

I have a site hosted on digitalocean. I configured the server with EasyEngine to install PHP, MySQL, Nginx, Postfix, WordPress, etc. However, my WordPress is not sending e-mail, and because it is a store (WooCommerce), I need this function. S...
asked by 01.04.2016 / 00:56
0
answers

postfix settings

Friends, I have two servers with the same ubuntu server. One is ubuntu server 17.04 and the other 14.04, the postfix worked the same way in both. Today 14.04 stopped working from nowhere! Just making it clear that I have a corparative email, so...
asked by 31.05.2018 / 19:19
0
answers

How to make the PHP mail () function send via Amazon SES?

How to make the PHP function use my credentials in Amazon SES to send transactional emails without having to use lib PHPMailer or have to install and configure postfix / sendmail for this purpose? Is this a good practice? If not,...
asked by 25.04.2015 / 06:55