[pfx] Re: Help to debug smtp_sasl_password_maps usage via hash or mysql

2024-06-06 Thread Roy Bellingan via Postfix-users
Thank you, was not aware of this detail. Il 06/06/24 21:48, Wietse Venema via Postfix-users ha scritto: Roy Bellingan via Postfix-users: Good evening, I am not able to use this parameter. My current version is the 3.9.2, I already have many other entity configured to use mysql, but some reason

[pfx] Re: Help to debug smtp_sasl_password_maps usage via hash or mysql

2024-06-06 Thread Wietse Venema via Postfix-users
Roy Bellingan via Postfix-users: > Good evening, I am not able to use this parameter. > > My current version is the 3.9.2, I already have many other entity > configured to use mysql, but some reason this one is silently ignored > and produces no error. > > If I use the hash metod and follow htt

[pfx] Re: Help to debug smtp_sasl_password_maps usage via hash or mysql

2024-06-06 Thread Roy Bellingan via Postfix-users
the same form in the smtp_sasl_password_maps file. Are you using the same [ ] formatting in both places? ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org _

[pfx] Re: Help to debug smtp_sasl_password_maps usage via hash or mysql

2024-06-06 Thread postfix--- via Postfix-users
specify the "[" and "]" in the relayhost destination, then you must use the same form in the smtp_sasl_password_maps file. Are you using the same [ ] formatting in both places? ___ Postfix-users mailing list -- postfix-users@postfix.org To

[pfx] Help to debug smtp_sasl_password_maps usage via hash or mysql

2024-06-06 Thread Roy Bellingan via Postfix-users
Good evening, I am not able to use this parameter. My current version is the 3.9.2, I already have many other entity configured to use mysql, but some reason this one is silently ignored and produces no error. If I use the hash metod and follow https://www.postfix.org/SASL_README.html I shoul

Re: smtp_sasl_password_maps round robbin

2021-08-05 Thread Wietse Venema
> Adam Barnett: > > > Hi, > > > > > > I have setting upa Postfix relay to send from my iterenal network certain > > > mail to our google workspace account > > > > > > I have it all set up and working but i saw in the google docs there is a &g

Re: smtp_sasl_password_maps round robbin

2021-08-05 Thread Adam Barnett
> > Hi, > > > > I have setting upa Postfix relay to send from my iterenal network certain > > mail to our google workspace account > > > > I have it all set up and working but i saw in the google docs there is a > > limit to how much mail can be sent per us

Re: smtp_sasl_password_maps round robbin

2021-08-04 Thread Wietse Venema
er user per day. > In smtp_sasl_password_maps could i have more then one account for the same > relay so that gets picked randomly, like round robbin > > i.e > [smtp.gmail.com]:587 f...@bar.com:bar > [smtp.gmail.com]:587 f...@bar.com:bar > [smtp.gmail.com]:587 f...@bar.com:bar > > This way i

Re: smtp_sasl_password_maps round robbin

2021-08-04 Thread Adam Barnett
We are migrating from our old legacy server to google. Instead of having to configure the old server ( which is a pain to update) i was going to reconfigure our linux hosts postfix to send to theis new relay that i have setup, i can then relay certain senders to the old server ( if needed) and ever

Re: smtp_sasl_password_maps round robbin

2021-08-04 Thread postfix
I have setting upa Postfix relay to send from my iterenal network certain mail to our google workspace account Im fairly inexperienced and curious... If you have your own email servers why would you relay through google? Can't your email servers just send the emails themselves? What are the is

Re: smtp_sasl_password_maps round robbin

2021-08-04 Thread postfix
I have setting upa Postfix relay to send from my iterenal network certain mail to our google workspace account I have it all set up and working but i saw in the google docs there is a limit to how much mail can be sent per user per day. In smtp_sasl_password_maps could i have more then one

smtp_sasl_password_maps round robbin

2021-08-04 Thread Adam Barnett
Hi, I have setting upa Postfix relay to send from my iterenal network certain mail to our google workspace account I have it all set up and working but i saw in the google docs there is a limit to how much mail can be sent per user per day. In smtp_sasl_password_maps could i have more then one

Re: Sieve vacation and smtp_sasl_password_maps

2019-11-24 Thread @lbutlr
> On 24 Nov 2019, at 03:42, Gianni Angelozzi wrote: > > In my system I have 10 users. Each user has his own upstream account on the > ISP. If you mentioned that before, I missed it. > When I authenticate the SMTP connection, my ISP will only allow that user to > send the mail. Like, if I u

Re: Sieve vacation and smtp_sasl_password_maps

2019-11-24 Thread Gianni Angelozzi
In my system I have 10 users. Each user has his own upstream account on the ISP. I use postfix + dovecot + fetchmail as a local mail server, but the real sending is done by my ISP. I only forward local mails and the rest goes out by the ISP. When I authenticate the SMTP connection, my ISP wi

Re: Sieve vacation and smtp_sasl_password_maps

