On Fri, 5 Feb 2010 18:44:48 -0500 (EST)
Wietse Venema wrote:
> Jerry:
> > On Fri, 5 Feb 2010 18:03:59 +0200
> > Ion-Mihai Tetcu replied:
> >
> > >On Fri, 5 Feb 2010 15:59:24 +
> > >Michele Carandente wrote:
> > >
> > >> Hi to everybody.
> > >> I'm not able to smtp relay emails to yahoo (sm
On Fri, 05 Feb 2010, Henrik K wrote:
> There was a thread earlier about whitelisting known correspondents.
>
> I have now written a tool for my pleasure, but feel free to check it
> out.
>
> http://mailfud.org/postpals/
Thank you for sharing this Henrik. It has been operational here for a
few
Jerry:
> On Fri, 5 Feb 2010 18:03:59 +0200
> Ion-Mihai Tetcu replied:
>
> >On Fri, 5 Feb 2010 15:59:24 +
> >Michele Carandente wrote:
> >
> >> Hi to everybody.
> >> I'm not able to smtp relay emails to yahoo (smtp.mail.yahoo.it).
> >>
> >> I'm relaying emails to gmail and hotmail without pr
Márcio Luciano Donada a écrit :
> Hi list,
> I am using the autoresponder to send holiday of users. But to enable it,
> type the queue problems with e-mail has increased significantly and also
> with the delivery of messages that were passed to autorespoder not
> arrived in the User's
>
> My confi
On Fri, 5 Feb 2010 18:03:59 +0200
Ion-Mihai Tetcu replied:
>On Fri, 5 Feb 2010 15:59:24 +
>Michele Carandente wrote:
>
>> Hi to everybody.
>> I'm not able to smtp relay emails to yahoo (smtp.mail.yahoo.it).
>>
>> I'm relaying emails to gmail and hotmail without problems... but with
>> yahoo
Hey,
* You may have to use a combination of lookup + transport, ie use either a
hash, RDBMS map to query which users have autoresponder enabled and then feed
those mails to the transport autoresponder
Regards,
Muhammed Sameer
--- On Fri, 2/5/10, Márcio Luciano Donada
wrote:
> From: Márcio L
Andreas Grimm:
> Hi,
> I'm not using relay_domains, instead it is configured via
>
In that case set
main.cf:
relay_domains=
Wietse
Hi,
my current setting:
parent_domain_matches_subdomains =
debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_authorized_clients,smtpd_access_maps
I'm not using relay_domains, instead it is configured via virtual_maps. It's
not under my control because i'm using a co
Andreas Grimm:
> Hi Wietse,
>
> that's right, it isn't listed. But it was a non exisiting subdomain
> the spamer sent the mail to.
OK, in that case you could set
main.cf:
relay_domains=
If, on the other hand, you really need to have a non-empty
relay_domains setting, you would need to chang
Hi Wietse,
that's right, it isn't listed. But it was a non exisiting subdomain the spamer
sent the mail to. The mail address was like
zirkel.in...@nonexistingsub.domain.net
So the mail was directly delivered to the A record (which is wildcarded).
What i don't get is, why did postfix forwarded th
Le 05/02/2010 17:11, Clayton Keller a écrit :
On 2/5/2010 10:07 AM, DUBOURG Kevin wrote:
Hello,
Probably the yahoo domain Key policy.
http://en.wikipedia.org/wiki/DomainKeys
You have to install Dkimproxy.
[...]
It could be a part of some of the connectivity issues that they have
been re
Andreas Grimm:
> Feb 5 05:18:15 webbox444 postfix/smtp[10656]: D9568540386:
> to=, relay=none, delay=2.2, delays=2.2/0/0/0,
> dsn=5.4.6, status=bounced (mail for REMOVED loops back to myself)
The machine is MX host for REMOVED, but you broke Postfix by not
listing that domain in virtual_alias_d
Hi to all,
today something weird happened. My server received a message to a non existing
mailbox and subdomain. Here are the loglines (i removed the domain names to the
original recipient):
---SNIP---
Feb 5 05:18:13 webbox444 postfix/smtpd[12146]: D9568540386:
client=ppp-61-90-87-109.revip.as
On 2/5/2010 10:07 AM, DUBOURG Kevin wrote:
Hello,
Probably the yahoo domain Key policy.
http://en.wikipedia.org/wiki/DomainKeys
You have to install Dkimproxy.
Regards,
On Fri, 5 Feb 2010 18:03:59 +0200, Ion-Mihai Tetcu
wrote:
On Fri, 5 Feb 2010 15:59:24 +
Michele Carandente wrote:
Hi
Hello,
Probably the yahoo domain Key policy.
http://en.wikipedia.org/wiki/DomainKeys
You have to install Dkimproxy.
Regards,
On Fri, 5 Feb 2010 18:03:59 +0200, Ion-Mihai Tetcu
wrote:
> On Fri, 5 Feb 2010 15:59:24 +
> Michele Carandente wrote:
>
>> Hi to everybody.
>> I'm not able to smt
On Fri, 5 Feb 2010 15:59:24 +
Michele Carandente wrote:
> Hi to everybody.
> I'm not able to smtp relay emails to yahoo (smtp.mail.yahoo.it).
>
> I'm relaying emails to gmail and hotmail without problems... but with
> yahoo I've this error:
>
> relay=smtp.mail.yahoo.it[217.12.11.88]:465, de
Hi to everybody.
I'm not able to smtp relay emails to yahoo (smtp.mail.yahoo.it).
I'm relaying emails to gmail and hotmail without problems... but with
yahoo I've this error:
relay=smtp.mail.yahoo.it[217.12.11.88]:465, delay=40,
delays=19/0.28/20/0, dsn=4.4.2, status=deferred (lost connection wit
Hi list,
I am using the autoresponder to send holiday of users. But to enable it,
type the queue problems with e-mail has increased significantly and also
with the delivery of messages that were passed to autorespoder not
arrived in the User's
My configuration: (master.cf)
smtp inet n
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_pas
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 something like:
[smtp.domai
Hello,
There was a thread earlier about whitelisting known correspondents.
I have now written a tool for my pleasure, but feel free to check it out.
http://mailfud.org/postpals/
Cheers,
Henrik
21 matches
Mail list logo