Re: Make Postfix show expired certificate path

2021-01-21 Thread Pau Peris
32 AM Viktor Dukhovni wrote: > > On Fri, Jan 22, 2021 at 12:24:28AM +0100, Pau Peris wrote: > > > That's the one I use now: > > smtpd_tls_chain_files = > > /etc/letsencrypt/live/webeloping.es/privkey.pem, > > /etc/letsencrypt/live/webelopin

Re: Make Postfix show expired certificate path

2021-01-21 Thread Pau Peris
> Like this: > https://techmonger.github.io/49/certbot-auto-renew/ > > Here is the official documenation on certbot if you need it. > https://certbot.eff.org/docs/ > > Hope this points you in the right direction. > > Cheers. > > Theodore Knab > Annapolis Linux Users

Re: Make Postfix show expired certificate path

2021-01-21 Thread Pau Peris
xpired) Extended master secret: no Max Early Data: 0 --- read R BLOCK On Thu, Jan 21, 2021 at 11:44 PM Viktor Dukhovni wrote: > > On Thu, Jan 21, 2021 at 11:19:13PM +0100, Pau Peris wrote: > > > Does someone know how I can make postfix show the absolute path for the > > TLS

Re: Make Postfix show expired certificate path

2021-01-21 Thread Pau Peris
s and I'm not able to find the error. Thanks, On Thu, Jan 21, 2021 at 11:28 PM Bill Cole wrote: > > On 21 Jan 2021, at 17:19, Pau Peris wrote: > > > do someone know how can i make postfix show the absolute path for the > > TLS certificate used? > > postconf smtpd_

Make Postfix show expired certificate path

2021-01-21 Thread Pau Peris
Hi, do someone know how can i make postfix show the absolute path for the TLS certificate used? The thing is Postfix shows the following error but I'm not able to find any expired certificate in the system. Postfix config file seems fine but obviously there's some kind of mistake on my side so I

Re: Sender restriction to reject message with multiple from addresses

2020-10-09 Thread Pau Peris
ou contact form should validate the email address field to ensure that only > one email address is provided and tell the user immediately to fix their > input. > > I am not sure why you would care about other e-mail arriving at postfix with > multiple from addresses. > Does it ever

Re: Sender restriction to reject message with multiple from addresses

2020-10-09 Thread Pau Peris
e of multiple From addresses, could I generate a custom bouncing email message? If so, how should I proceed? * Which would be the real use case(s) where would be useful to use multiple From addresses? Thanks a lot for your time and help, On Thu, Oct 8, 2020 at 9:37 AM Tom Hendrikx wrote: >

Re: Sender restriction to reject message with multiple from addresses

2020-10-07 Thread Pau Peris
I'm missing something. Thanks in advanced, On Tue, Oct 6, 2020 at 10:50 PM Viktor Dukhovni wrote: > > On Wed, Oct 07, 2020 at 12:27:09AM +, Pau Peris wrote: > > > I'm hosting my dad's webpage which has a contact form (which should be > > improved to avoi

Re: Sender restriction to reject message with multiple from addresses

2020-10-06 Thread Pau Peris
xample.net" are generated. I though that those kind of messages should get rejected and thought that maybe there was a builtin restriction for this use case. On Tue, Oct 6, 2020 at 10:12 PM Noel Jones wrote: > > > On 10/6/2020 6:52 PM, Pau Peris wrote: > > Hi, > > >

Sender restriction to reject message with multiple from addresses

2020-10-06 Thread Pau Peris
, copia o distribució a tercers sense prèvia autorització escrita per part de Pau Peris Rodriguez. En cas d'haver rebut aquesta informació per error, es demana que es notifiqui immediatament d'aquesta circumstancia mitjançant la direcció electrònica del emissor.

Alter virtual domains MySQL table to insert relay host for some domains