2019-11-23 Thread @lbutlr
On 23 Nov 2019, at 10:13, Gianni Angelozzi wrote: > Yes, I need smtp_sender_dependent_authentication because the upstream ISP > will only accept incoming mails from the authenticated user. That doesn’t imply a need for smtp_sender_dependent_authentication. That is needed, AIUI, when you have mu

Re: Sieve vacation and smtp_sasl_password_maps

2019-11-23 Thread Gianni Angelozzi
), my ISP may reject that mail. Gianni Gianni Angelozzi: [ Charset ISO-8859-15 converted... ] Hi, I've set up sieve vacation reply but my postfix setup is using smtp_sasl_password_maps and smtp_sender_dependent_authentication. The problem is that Sieve will send the reply with "f

Re: Sieve vacation and smtp_sasl_password_maps

2019-11-23 Thread Wietse Venema
Gianni Angelozzi: [ Charset ISO-8859-15 converted... ] > Hi, > > I've set up sieve vacation reply but my postfix setup is using > smtp_sasl_password_maps and smtp_sender_dependent_authentication. > > The problem is that Sieve will send the reply with "from=<>

Sieve vacation and smtp_sasl_password_maps

2019-11-22 Thread Gianni Angelozzi
Hi, I've set up sieve vacation reply but my postfix setup is using smtp_sasl_password_maps and smtp_sender_dependent_authentication. The problem is that Sieve will send the reply with "from=<>" to prevent bounces. This means that Postfix has no way to authenticate

Re: Is the limitation on password text in a file for smtp_sasl_password_maps

2019-04-01 Thread Vladimir Lomov
l email-server, updated file that >> stores passwords and now I see SASL authentication failures in log. I >> wonder is the limitation on password part in the file pointed by >> smtp_sasl_password_maps? >> >> This is password part of my postfix configuration: >

Re: Is the limitation on password text in a file for smtp_sasl_password_maps

2019-03-29 Thread Wietse Venema
ntication failures in log. I wonder is the limitation on password > part in the file pointed by smtp_sasl_password_maps? > > This is password part of my postfix configuration: > > smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd > > where sasl_passwd

Is the limitation on password text in a file for smtp_sasl_password_maps

2019-03-29 Thread Vladimir Lomov
limitation on password part in the file pointed by smtp_sasl_password_maps? This is password part of my postfix configuration: smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd where sasl_passwd has following format: account@MAIL.SERVER account:PASSWORD The only restriction on

Re: Fwd: Combining sender_dependent_relayhost_maps and smtp_sasl_password_maps

2014-08-13 Thread Erik Logtenberg
> > Perhaps you're looking for this: > > http://www.postfix.org/postconf.5.html#smtp_sender_dependent_authentication > > http://www.postfix.org/postconf.5.html#smtp_sasl_password_maps > Hey nice, so I can actually put senders in sasl_mmaps instead of just relays.

Re: Fwd: Combining sender_dependent_relayhost_maps and smtp_sasl_password_maps

2014-08-13 Thread Noel Jones
On 8/13/2014 6:44 AM, Erik Logtenberg wrote: > Hi, any chance someone could comment on this? > > Thanks! > > > Original Message > Subject: Combining sender_dependent_relayhost_maps and > smtp_sasl_password_maps > Date: Fri, 08 Aug 2014 11:11:20 +0

Fwd: Combining sender_dependent_relayhost_maps and smtp_sasl_password_maps

2014-08-13 Thread Erik Logtenberg
Hi, any chance someone could comment on this? Thanks! Original Message Subject: Combining sender_dependent_relayhost_maps and smtp_sasl_password_maps Date: Fri, 08 Aug 2014 11:11:20 +0200 From: Erik Logtenberg To: postfix-users@postfix.org Hi, I am trying to use the

Combining sender_dependent_relayhost_maps and smtp_sasl_password_maps

2014-08-08 Thread Erik Logtenberg
Hi, I am trying to use the functionality of sender_dependent_relayhost_maps and smtp_sasl_password_maps, but I run into an issue. With sender_dependent_relayhost_maps I can configure postfix to use the right relayhosts for different senders. I use this because I have many email accounts, but I

Re: smtp_sasl_password_maps

2014-06-29 Thread Noel Jones
On 6/29/2014 8:36 AM, Jerry wrote: > Okay, I know I am doing something really stupid, but I am not sure what. > > I have "smtp_sasl_password_maps=hash:/usr/local/etc/postifx/sasl_passwd" > > Now, when I run "postmap hash:sasl_passwd" I receive an error about

smtp_sasl_password_maps

2014-06-29 Thread Jerry
Okay, I know I am doing something really stupid, but I am not sure what. I have "smtp_sasl_password_maps=hash:/usr/local/etc/postifx/sasl_passwd" Now, when I run "postmap hash:sasl_passwd" I receive an error about "duplicate entry:" The file file looks like t

Re: Secure alternative to smtp_sasl_password_maps?

