Questions tagged [sasl]

Simple Authentication and Security Layer (SASL) is a framework for authentication and data security in Internet protocols.

259 questions
0
votes
1 answer

SVN + SASL users privilege separation

I have and SVN + SASL server which works fine, but on this servers are multiple repositories and multiple SASL accounts. IS there a way to specify which users to access a specific repository like when specifying users in the passwd file ?
cioby23
  • 1
  • 1
0
votes
1 answer

sasl and tls with dns load balancing

I am using DNS load balancing in my centOs 5 server.The mail sent to the load balancer server are balanced by sending them to 4 more servers who then pass the mails to their destinations in the network.The mails are generated by a Php script which…
achal tomar
  • 433
  • 3
  • 12
0
votes
1 answer

sasl and tls postfix

Can anyone suggest me a proper tutorial to configure postfix SASL and tls in my centOs 5 server. I need this to authenticate clients on a different network to send mail from my mail server and prevent problem of open relay.
achal tomar
  • 433
  • 3
  • 12
0
votes
1 answer

Postfix + Courier + MySql mail server with SASL

I am really at a loss configuring this mail-server deployment. I am following the excellent guide posted at http://flurdy.com/docs/postfix/. I'm using Ubuntu 10.04 LTS on Linode. While following the guide to the letter I encountered an error from…
DeaconDesperado
  • 223
  • 2
  • 10
0
votes
3 answers

"SQL engine 'mysql' not supported"

I'm having some trouble with postfix and SASL when using a MySQL backend on an Ubuntu server. auth.log Oct 12 13:25:21 lvps92-60-121-255 postfix/smtpd[28508]: sql auxprop plugin using mysql engine Oct 12 13:25:21 lvps92-60-121-255…
Ross
  • 173
  • 2
  • 11
0
votes
1 answer

How to log saslauthd crashes

Is it possible to log saslauthd crash? I had some crashes recently and there is messages that can't be found saslauth mechanisms.
Somebody
  • 364
  • 1
  • 6
  • 17
0
votes
2 answers

Cyrus on CentOS with sasl / pam / ldap

SASL/PAM/LDAP is driving me crazy... that's what I read a lot when googling for problems in this area, and what I experience myself :-S I'm trying to get Cyrus imap working for virtual hosting on CentOS with this authorisation backend and really…
Oscar
  • 11
  • 1
  • 3
0
votes
1 answer

Postfix: 5.7.1 Relay access denied

I hope I can become help here with my problem. I can't send E-Mails. I get only the error message: 5.7.1 Relay access denied my postconf: append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory =…
hazelnut
  • 25
  • 1
  • 8
0
votes
2 answers

Postfix, SASL, MySQL Issues

Ok, a recent Gentoo upgrade for Postfix/Cyrus SASL/MySQL packages broke something. I'm at my wits end, no idea what the problem is. main.cf # local settings. Remember any domain you want treated as virtual can not be your origin or in…
0
votes
1 answer

Does Solaris 10 sendmail support SMTP AUTH

Can anyone tell me if Solaris 10 now comes with a sendmail binary that supports SMTP AUTH ? Search brings up many old post on how to complie SASL and Sendmail , but I'd rather use a built in, supported version if there is now one…
AndyM
  • 948
  • 2
  • 16
  • 26
0
votes
1 answer

Postfix SASL error

I'm trying to configure my postfix server to accept connections from outside mail clients using SASL authentication with dovecot. It was previously setup with cyrus sasl. However when I try to send mail from another server using Mozilla…
JavaDev
  • 41
  • 1
  • 8
0
votes
1 answer

Sending Postfix messages over SSL

I've been trying to setup Postfix on our Debian server and as I understand it, all messages get send via Telnet on port 25. I've followed these instructions exactly: http://wiki.debian.org/Postfix http://wiki.debian.org/PostfixAndSASL However I get…
EddyR
  • 171
  • 6
0
votes
1 answer

smtp sasl authentication failure

I have configured and fixed almost all the problems with my postfix +courier + mysql setup for virtual mailboxes. I can now receive mail and send it from webmail (squirrel). BUT, what I can't do is authenticate from outside client. Since my isp…
cromestant
  • 121
  • 6
0
votes
1 answer

postfix SMTPD relay problems while sending

Hello My server is Ubuntu LTS 10.04 Installed and configured postfix with sasl, courier and virtual domains with mysql behind them. everything is working except for sending of email to outside domains. here is the configuration here is the verbose…
cromestant
  • 121
  • 6
0
votes
1 answer

postfix: smtpd configured to allow mail to/from local domain only?

I have an email server set up for our company's domain. We want to be able to receive our domain-based mail but we would like to be able to send email to ANY domain through the server as well. Using postfix/sasl on a slackware box. Sendmail is not…
Nathan
  • 1
  • 2