2020-10-05 Thread Pau Peris
seu/s destinatari/s en còpia present. Tant mateix, queda prohibida la seva divulgació, copia o distribució a tercers sense prèvia autorització escrita per part de Pau Peris Rodriguez. En cas d'haver rebut aquesta informació per error, es demana que es notifiqui immediatament d'aques

Re: Google Mail forwarding rewrites To, For and Delivered-To headers

2017-11-29 Thread Pau Peris
send mail over an own relay if > it needs to be exact like I want. > > On Wed, Nov 29, 2017 at 05:10:55PM +0100, Pau Peris wrote: > > Hi, > > > > i have a private server which handles email messages for different > domains > > - ie, example.com, mydomain.es - thro

Google Mail forwarding rewrites To, For and Delivered-To headers

2017-11-29 Thread Pau Peris
Hi, i have a private server which handles email messages for different domains - ie, example.com, mydomain.es - through Postfix. For domain mydomain.es i'm already using Google Apps to handle the email. I use both systems to handle the email for domain mydomain.es because i have some web apps inst

Re: Propper way to deliver email messages to gmail

2017-11-06 Thread Pau Peris
Thanks a lot for your answers. They really helped me. :) On Sun, Nov 5, 2017 at 11:19 PM, Viktor Dukhovni wrote: > > >> On Nov 5, 2017, at 3:27 PM, /dev/rob0 wrote: >> >> BTW if for some reason you did want to deliver "@example.com" to >> Google, simply use the MX lookup in your transport entry

Propper way to deliver email messages to gmail

2017-11-05 Thread Pau Peris
Hi, could someone tell, in his opinion, which would be the right way to deliver remote messages to gmail? Looking at this [1] URL looks like the only way available is through port 25. If i wanted my Postfix to communicate through 465 or 587 it would need a user/pass but it looks weird to me. I mea

Re: Right way to force autresponder script to authenticate against postfix

2016-03-21 Thread Pau Peris
r and use these account in the from headers. By now i was looking for a way to send email using as credentials the ones in the from headers. On Mon, Mar 21, 2016 at 4:30 PM, Wietse Venema wrote: > Pau Peris: >> By your reply should i assume it's not possible to pass extra >> p

Re: Right way to force autresponder script to authenticate against postfix

2016-03-21 Thread Pau Peris
ere's no way to authenticate against Postfix through the crypted password. By the way, i use pam to get to the SQL backend. Sthanks again, On Sat, Mar 19, 2016 at 3:28 PM, Wietse Venema wrote: > Pau Peris: >> Hi, >> >> do someone know if it's possi

Re: Right way to force autresponder script to authenticate against postfix

2016-03-19 Thread Pau Peris
email address, can i try to login through any kind of service/process? Thanks! On Thu, Mar 17, 2016 at 7:46 PM, Pau Peris wrote: > Hello again, > > as i didn't work on Postfix over the last year i've been digging > around the config and the manuals at postfix.org b

Re: Right way to force autresponder script to authenticate against postfix

2016-03-18 Thread Pau Peris
binary but i would like to be able to use the authenticate behaviour. If someone knows a better way to authenticate just let me know. Hope someone can help to solve this doubts. Sincerely, On Wed, Mar 9, 2016 at 1:37 PM, Pau Peris wrote: > Ok, thanks!! > > On Tue, Mar 8, 2016 at 8:36 P

Re: Right way to force autresponder script to authenticate against postfix

2016-03-09 Thread Pau Peris
Ok, thanks!! On Tue, Mar 8, 2016 at 8:36 PM, Wietse Venema wrote: > The third option was: > - submit autoreplies with /usr/sbin/sendmail instead of SMTP. > > Pau Peris: >> If i'd go by the third option, sending through sendmail instead of >> SMTP, i would loose the

Re: Right way to force autresponder script to authenticate against postfix

2016-03-08 Thread Pau Peris
Thanks! On Tue, Mar 8, 2016 at 5:26 PM, Wietse Venema wrote: > Pau Peris: >> If i'd go by the third option, sending through sendmail instead of >> SMTP, i would loose the headers automatically set by Postfix. > > Where did you get that idea from? > > Wietse