2013-03-19 Thread Christian Benke
On 18 March 2013 23:31, Dominik George wrote: > Hi, > > imho, the best approach to getting a road-warrior (laptop) authenticated > as a sattelite sytem using your central MTA as a relayhost is have it in > mynetworks. As in, connect it to the MTA through a VPN tunnel. Hey Dominik! Intriguing ide

Re: Secure alternative to smtp_sasl_password_maps?

2013-03-18 Thread Dominik George
Hi, imho, the best approach to getting a road-warrior (laptop) authenticated as a sattelite sytem using your central MTA as a relayhost is have it in mynetworks. As in, connect it to the MTA through a VPN tunnel. Then, there is nothing that that limits you to use PAM for authenticaiton. You can a

Secure alternative to smtp_sasl_password_maps?

2013-03-18 Thread Christian Benke
Dear Postfix-users! Over the last weekend i've setup a mail-environment for my personal use with a remote Postfix and Dovecot SASL/IMAP and locally mutt with Postfix as MTA. To be able to authenticate SMTP to the remote Postfix, i'm currently using smtp_sasl_password_maps, as describ

Re: question on smtp_sasl_password_maps

2011-03-02 Thread jeffrey j donovan
On Mar 2, 2011, at 10:22 PM, jeffrey j donovan wrote: > snip > also,.. the passwords listed in sasl_passwd, if i can't use ldap whats the > best way to generate these. Im sketchy about plain text passwords sitting on > a file; sshken openldap htpass hand written binary ? never mind I found sas

question on smtp_sasl_password_maps

2011-03-02 Thread jeffrey j donovan
would like to use an ldap database for smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd & /etc/postfix/sender_relay use an ldapsearch maybe ? Ive done it with transports and local user info, but password auth shouldn't be much different, but i can't find any syntax refere

Re: bounce address in smtp_sasl_password_maps

2010-12-09 Thread Wietse Venema
Per Jessen: > Wietse Venema wrote: > > > Per Jessen: > >> Perhaps I could have expanded "didnt seem to work" to "despite <> > >> being present in my smtp_sasl_password_maps table, when a bounce is > >> sent, no suitable userid+password

Re: bounce address in smtp_sasl_password_maps

2010-12-09 Thread Per Jessen
Wietse Venema wrote: > Per Jessen: >> Perhaps I could have expanded "didnt seem to work" to "despite <> >> being present in my smtp_sasl_password_maps table, when a bounce is >> sent, no suitable userid+password is chosen for sasl authentication&qu

Re: bounce address in smtp_sasl_password_maps

2010-12-09 Thread Wietse Venema
Per Jessen: > Sahil Tandon wrote: > > > On Wed, 2010-12-08 at 10:09:42 +0100, Per Jessen wrote: > > > >> Is there a way of specifying the bounce/null address in an > >> smtp_sasl_password_maps table ? I've tried using '<>', but that >

Re: bounce address in smtp_sasl_password_maps

2010-12-09 Thread Per Jessen
Sahil Tandon wrote: > On Wed, 2010-12-08 at 10:09:42 +0100, Per Jessen wrote: > >> Is there a way of specifying the bounce/null address in an >> smtp_sasl_password_maps table ? I've tried using '<>', but that >> didn't seem to work. > >

Re: bounce address in smtp_sasl_password_maps

2010-12-08 Thread Sahil Tandon
On Wed, 2010-12-08 at 10:09:42 +0100, Per Jessen wrote: > Is there a way of specifying the bounce/null address in an > smtp_sasl_password_maps table ? I've tried using '<>', but that didn't > seem to work. Improve your problem report and try again: http:

bounce address in smtp_sasl_password_maps

2010-12-08 Thread Per Jessen
(resending with appropriate subject) Is there a way of specifying the bounce/null address in an smtp_sasl_password_maps table ? I've tried using '<>', but that didn't seem to work. thanks Per Jessen, Zürich

Re: smtp_sasl_password_maps and more users with the same smtp host

2010-02-08 Thread Michele Carandente
Ok I found the solution: smtp_sender_dependent_authentication = yes Now I can match the sender and have the proper authentication... Thanks a lot Michele

Re: smtp_sasl_password_maps and more users with the same smtp host

2010-02-08 Thread Michele Carandente
Hi Wietse, thanks for the reply. I had a look at the link that you suggest me, but I didn't find the solution... The problem is that in 'smtp_sasl_password_maps' I can setup an authentication(username:password) for every smtp server. But if I have more than one user with a gmail

Re: smtp_sasl_password_maps and more users with the same smtp host

2010-02-05 Thread Wietse Venema
Michele Carandente: > Hello to everybody. > I'm creating a mailserver that will relay emails to different smtp servers. > > To allow the smtp authentication I'm using this options: > smtp_sasl_auth_enable = yes > smtp_sasl_password_maps = hash:/etc/postfix/sasl

smtp_sasl_password_maps and more users with the same smtp host

2010-02-05 Thread Michele Carandente
Hello to everybody. I'm creating a mailserver that will relay emails to different smtp servers. To allow the smtp authentication I'm using this options: smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd and in the file sasl_passwd I've