Hello
I hope somebody can help with this.
I have a shell, that in case of failure, sends an email (relaying through an Exchange Server).
Trying to install postfix from ports and get this error:
===> Compressing manual pages for cyrus-sasl-2.1.26_2
===> Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===> Registering installation for cyrus-sasl-2.1.26_2
===> Returning to build of postfix-2.9.4_2,1
Error: shared library "sasl2.2" does not exist
*** Error code 1
Stop in /usr/ports/mail/postfix.
*** Error code
I want to configure Haproxy for outgoing mails load balancing on my centos 5.6 vps server.
for this i have installed postfix on load balancer.
I'm trying to send an email through Google from my localhost.
(via PHP5.3)
But Google keeps on blocking my requests.
I tried to follow the solutions given to a few similar questions, but for some reason they do not work.
I followed these instructions to configure it - http://www.dnsexit.com/support/mailrelay/postfix.html
Now for the config data:
my main.cf file looks like that:
relayhos
Hi All,
I have done a lot of searching and can't seem to figure this out.
I have setup a mail server; components are as follows: Ubuntu 12.04 Server, Courier, MySQL, Amavisd-new, SpamAssassin, ClamAV, SASL, TLS, Postgrey and Roundcube
I can login to Courier and Roundcube.
I can send mail(including to external recipients).
I can recieve mail.
As far as I can tell everything is working, excep
Cyrus-SASL: Execution of arbitrary code
Hi,
I customise authentification in postfix through sasl + postgres
smtpd.conf:
pwcheck_method: auxprop
auxprop_plugin: sql
sql_engine: pgsql
mech_list: PLAIN LOGIN
sql_hostnames: localhost
sql_user: ******
sql_passwd: ******
sql_database: ******
sql_verbose: yes
I've been fighting with Dovecot and Postfix for nearly 3 days now - I need some help!...
It seems Dovecot is not generating the private/auth file required for connections.
Mail.log
Code:
Sep 6 21:55:55 suncoastshores postfix/smtpd[11278]: warning: SASL: Connect to private/auth failed: No such file or directory
Sep 6 21:55:55 suncoastshores postfix/smtpd[11278]: fatal: no SASL au
I have a very strange issue! SASL does not work properly, as it does not accept plain-text passwords (like Outlook sends them)
Oct 2 10:35:09 srf cyrus/imap[4119]: accepted connection
Oct 2 10:35:09 srf cyrus/imap[4119]: badlogin: [217.XX.XXX.140] plaintext user@domain.com SASL(-1): generic failure: checkpass failed
Now I switch to "Encrypted password" in Thunderbird.