Re: Right way to force autresponder script to authenticate against postfix

2016-03-08 Thread Pau Peris
options 1 and 2? Thanks agian! On Tue, Mar 8, 2016 at 3:18 PM, Wietse Venema wrote: > Pau Peris: >> Hi Wietse, >> >> as i stated in the first message this is why postfix is rejecting, >> right? > > Yes. I suppose this is not what you want. The choices are > - ad

Re: Right way to force autresponder script to authenticate against postfix

2016-03-08 Thread Pau Peris
Could you give me your point of view about what would be the proper way to go? Thanks, On Tue, Mar 8, 2016 at 12:25 PM, Wietse Venema wrote: > Pau Peris: >> Hi Wietse, >> >> thank again for your help. Here goes the info, it looks good but >> obviously it isn'

Re: Right way to force autresponder script to authenticate against postfix

2016-03-08 Thread Pau Peris
d_relay_restrictions' postconf: warning: unmatched request: "*/*/smtpd_relay_restrictions" On Tue, Mar 8, 2016 at 2:00 AM, Wietse Venema wrote: > Pau Peris: >> Hi Wietse, >> >> Thanks a lot for you reply but I already added those addresses seven >> first confi

Re: Right way to force autresponder script to authenticate against postfix

2016-03-07 Thread Pau Peris
7;s something I sellouts fix/improve. Thanks!!! ___ Sent from my Android phone, excuse my brevity. On Mar 7, 2016 19:15, "Wietse Venema" wrote: > Pau Peris: > > smtpd_relay_restrictions = > > permit_mynetworks, > >

Right way to force autresponder script to authenticate against postfix

2016-03-07 Thread Pau Peris
I'm running Postfix 2.11.1 and i've configured an autoresponder by adding those lines to postfix's master.cf postfix_responseunix - n n - - pipe flags=Rq user=postfix_response argv=/var/spool/postfix_response/vacation.pl -f ${sender} -- ${recipient} the probl

Re: Unexpected failure, please try later (in reply to end of DATA command)

2014-07-23 Thread Pau Peris
Thanks Wietse, i already checked arising successful results. Thx again. On Wed, Jul 23, 2014 at 7:37 PM, Wietse Venema wrote: > Pau Peris: >> Hi all, >> >> i understand the whole point but the issue i was asking for help is >> not about trying to stop that bounce me

Re: Unexpected failure, please try later (in reply to end of DATA command)

2014-07-23 Thread Pau Peris
t looks like i could only solve that issue by talking to Jazztel sysadmins. Thanks all, On Wed, Jul 23, 2014 at 4:24 PM, Viktor Dukhovni wrote: > On Wed, Jul 23, 2014 at 01:30:35PM +0200, Pau Peris wrote: > >> postconf -n >> >> 2bounce_notice_recipient = $delay_notice

Re: Unexpected failure, please try later (in reply to end of DATA command)

2014-07-23 Thread Pau Peris
ix/mysql_domains.cf virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql_mailbox.cf virtual_minimum_uid = 5000 virtual_uid_maps = static:5000 Thanks again, On Wed, Jul 23, 2014 at 12:42 PM, li...@rhsoft.net wrote: > > > Am 23.07.2014 12:33, schrieb Pau Peris: > > I enabled

Re: Unexpected failure, please try later (in reply to end of DATA command)

2014-07-23 Thread Pau Peris
p! On Wed, Jul 23, 2014 at 12:20 PM, li...@rhsoft.net wrote: > > > Am 23.07.2014 11:51, schrieb Pau Peris: > > while trying to send emails to the following address some_u...@f-gs.jazztel.es <mailto:some_u...@f-gs.jazztel.es> i > > always get the following error message. C

Unexpected failure, please try later (in reply to end of DATA command)

