Hi all ,
we send the emails from the application server by making smtp session with
one of the postfix server
there’s a scenario when CRM server send out invalid email address to
postfix, we’re getting a bounced-back email saying that the email is not
delivered together with a trace-dump. But the
Paul B. Henson:
> We recently upgraded some systems from postfix 2.6.6 to postfix 2.7.4,
> and the behavior when trying to submit messages through the sendmail
> interface seems to have changed.
>
> In the previous version, if a message exceeded the configured
> message_size_limit, it would look l
We recently upgraded some systems from postfix 2.6.6 to postfix 2.7.4,
and the behavior when trying to submit messages through the sendmail
interface seems to have changed.
In the previous version, if a message exceeded the configured
message_size_limit, it would look like this:
$ (printf "From:
At 04:48 PM 6/1/2011, you wrote:
>On 2011-06-01 Shawn Heisey wrote:
>> On 6/1/2011 12:57 PM, Ansgar Wiechers wrote:
>>> I'm aware of two ways to verify recipients when relaying mail to
>>> upstream Exchange servers:
>>>
>>> - Export recipient addresses from AD and use that list as
>>> $relay_rec
On 2011-06-01 Shawn Heisey wrote:
> On 6/1/2011 12:57 PM, Ansgar Wiechers wrote:
>> I'm aware of two ways to verify recipients when relaying mail to
>> upstream Exchange servers:
>>
>> - Export recipient addresses from AD and use that list as
>> $relay_recipient_maps.
>> - Use an LDAP query in $
On 6/1/2011 12:57 PM, Ansgar Wiechers wrote:
I'm aware of two ways to verify recipients when relaying mail to
upstream Exchange servers:
- Export recipient addresses from AD and use that list as
$relay_recipient_maps.
- Use an LDAP query in $relay_recipient_maps.
I seem to recall that there
On 6/1/2011 2:25 PM, Benny Pedersen wrote:
On Tue, 31 May 2011 11:22:48 -0400 (EDT), Wietse Venema
wrote:
You can use smtpd_discard_ehlo_keyword_address_maps to disable
AUTH by IP address. With this, the Postfix SMTP server will not
announce AUTH support and will not accept AUTH commands.
s
On Tue, 31 May 2011 11:22:48 -0400 (EDT), Wietse Venema
wrote:
> You can use smtpd_discard_ehlo_keyword_address_maps to disable
> AUTH by IP address. With this, the Postfix SMTP server will not
> announce AUTH support and will not accept AUTH commands.
super cidr maps are now created from public
On 2011-06-01 lst_ho...@kwsoft.de wrote:
> Zitat von Ansgar Wiechers :
>> I'm aware of two ways to verify recipients when relaying mail to
>> upstream Exchange servers:
>>
>> - Export recipient addresses from AD and use that list as
>> $relay_recipient_maps.
>> - Use an LDAP query in $relay_reci
Zitat von Ansgar Wiechers :
Hello list
I'm aware of two ways to verify recipients when relaying mail to
upstream Exchange servers:
- Export recipient addresses from AD and use that list as
$relay_recipient_maps.
- Use an LDAP query in $relay_recipient_maps.
I seem to recall that there was a
Hello list
I'm aware of two ways to verify recipients when relaying mail to
upstream Exchange servers:
- Export recipient addresses from AD and use that list as
$relay_recipient_maps.
- Use an LDAP query in $relay_recipient_maps.
I seem to recall that there was a third option where Postfix wou
Wednesday, June 1, 2011, 3:33:41 AM, Ralf wrote:
> * kshitij mali :
>> Thank u ralf
>>
>> Can u please give me link for learn regular experssion
> The best book is:
> http://oreilly.com/catalog/9780596002893
> (IMHO of course)
I also use:
http://www.regular-expressions.info/
--
Duane
On Wed, 1 Jun 2011 10:52:17 +0200
Nahliel Steinberg articulated:
> Recently i have configured postfix on my laptop at home, to use it
> with yahoo. Ok at home run succesfull.
>
> Here at office, postfix dont run because 465 port is blocking by a
> firewall.
Why are you using 465? I am using 587
As perl contains the most complete regular expression implementation,
you may as well go into the perl tutorial for regular expressions:
http://perldoc.perl.org/index-tutorials.html
suomi
On 2011-06-01 10:31, kshitij mali wrote:
Thank u ralf
Can u please give me link for learn regular experss
* kibirango moses :
> Hullo Users,
> I setting up a mailserver with smtp authentication and the backend
> database is mysql 5.1.53 with pam_mysql and cyrus-sasl2 2.1.23 on
> slackware linux 13.1.When i telnet to test my server side
> authenication it gives me the error
> below:
>
> rootxx:/etc
Sirs,
Recently i have configured postfix on my laptop at home, to use it with yahoo.
Ok at home run succesfull.
Here at office, postfix dont run because 465 port is blocking by a firewall.
I decide at office, to reconfigure postfix with gmail, and run successfull but
with gmail when we post
a
Hullo Users,
I setting up a mailserver with smtp authentication and the backend
database is mysql 5.1.53 with pam_mysql and cyrus-sasl2 2.1.23 on
slackware linux 13.1.When i telnet to test my server side
authenication it gives me the error
below:
rootxx:/etc/postfix# postconf -a
cyrus
dovecot
* kshitij mali :
> Thank u ralf
>
> Can u please give me link for learn regular experssion
The best book is:
http://oreilly.com/catalog/9780596002893
(IMHO of course)
--
Ralf Hildebrandt
Geschäftsbereich IT | Abteilung Netzwerk
Charité - Universitätsmedizin Berlin
Campus Benjamin Franklin
Thank u ralf
Can u please give me link for learn regular experssion
all alway get complex reqirement to track the postfix log more oftenly which
will help
me .
for example 1. how many email got dilver from one intenal user for certain
domain in last 5 hrs
2. how many email got d
Hi,
2011/6/1 :
> It is the duty of the *receiving* end to carefully choose which RBLs to use.
> If they choose to use a unreliable one, they got what they deserve. You
indeed, but still, there are many postmasters out there, solely
relying on SORBS.
> might check your listing here http://multi
* kshitij mali :
> I want to list email send to the domain gmail.com how to achive it
>
>
> cat /var/log/maillog | grep -i cleanup | egrep 'to=<*@gmail.com'
>
> where * = all user of gmail.com domain i think
>
> is the above reular expression is correct ?
No.
egrep 'postfix/cleanup.*to=<.*@gm
I want to list email send to the domain gmail.com how to achive it
cat /var/log/maillog | grep -i cleanup | egrep 'to=<*@gmail.com'
where * = all user of gmail.com domain i think
is the above reular expression is correct ?
Please help i want the count for how mail email are sent to gmail.comdo
Zitat von Florian Effenberger :
Hello,
sorry if this mail does not belong here, but maybe some other admins
share the same burden. :-)
Probably a never ending story, according to googling a bit, but:
Anyone has recent experience with SORBS? One of the servers I
administer has been hitten sever
23 matches
Mail list logo