I need to add this header to all outgoing email on my servers:
X-SMTPAPI: {"category": "Forum Notifications"}
How can I do that? main.cf file?
thanks in advance,
--
Regards;
Israel Garcia
Israel Garcia:
> I need to add this header to all outgoing email on my servers:
>
> X-SMTPAPI: {"category": "Forum Notifications"}
>
> How can I do that? main.cf file?
>
> thanks in advance,
- A PREPEND action in an smtpd_sender/client_restrictions access
map
- A Milter program that prepends
Hi,
I'm sending all emails to a relayhost with a TLS connection , but I
want to send mail to specific domain using another hosts. I mean:
* --> [smtp.tls.host]:587 (TLS)
and
*...@domain1 smtp:[host1]
*...@domain2 smtp:[host2]
This is postconf -n output:
alias_database = hash:/etc/aliases
Israel Garcia:
> Hi,
>
> I'm sending all emails to a relayhost with a TLS connection , but I
> want to send mail to specific domain using another hosts. I mean:
As documented, the transport_maps setting overrides the relayhost
setting, so you are on the right track:
relayhost = [smtp.tls.ho
I'm current using recipient_bcc_maps to forward spam trap emails to a dnsbl.
I've been asked by another dnsbl to provide them the same trap data.
According to recipient_bcc_maps, I can't bcc to more than one address. I
thought of creating a local alias that expands to both addresses and bcc'ing
t
On Thu, Apr 29, 2010 at 2:22 PM, Wietse Venema wrote:
>
>> �...@domain1 smtp:[host1]
>> �...@domain2 smtp:[host2]
>
> The syntax for transport maps is documented: man 5 transport. Please
> take a minute to read the docs.
:-) working now..
but I'm getting this error when try to connect with the
Hi,
We have a situation where LDAP query is resulting in a LDAP 80 level
errorduring a domain lookup. Yes I understand we need to fix this problem.
However, the side effect we see is the client's SMTP session hangs. Over a
period of time all SMTPD sessions are consumed and no mail is processed
On Thu, Apr 29, 2010 at 01:53:37PM +, Charles Account wrote:
>
> Hi,
> We have a situation where LDAP query is resulting in a LDAP 80 level
> errorduring a domain lookup. Yes I understand we need to fix this problem.
> However, the side effect we see is the client's SMTP session hangs. Over
Israel Garcia:
> On Thu, Apr 29, 2010 at 2:22 PM, Wietse Venema wrote:
> >
> >> ?...@domain1 smtp:[host1]
> >> ?...@domain2 smtp:[host2]
> >
> > The syntax for transport maps is documented: man 5 transport. Please
> > take a minute to read the docs.
>
> :-) working now..
>
> but I'm getting thi
Stan Hoeppner:
> I'm current using recipient_bcc_maps to forward spam trap emails to a dnsbl.
> I've been asked by another dnsbl to provide them the same trap data.
> According to recipient_bcc_maps, I can't bcc to more than one address.
As documented.
> I
> thought of creating a local alias th
>>
>> Apr 29 08:31:49 server postfix/smtp[25835]: 270101CE0C:
>> to=, relay=host1[xx.xx.xx.xx]:25, delay=545,
>> delays=545/0.02/0.09/0, dsn=4.7.0, status=deferred (SASL
>> authentication failed; server host1[xx.xx.xx.xx] said: 535 5.7.0
>> Error: authentication failed: authentication failure)
>>
>
On 4/29/2010 11:21 AM, Israel Garcia wrote:
>>> Apr 29 08:31:49 server postfix/smtp[25835]: 270101CE0C:
>>> to=, relay=host1[xx.xx.xx.xx]:25, delay=545,
>>> delays=545/0.02/0.09/0, dsn=4.7.0, status=deferred (SASL
>>> authentication failed; server host1[xx.xx.xx.xx] said: 535 5.7.0
>>> Error: authe
Wietse Venema put forth on 4/29/2010 9:05 AM:
> Stan Hoeppner:
>> I'm current using recipient_bcc_maps to forward spam trap emails to a dnsbl.
>> I've been asked by another dnsbl to provide them the same trap data.
>> According to recipient_bcc_maps, I can't bcc to more than one address.
>
> As d
Wietse:
> I don't see any text that _bcc_maps recipient are given other
> treatment than non-BCC recipients.
Stan Hoeppner:
> Thanks Wietse. I was misreading this
>
> Note: automatic BCC recipients are produced only for new
> mail. To avoid mailer loops, automatic BCC recipients
>
Folks,
I would like to filter out and quarantine emails which has SocialSec or
CreditCard numbers within Subject or Body of emails [regular ascii digits]
I see ClamAV has options with DLP[Data Loss Prevention] - does anyone knows
what exactly I have add within master.cf/main.cf to accomplish th
On 4/29/2010 2:06 PM, W S wrote:
Folks,
I would like to filter out and quarantine emails which has SocialSec or
CreditCard numbers within Subject or Body of emails [regular ascii digits]
I see ClamAV has options with DLP[Data Loss Prevention] - does anyone
knows what exactly I have add within mas
Folks:
smtp-sink returns the following strings if configured to reject a command (ie,
the -r, -f, -Q, arguments):
#define SOFT_ERROR_RESP "450 4.3.0 Error: command failed"
#define HARD_ERROR_RESP "500 5.3.0 Error: command failed"
I have found it useful to be able to customize
On Thu, Apr 29, 2010 at 01:53:37PM +, Charles Account wrote:
> We have a situation where LDAP query is resulting in a LDAP 80 level
> errorduring a domain lookup. Yes I understand we need to fix this problem.
I've mentioned a number of times on this list that it is unwise to
make the trivial-
On Thu, Apr 29, 2010 at 5:34 PM, Brian Evans - Postfix List
wrote:
>
> This is because of your setting in main.cf:
>
>> smtp_sasl_password_maps = static:login:userpasswd
>>
>
> This will send the same user and password to every server that supports
> authentication.
> Suggest changing this to a m
19 matches
Mail list logo