2014-07-23 Thread Pau Peris
Hi all, while trying to send emails to the following address some_u...@f-gs.jazztel.es i always get the following error message. Could any one tell where can i look in order to find what's going wrong? This is the log lines generated by postfix: Jul 23 11:42:20 we postfix/smtpd[4998]: connect fro

Re: Can't reject forged sender/from address only when using AfterLogic Webmail

2014-04-01 Thread Pau Peris
t no one giving reasons about their words. Hilarious joke! On Tue, Apr 1, 2014 at 2:18 PM, Daniele Nicolodi wrote: > > On 01/04/2014 12:41, Pau Peris wrote: > > Not meant to offend, but Viktor, i'm still waiting for you knowledge to > > come around. And no, i'm not ev

Re: Can't reject forged sender/from address only when using AfterLogic Webmail

2014-04-01 Thread Pau Peris
d an understand through my initial question, your good friend return-path aka envelope sender is not related to the issue i exposed. Cheers, On Tue, Apr 1, 2014 at 1:06 AM, Pau Peris wrote: > > I'm forwarding the email to the list which was sent to rhsoft by mistake. > > Thanks.

Re: Can't reject forged sender/from address only when using AfterLogic Webmail

2014-03-31 Thread Pau Peris
I'm forwarding the email to the list which was sent to rhsoft by mistake. Thanks. Sent from my Android mobile, excuse the brevity. On Apr 1, 2014 12:42 AM, "li...@rhsoft.net" wrote: > > REPLY TO THE LIST > > Am 01.04.2014 00:16, schrieb Pau Peris: > > Thank

Re: Can't reject forged sender/from address only when using AfterLogic Webmail

2014-03-31 Thread Pau Peris
tle help from a friend". Thanks in advanced, On Mon, Mar 31, 2014 at 6:01 PM, Viktor Dukhovni wrote: > > On Mon, Mar 31, 2014 at 05:52:33PM +0200, Pau Peris wrote: > > > thanks a lot for your time and the great explanation, but i think that's > > not what i'm look

Re: Can't reject forged sender/from address only when using AfterLogic Webmail

2014-03-31 Thread Pau Peris
rbird but don't know why After logic operates in a different way. What i would like is to reject the email when the from address has been edited. I hope you can help me to get a clue here. Thanks a lot On Mon, Mar 31, 2014 at 4:56 PM, Viktor Dukhovni wrote: > > On Mon, Mar 31, 2014 at 04:

Can't reject forged sender/from address only when using AfterLogic Webmail

2014-03-31 Thread Pau Peris
i'm running Postfix 2.11 and i would like to reject/prevent authenticated users from sending emails with forged sender/from address. Right now i've implemented the following policy which works just fine: smtpd_sender_login_maps = proxy:mysql:/etc/postfix/ mysql_sender_login_maps.cf smtpd_sender_

Re: Reject client from domains without MX records

2014-03-28 Thread Pau Peris
at 1:02 AM, Pau Peris wrote: > > Thanks a lot! > -- > > > Sent from my Android mobile, excuse the brevity. > > On Mar 29, 2014 12:55 AM, "li...@rhsoft.net" wrote: >> >> >> >> Am 29.03.2014 00:43, schrieb Pau Peris: >> > I don'

Re: Reject client from domains without MX records

2014-03-28 Thread Pau Peris
Thanks a lot! -- Sent from my Android mobile, excuse the brevity. On Mar 29, 2014 12:55 AM, "li...@rhsoft.net" wrote: > > > Am 29.03.2014 00:43, schrieb Pau Peris: > > I don't think that's about reading but about experise. Which takes time > after reading

Re: Reject client from domains without MX records

2014-03-28 Thread Pau Peris
neral don't change defaults for no good reason > > Am 29.03.2014 00:21, schrieb Pau Peris: > > Could you be more explicit or place an example on how should main.cf < > http://main.cf> should stay after removing > > the sasl params and how should master.cf <htt

