I am getting relay access denied when I try sending e-mail via out look on my pc using postfix on my vps.
I'm trying to enable TLS on Postfix but the daemon is crashing:
Sep 16 16:00:38 core postfix/master[1689]: warning: process /usr/libexec/postfix/smtpd pid 1694 killed by signal 11
Sep 16 16:00:38 core postfix/master[1689]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
CentOS 6.3 x86_64
# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
br
Since I can't find a solution that works with my config, I lean on you guys to help me out with this.
I've installed postfix and dovecot on a CentOS server. Everything's running well.
this configuration used to work but after updating to Dovecot 2 (Ubuntu 12.04) mails to mailman get not delivered anymore:
Instead of delivering to mailman, I get a bounce for non-existing user mailinglist@my.host.tld
postconf -n:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = y
I just can't seem to figure out why header_checks are not being evaluated.
I'm on Ubuntu 12.04, postfix 2.7, dovecote, spamassasin, clamav, amavis.
I add following line to /etc/postfix/main.cf :
header_checks = regexp:/etc/postfix/header_checks
And here is header_checks :
/From: .*/ REPLACE From: noreply@valid.mydomain.com
To test out regexp :
#postmap -q "From: <werwe>" regexp:/etc/
I have small mail server at home that I'm already using to provide a mailing list for some friends. I recently decided that I want to give them their own mailbox as well, so I decided to setup postfix with virtual users/mailboxes.
I'm running a small (20 users, 30 mailman-lists) server with postfix. I think it's configured fine, more or less. I spent 2 days reading up on all kinds of material on postfix configuration, but I couldn't find any list of measures that are actually safe to enable/disable.
I am having issues starting postfix.
I am using provider mail hosting to send emails. On my Webserver I also have Postfix running and configured.