Hi folks, I already read about sasl, postfix and other docs.
External sasl authentication works, I need force users to authentication
from localhost (i.e. CMS joomla and wordpress).
inside main.cf:
before:
mynetworks = 127.0.0.0/8, 192.168.1.0/24
after
#mynetworks = 127.0.0.0/8, 192.168.1.0/2
Hi, actually the suggestion helped :)
I didn’t notice the section:
http://www.postfix.org/STANDARD_CONFIGURATION_README.html#null_client
that pointed me in the right direction.
By leaving mydestination blank and by setting myorigin to my 2nd level, I can
use /etc/postfix/virtual to redirect only r
Am 09.02.2014 12:32, schrieb Pol Hallen:
> External sasl authentication works, I need force users to authentication
> from localhost (i.e. CMS joomla and wordpress).
>
> inside main.cf:
>
> before:
>
> mynetworks = 127.0.0.0/8, 192.168.1.0/24
>
> after
>
> #mynetworks = 127.0.0.0/8, 192.168.1.
> however, configure your applications to use port 587 and close 25
> on 127.0.0.1 may be the easier way to achieve the goal which is
> no problem with iptables
excellent solution! thanks :-)
> if it is pickup than disable "mail" and a lot of other dangerous PHP
> functions
in php.ini I've "only
Hello:
Currently I've got Postfix running with virtual domains with a MySQL
database successfully and am trying to get Mailman
to do so as well.
I can get one domain to work mailt...@netwrx1.org but anything else is
failing as below.
Can someone assist? I've loaded the aliases as shown
dear all
i've got a problem with postfix-sasl and debian7.
I've copied the confguration from a debian6 working scenario, postifx is
using virtual mysql cnf and sasl is configured to auth users via sql.
O the new debian7 server sasl auth fails and i get on mail.log:
SASL PLAIN authentication fai
I have Postfix running on CentOS 6 with SELinux in enforcing targeted
mode. By default, SELinux will block the following two components of
my system:
* A custom smtpd instance listening on the loopback interface on port 10025
* Using Postfix virtual as the delivery agent to maildirs that are not