Re: Reject client from domains without MX records

2014-03-28 Thread Pau Peris
28.03.2014 20:33, schrieb Pau Peris: > > I think everything was working fine but after update main.cf < > http://main.cf> file i'm seeing the following warning > > for emails incoming outside the box, postfix/smtpd[15455]: warning: > restriction > > `reject_au

Re: Reject client from domains without MX records

2014-03-28 Thread Pau Peris
Here i paste my current main.cf and master.cf files. https://gist.github.com/sibok/f6f3fc9dfa074868e10e Any help would be extremely appreciated. Thanks in advanced! On Fri, Mar 28, 2014 at 6:45 PM, Pau Peris wrote: > > Finally, > > removing warn_if_rejected did the trick. Oh mine, stupid mi

Re: Reject client from domains without MX records

2014-03-28 Thread Pau Peris
Finally, removing warn_if_rejected did the trick. Oh mine, stupid mistake, easy fix! Thanks a lot rhsoft!! On Thu, Mar 27, 2014 at 11:48 PM, Pau Peris wrote: > > Excuse me, i'll try to follow your rules. The HTML thing was due to the reader, i think it took web URL and emails int

Re: Reject client from domains without MX records

2014-03-27 Thread Pau Peris
_ > > back to topic: > > * why would you like to spoof root? > * mails of cronjobs and such things are using the sendmail binary > * the sendmail binary has *no relevance* to SMTP restrictions because it > is not SMTP > > Am 27.03.2014 20:04, schrie

Re: Reject client from domains without MX records

2014-03-27 Thread Pau Peris
om address but i'm not able to find the right directive. Would you dare pointing me to the right one? Thank you so much. I rally appreciate your help On Thu, Mar 27, 2014 at 7:53 PM, Pau Peris wrote: > Hi, > > i didn't configure mynetworks because i mynetworks_style is se

Re: Reject client from domains without MX records

2014-03-27 Thread Pau Peris
obert, i'm using Roundcube already configured to connect to smtp and not as sendmail. Thanks for your tip. Thanks again, On Thu, Mar 27, 2014 at 7:32 PM, Robert Schetterer wrote: > Am 27.03.2014 18:52, schrieb Pau Peris: > > If i try to spoof email/sender address through Mozilla T

Re: Reject client from domains without MX records

2014-03-27 Thread Pau Peris
After doing another try and looking carefully at the mail.log file i realize that after the first attempt to reject the email i finally gets delivered. https://gist.github.com/sibok/82f84dcc71bfa75deeeb Hope someone can help. Thanks! On Thu, Mar 27, 2014 at 6:52 PM, Pau Peris wrote: > I

Re: Reject client from domains without MX records

2014-03-27 Thread Pau Peris
, 2014 at 3:37 PM, Pau Peris wrote: > Hi, > > i'm really getting nuts trying to get is running. > > The current behavior is: > * An authenticated user can login as user f...@example.com and then send > an email using from/sender address b...@example2.com > * When anothe

Re: Reject client from domains without MX records

2014-03-27 Thread Pau Peris
bits of help. Thanks On Wed, Mar 26, 2014 at 9:22 PM, Pau Peris wrote: > > Hello again, > > i read carefully the explanation given by rhsoft and also went to postconf > doc page - http://www.postfix.org/postconf.5.html -to be able to > understand each one of the statements i w

Re: StartSSL.com SSL Class2 Certificate and Postfix

2014-03-26 Thread Pau Peris
Hi Viktor, Thank you very much. Yo're awesome help!! Last, yes, i mis belief my findings jejeje I just feel out of business here. Thanks again. Sent from my Android mobile, excuse the brevity. On Mar 26, 2014 11:00 PM, "Viktor Dukhovni" wrote: > On Wed, Mar 26, 2014 at 10:

Re: StartSSL.com SSL Class2 Certificate and Postfix

