Displaying 20 results from an estimated 163 matches for "smtpd_sasl_type".
2015 Feb 17
2
how to run dovecot imap on separate server from postfix?
...wiki and could not see how to do so.
could someone please point me in the direction to that done? I like
reading documentation..
here is more info on our set up:
postfix:
# grep dovecot /etc/postfix/*
/etc/postfix/main.cf:mailbox_transport = lmtp:unix:private/dovecot-lmtp
/etc/postfix/main.cf:smtpd_sasl_type = dovecot
kind regards
Rob Fantini
2019 Sep 24
2
Can't Get SASL to Work
....com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = $myhostname, ubuntu, localhost.localdomain, xyz.com ,
localhost
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
smtpd_sasl_type = dovecot
smtpd_sasl_auth_enable = yes
smtp_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_tls_security_level = may
----------------------------------
master.cf
smtp inet n - y - - smtpd
submission inet n - y - - smtpd...
2015 Feb 17
2
how to run dovecot imap on separate server from postfix?
...in the direction to that done? I like
>> reading documentation..
>>
>> here is more info on our set up:
>>
>> postfix:
>> # grep dovecot /etc/postfix/*
>> /etc/postfix/main.cf:mailbox_transport = lmtp:unix:private/dovecot-lmtp
>> /etc/postfix/main.cf:smtpd_sasl_type = dovecot
>>
>
> just configure postfix to use "lmtp:host:port" of the dovecot machine
>
>
2019 Jan 09
3
Dovecot Submission Proxy Auth
Hi Jacky,
in postfix/main.cf you typically set something like
smtpd_sasl_auth_enable=yes
smtpd_sasl_type=cyrus
smtpd_sasl_exceptions_networks=$mynetworks
smtpd_sasl_security_options=noanonymous
smtpd_sasl_authenticated_header=yes
broken_sasl_auth_clients=yes
smtpd_recipient_restrictions=permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
smtpd_recipient_restrictions might already ex...
2019 Jan 09
2
Dovecot Submission Proxy Auth
On Wed, 9 Jan 2019 at 13:09, Jacky <jacky at jesstech.com> wrote:
> Hi Gerald,
>
> in my postfix/main.cf
>
> smtpd_sasl_authenticated_header = yes
> smtpd_sasl_security_options = noanonymous
> smtpd_sasl_local_domain = $myhostname
> smtpd_sasl_type = dovecot
> smtpd_sasl_path = /var/run/dovecot/auth-client
> broken_sasl_auth_clients = yes
>
> I am already using dovecot for SASL
>
> The dovecot submission service authenticates users and already added the
> AUTH= parameter in the MAIL FROM
>
> MAIL FROM:<jacky at x...
2008 Mar 12
4
outlook2003 fails sasl authentication
...0.13
this is my posfix part of sasl
smtpd_sasl_auth_enable = yes
smtpd_sasl_exceptions_networks = $mynetworks
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination
permit
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
and this is my dovecot sasl part
# dovecot SASL
socket listen {
client {
# Assuming the default Postfix $queue_directory setting
path = /var/spool/postfix/private/auth
mode = 0660
# Assuming the default Postfi...
2006 Sep 19
1
Postfix - Dovecot - SASL
...auth
mode = 0660
user = postfix
group = postfix
}
}
}
postfix main.cf
---------------
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
postconf -a (yields dovecot so I know it is compiled into postfix)
Any ideas why it is failing? Am I missing something?
2010 Jun 15
1
Dovecot SASL
Dear All,
I've installed Postfix 2.7.0 and Dovecot 1.2.9 on Ubuntu 10.04. I want to
use Dovecot SASL with Postfix and did the following configuration.
main.cf
smtpd_sasl_auth_enable = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/dovecot-auth
smtpd_sasl_authenticated_header = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = reject_unknown_sender_domain,
reject_unknown_recipient_domain, reject_...
2013 Aug 26
1
SMTP Proxy
...is still true, given i'm using latest stable dovecot, v2.2.5 ?
extra informations ... smtp authentication is done by postfix using:
dovecot:
service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0660
user = postfix
group = postfix
}
}
postfix:
smtpd_sasl_type = dovecot
smtpd_sasl_path = /var/spool/postfix/private/auth
Thanks !
--
Atenciosamente / Sincerily,
Leonardo Rodrigues
Solutti Tecnologia
http://www.solutti.com.br
Minha armadilha de SPAM, N?O mandem email
gertrudes at solutti.com.br
My SPAMTRAP, do not email it
2010 Jul 30
3
relay access denied problem thru iphone imap auth
...l -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
relay_domains = lists.mydomain.com # I use this as I have mailman also
running
transport_maps = hash:/etc/postfix/transport
mailman_destination_recipient_limit = 1
relayhost =
inet_protocols = ipv4
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth-client
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions =
permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
2011 Oct 25
3
Temporary Failure that's Permanent!
...--------
# ---------------------- SASL PART START ----------------------
smtpd_sasl_auth_enable????????? = yes
smtpd_recipient_restrictions = permit_mynetworks,
? permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_security_options???? = noanonymous
broken_sasl_auth_clients??????? = yes
smtpd_sasl_type???????????????? = dovecot
smtpd_sasl_path = /var/spool/postfix/private/auth
smtpd_sasl_application_name = smtpd
# ---------------------- SASL PART END ----------------------
smtpd_soft_error_limit = 10
smtpd_hard_error_limit = 20
smtpd_helo_required???????????? = yes
disable_vrfy_command???????????...
2006 Nov 14
1
Dovecot/Postfix SASL problem
.../private/auth
mode = 0660
user = postfix
group = postfix
}
}
}
postfix/main.cf
------------------
smtpd_sasl_auth_enable = yes
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination
broken_sasl_auth_clients = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_authenticated_header = yes
telnet test session
-----------------------
orion:~ tomislav$ telnet ra.mahune.org 25
Trying 63.99.9.80...
Connected to ra.mahune.org.
Escape character is '^]'.
220 ra.mahune.org ESMTP Postfix
EHLO ra.mahune.or...
2012 Sep 03
1
dovecot sasl + postfix issue
Hello,
I'm trying to configure postfix + Dovecot SASL for user authenticated
mail relay.
I set following configuration on postfix
queue_directory = /var/spool/postfix
smtpd_sasl_auth_enable = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_authenticated_header = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = reject_unknown_sender_domain,
reject_unknown_recipient_domain, reject_unauth_...
2019 Jan 11
1
Dovecot Submission Proxy Auth
...h.com>> wrote:
>>
>> Hi Gerald,
>>
>> in my postfix/main.cf <http://main.cf>
>>
>> smtpd_sasl_authenticated_header = yes
>> smtpd_sasl_security_options = noanonymous
>> smtpd_sasl_local_domain = $myhostname
>> smtpd_sasl_type = dovecot
>> smtpd_sasl_path = /var/run/dovecot/auth-client
>> broken_sasl_auth_clients = yes
>>
>> I am already using dovecot for SASL
>>
>> The dovecot submission service authenticates users and already
>> added the
>> AUTH=...
2019 Sep 25
0
Can't Get SASL to Work
...name, ubuntu, localhost.localdomain, xyz.com
> <http://xyz.com> , localhost
> mynetworks = 127.0.0.0/8 <http://127.0.0.0/8> [::ffff:127.0.0.0]/104
> [::1]/128
> mailbox_size_limit = 0
> recipient_delimiter = +
> inet_interfaces = all
> inet_protocols = all
>
> smtpd_sasl_type = dovecot
> smtpd_sasl_auth_enable = yes
> smtp_sasl_auth_enable = yes
> broken_sasl_auth_clients = yes
> smtpd_tls_security_level = may
> ----------------------------------
>
> master.cf <http://master.cf>
> smtp ? ? ?inet ?n ? ? ? - ? ? ? y ? ? ? - ? ? ? - ? ? ? smtp...
2019 Jan 09
0
Dovecot Submission Proxy Auth
Hi Gerald,
in my postfix/main.cf
smtpd_sasl_authenticated_header = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_type = dovecot
smtpd_sasl_path = /var/run/dovecot/auth-client
broken_sasl_auth_clients = yes
I am already using dovecot for SASL
The dovecot submission service authenticates users and already added the
AUTH= parameter in the MAIL FROM
MAIL FROM:<jacky at xxx.com> AUTH=jacky at xxx.com SIZE=143...
2014 Apr 21
0
Trying to get DSpam+Dovecot working with Postfix and local/virtual domains
...ect_unauth_pipelining,
reject_invalid_hostname, reject_rbl_client zen.spamhaus.org,
check_policy_service inet:127.0.0.1:10023
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated,
reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_tls_CAfile = /etc/ssl/certs/Critter.Net_Certificate_Authority.pem
smtpd_tls_ask_ccert = yes
smtpd_tls_cert_file = /etc/ssl/certs/smtp.critter.net.pem
smtpd_tls_key_file = /etc/ssl/private/smtp.critter.net.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_c...
2015 Feb 17
2
how to run dovecot imap on separate server from postfix?
...documentation..
>>>>
>>>> here is more info on our set up:
>>>>
>>>> postfix:
>>>> # grep dovecot /etc/postfix/*
>>>> /etc/postfix/main.cf:mailbox_transport = lmtp:unix:private/dovecot-lmtp
>>>> /etc/postfix/main.cf:smtpd_sasl_type = dovecot
>>>>
>>>>
>>> just configure postfix to use "lmtp:host:port" of the dovecot machine
>>>
>>
>
2008 Apr 06
2
Problem with dovecot under Vmware Server
...mydestination
sample_directory = /usr/share/doc/postfix-2.4.5/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated,
reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
unknown_local_recipient_reject_code = 550
2019 Oct 09
4
Password issue
One of my accounts was having login failures when trying to send mail, but was able to check mail.
I tried everything I could think of to see what the issue might be, but eventually went in and reset the password in the sql database (I knew the password, so I reset it to the same password).
{SHA256-CRYPT}$5$VuS?
{SHA256-CRYPT}$5$VI7?
So the password was updated properly.
Clients can still