On 09.07.21 08:38, Matus UHLAR - fantomas wrote:
you can add info to reject messages by configuring e.g.:
smtpd_reject_footer_maps=regexp:/etc/postfix/reject_footes_maps
but nobody will guarantee that the sending MTA will put that info to a
bounce.
However, if it helps, please report this info
On Fri, 9 Jul 2021 08:38:30 +0200
Matus UHLAR - fantomas wrote:
> On 08.07.21 18:48, li...@lazygranch.com wrote:
> >I rarely bounced email due to RBLs from someone I actually correspond
> >with. However I did bounce a message with the sender receiving this
> >message:
> >
> >Sorry, we were un
li...@lazygranch.com:
> I rarely bounced email due to RBLs from someone I actually correspond
> with. However I did bounce a message with the sender receiving this
> message:
>
> ?Sorry, we were unable to deliver your message to the following
> address.
If that is all the detail that the sender g
Hello,
My company requires that the passwords for all technical accounts be recycled
regularly.
Our implementation of SMTP authentication uses the nslcd service - we regularly
rotate between 2 binddn accounts, so that we can perform the password updates
on the inactive account, and then replac
>Wakefield, Robin:
> Hello,
>
> My company requires that the passwords for all technical accounts
> be recycled regularly.
>
> Our implementation of SMTP authentication uses the nslcd service
> - we regularly rotate between 2 binddn accounts, so that we can
> perform the password updates on the ina
On Fri, Jul 09, 2021 at 04:13:43PM +, Wakefield, Robin wrote:
> My company requires that the passwords for all technical accounts be
> recycled regularly.
It seems that by "technical accounts" you mean service accounts used by
software subsystems rather than human users.
> Our implementation
Hallo everybody,
I've wrote a postfix toolkit to report and act on the queue in a sharp way.
I would like to release it under GPL or some other free license.
To handle queue efficently i rewrote the rec_get sub in perl (I discovered it
was already present in qshape too late)
In my understanding
Paolo Schiro:
> Hallo everybody,
>
> I've wrote a postfix? toolkit to report and act on the queue in a sharp way.
> I would like to release it under GPL or some other free license.
> To handle queue efficently i rewrote the rec_get sub in perl (I discovered it
> was already present in qshape too
Hi,
Problem resolved. I am very surprised at what was causing the problem.
I have a VPS and it was serving keiththewebguy.com.
I decided I wanted to learn BIND / Let's Encrypt / Postfix / Dovecot.
I changed the host/glue records for keiththewebguy.com pointing then to
my home server.
I the
Thanks!!
On 2021-07-08 11:14, Gerald Galster wrote:
I am running Ubuntu 20.04lts / Apache / MySql (or a clone) / PHP /
BIND9 / Postfix / Dovecot
Web server works. I have configred a lot of LAMP virtual host
servers. I am new to BIND9 / Postfix / Dovecot.
FQDN is soho.keiththewe
Thanks!!
On 2021-07-08 12:11, PGNet Dev wrote:
On 7/8/21 1:59 PM, techli...@phpcoderusa.com wrote:
Any thought how I can troubleshoot this?
map out your traffic one step at a time.
connect with
openssl s_client
curl
from an external server, and manually exec an smtp trans
>From: owner-postfix-us...@postfix.org
>
>Paolo Schiro:
>> Hallo everybody,
>>
>> I've wrote a postfix toolkit to report and act on the queue in a sharp way.
>> I would like to release it under GPL or some other free license.
>> To handle queue efficently i rewrote the rec_get sub in perl (I disc
End goal is to have different smtpd_*_restrictions per recipient.
I see restriction classes might solve this.
Can you supply more than one class in the access table?
smtpd_restriction_classes = permissive, restrictive1, restrictive2,
restrictive3
permissive = permit
restrictive1 = rejec
> I had not removed the vhost on the VPS for keiththewebguy.com, so when I sent
> email from the VPS to my home server, it saw the same email on the local
> server (VPS) and routed it to the inbox.
>
> I am very surprised this occurred. I would have thought the sending server
> (VPS) would f
On Fri, Jul 09, 2021 at 07:34:36PM -0400, post...@ptld.com wrote:
> End goal is to have different smtpd_*_restrictions per recipient.
> I see restriction classes might solve this.
> Can you supply more than one class in the access table?
>
> smtpd_restriction_classes = permissive, restrictive1, r
I'm pretty shure you can group restrictions in classes for example:
restrictive2 = reject_unknown_sender_domain,reject_unknown_client_hostname
But I'm not shure they will be all applicable in the rcpt to stage.
Messaggio Originale
Da: post...@ptld.com
Inviato: Sat Jul 10 01:34:3
On 07-09-2021 7:44 pm, Viktor Dukhovni wrote:
You don't need restriction classes for these specific cases,
they can be used directly:
/etc/postfix/recipient_access:
joe@my.domain permit
jane@my.domain reject_unknown_sender_domain,
rej
On 07-09-2021 7:50 pm, Paolo Schiro wrote:
I'm pretty shure you can group restrictions in classes for example:
restrictive2 =
reject_unknown_sender_domain,reject_unknown_client_hostname
But I'm not shure they will be all applicable in the rcpt to stage.
Yes, you can group multiple restriction
Hey Keith
On Fri, 9 Jul 2021, techli...@phpcoderusa.com wrote:
I removed the vhost for keiththewebguy.com off my VPS and now I can send from
the VPS to my home server.
Is this normal behavior?
I've always found it amusingly odd when people refer to "my internet" and
I suppose "my VPS" hits
http://www.postfix.org/ADDRESS_VERIFICATION_README.html
"The downside of using a non-empty sender address is that the address
may end op on spammer mailing lists."
op = up?
What does "resolved RCPT TO address" mean?
If the mail was sent to an alias does postfix send the alias or the
address the alias points to, to the table?
On Fri, Jul 09, 2021 at 07:54:54PM -0400, post...@ptld.com wrote:
> > On 07-09-2021 7:44 pm, Viktor Dukhovni wrote:
> >
> > You don't need restriction classes for these specific cases,
> > they can be used directly:
> >
> > /etc/postfix/recipient_access:
> > joe@my.domain perm
22 matches
Mail list logo