2014-03-26 Thread Pau Peris
brevity. On Mar 26, 2014 9:28 PM, "Viktor Dukhovni" wrote: > On Wed, Mar 26, 2014 at 09:13:58PM +0100, Pau Peris wrote: > > > Common Name (CN) we.webeloping.es > > > > X509v3 Subject Alternative Name: > > DNS:webeloping.com, > > DNS:demo.web

Re: Reject client from domains without MX records

2014-03-26 Thread Pau Peris
ple.com is a valid domain, able to receive emails, and blog.example.com is a valid CNAME which is not able to receive emails so the following address w...@blog.example.com does not exists. https://gist.github.com/sibok/ef6a417d10ddf20bd242 On Tue, Mar 25, 2014 at 12:07 AM, Pau Peris wrote: > H

Re: StartSSL.com SSL Class2 Certificate and Postfix

2014-03-26 Thread Pau Peris
me Do you know what could be wrong? On Sat, Mar 22, 2014 at 7:22 PM, Viktor Dukhovni wrote: > On Sat, Mar 22, 2014 at 12:17:28PM +0100, Pau Peris wrote: > > > Currently my `Postfix 2.11` instance runs TLS on a `GoDaddy SSL > > Certificate` > > The vendor is largely irr

Re: Reject client from domains without MX records

2014-03-24 Thread Pau Peris
Hundred thanks!! Really great help, tomorrow gonna put it all together and solve the issue. Good night! On Mon, Mar 24, 2014 at 9:06 PM, li...@rhsoft.net wrote: > > > Am 24.03.2014 20:54, schrieb Pau Peris: > > I'm wondering why are you setting the following poli

Re: Reject client from domains without MX records

2014-03-24 Thread Pau Peris
ied_sender? Is it a resources drainer? Thanks a lot! On Mon, Mar 24, 2014 at 8:44 PM, Pau Peris wrote: > Thank you everyone. Your advises has been very useful to resolve this > issue. > > > On Sat, Mar 22, 2014 at 2:17 PM, Wietse Venema wrote: > >> Pau Peris: >> >

Re: Reject client from domains without MX records

2014-03-24 Thread Pau Peris
Thank you everyone. Your advises has been very useful to resolve this issue. On Sat, Mar 22, 2014 at 2:17 PM, Wietse Venema wrote: > Pau Peris: > > Thanks for the explanation but i think i'm not understanding you. I > > understand MX records are not mandatory but i&#

Re: Reject client from domains without MX records

2014-03-22 Thread Pau Peris
not have any MX record accepting emails for such domain/subdomain. On Sat, Mar 22, 2014 at 12:04 PM, Pau Peris wrote: > Thanks for the explanation but i think i'm not understanding you. I > understand MX records are not mandatory but i'm wondering what am i > supposed to do wh

StartSSL.com SSL Class2 Certificate and Postfix

2014-03-22 Thread Pau Peris
Hi all, currently my `Postfix 2.11` instance runs TLS on a `GoDaddy SSL Certificate` but as i would like to be able to access my server from smtp.domain.com as well as imap.domain.com, domain.com or domain.es i bought a cheap SSL Class2 Certificate at startssl.com website. But after updating Postf

Re: Reject client from domains without MX records

2014-03-22 Thread Pau Peris
ou so much. On Sat, Mar 22, 2014 at 11:21 AM, li...@rhsoft.net wrote: > > > Am 22.03.2014 10:29, schrieb Pau Peris: > > The issue here is mail.domain.com <http://mail.domain.com> is > responsible of sending email for domain.com > > <http://domain.com> but not *

Reject client from domains without MX records

2014-03-22 Thread Pau Peris
Machine mail.domain.com send email for domain.com through Postfix 2.11 but today reviewing mail.log file i noticed some Wordpress on machines wordpress.domain.com andblog.domain.com as sending email through mail.domain.com where sender address is u...@wordpress.domain.com and u...@blog.domain.com.