Andrew Sukharew wrote:
I have a problem..
[snip]
Sep 2 11:44:52 mail postfix/smtpd[17607]: NOQUEUE: reject: MAIL from
relay.sard.ru[8.25.25.24]: 451 4.3.0 <[EMAIL PROTECTED]>: Temporary
lookup failure; from=<[EMAIL PROTECTED]> proto=ESMTP
helo=
[snip]
transport_maps = mysql:$base/maps/transp
I have a problem..
My mail schema
(relay-server) <-> (mail-server) <-> (smtp-clients)
1) relay-server processing mail traffic from Internet/mail-server and
redirecting him to mail-server/Internet
2) mail-server take/give mail correspondence from/to smtp-client (with SASL)
Logs from relay ser
J.P. Trosclair wrote:
Hi Jim,
I did something similar with fedora core 6 last week. The way I did it
was take the last postfix security update (source rpm) from fedora core
6 extracted it and used it's spec file to build a new rpm with the
latest postfix stable release. I left our config file
it seams a very hard problem? :(
On 8/31/08, shawn D.Wang <[EMAIL PROTECTED]> wrote:
>
> Hi guys:
>
> I suddenly found my mail log is very huge, and then I check it and found a
> new record is append for each minute since days ago, the content of this
> record is as follows. it seems sth about the
I maintain an old Fedora Core 5 system that I'm going to be
updating to Fedora 9 -- I'll be rebuilding from scratch and
copying over the config. The FC5 system has Postfix 2.2.8,
and the new system will have 2.5.1.
Can anyone tell me if there are any major config file
differences or incompatibil
On Monday, September 1, 2008, 08:23:15, Ebbe Hjorth wrote:
> ...
> But as far as i can see, i have reverse dns and a record setup correct,
But did you arrange to have your DNS server be authoritative for your IP
range?
See http://www.ripe.net/reverse/ for details.
--
[EMAIL PROTECTED] "The
Ralf Hildebrandt wrote:
* mouss <[EMAIL PROTECTED]>:
== main.cf
content_filter=filter:[127.0.0.1]:10024
== master.cf
filter . smtp
-o smtp_generic_maps=
...
do?
Let's ask :)
I just tested it and it works. I think it's worth adding to the docs,
including amavisd-new postfix r
Camron W. Fox wrote:
Stefan Palme wrote:
On Fri, 2008-08-29 at 09:39 -1000, Camron W. Fox wrote:
Noel Jones wrote:
Camron W. Fox wrote:
Alle,
We would like to filter all internal email so that it bypasses
SpamAssassin. We have set up per_client_filters using:
smtpd_client_restrictions
* mouss <[EMAIL PROTECTED]>:
> == main.cf
>
> content_filter=filter:[127.0.0.1]:10024
>
> == master.cf
> filter . smtp
>-o smtp_generic_maps=
>...
>
> do?
Let's ask :)
--
Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED]
Postfix - Einrichtung, Betrieb und Wartung
Mark Watts wrote:
My "problem" can be solved by grep, but since anvil's statistics are of no
immediate use to me, I see little point in filling my logs with them.
These are not your logs. These are system logs. are you "System"? :)
you can have your log rotation program to remove what you d
Ralf Hildebrandt wrote:
One user on the german mailing list observered that any SMTP delivery
(even to 127.0.0.1 and to a content_filter in his case) causes
mailaddresses to be rewritten according to smtp_generic_maps
Alas, the docs say:
smtp_generic_maps: Address mapping lookup table for envel
One user on the german mailing list observered that any SMTP delivery
(even to 127.0.0.1 and to a content_filter in his case) causes
mailaddresses to be rewritten according to smtp_generic_maps
Alas, the docs say:
smtp_generic_maps: Address mapping lookup table for envelope and header sender
and
On 9/1/2008 12:15 PM, Erik Paulsen Skaalerud wrote:
> I have a postfix-pop3/imap4 server at our office who gets incoming
> smtp mail from either 2 fixed IP adresses (antispam-company), from my
> local network or from clients authenticated via SASL.
> Is it possible to restrict smtp access so that u
Hi everyone.
I have a postfix-pop3/imap4 server at our office who gets incoming
smtp mail from either 2 fixed IP adresses (antispam-company), from my
local network or from clients authenticated via SASL.
Is it possible to restrict smtp access so that unknown smtp clients
gets refused? I only want
Stefan Palme:
> Hi all,
>
> will an incoming message be sent through the specified smtpd_milters
> BEFORE or AFTER smtpd_recipient_restrictions tests are be applied?
>
> I did not found any hint regarding this in the docs.
>
http://www.postfix.org/documentation.html Look under "content inspectio
Jake Vickers wrote, at 09/01/2008 10:08 AM:
I currently have all my users using the submission port for outgoing
mail. They cannot send on port 25 at this time, and according to all of
the online tests I have tried I am not an open relay or backscatter sprayer.
My master.cf currently shows:
sm
Stefan Palme wrote:
On Fri, 2008-08-29 at 09:39 -1000, Camron W. Fox wrote:
Noel Jones wrote:
Camron W. Fox wrote:
Alle,
We would like to filter all internal email so that it bypasses
SpamAssassin. We have set up per_client_filters using:
smtpd_client_restrictions =
check_client_ac
Stefan Palme <[EMAIL PROTECTED]> wrote:
> will an incoming message be sent through the specified smtpd_milters
> BEFORE or AFTER smtpd_recipient_restrictions tests are be applied?
>
> I did not found any hint regarding this in the docs.
You can also look for hints in the mailing list archives:
netcat wrote:
Apologies if this is a trivial question, I haven't seen it discussed.
Searching brought up 1 related issue, which 1) was not answered and 2)
was looking at the problem from the wrong side. This was someone
wondering how to exclude bounces from the rest that he relayed to his
re
Jake Vickers wrote:
I currently have all my users using the submission port for outgoing
mail.
good.
They cannot send on port 25 at this time, and according to all of
the online tests I have tried I am not an open relay or backscatter
sprayer.
My master.cf currently shows:
smtp inet
Hi,
On Mon, Sep 1, 2008 at 10:21 AM, Ralf Hildebrandt <
[EMAIL PROTECTED]> wrote:
> * Eduardo Júnior <[EMAIL PROTECTED]>:
> > Hi,
> >
> >
> > my e-mail queue is growing and output of command mailq keeps growing.
> Find out why.
I think the problem is the following output the log:
*Sep 1 11
Mark Watts writes:
My "problem" can be solved by grep, but since anvil's statistics are of no
immediate use to me, I see little point in filling my logs with them.
Perhaps you could take a look at syslog-ng. I believe it is able to filter
out lines based on expressions. Or pretty much any sys
Hi all,
will an incoming message be sent through the specified smtpd_milters
BEFORE or AFTER smtpd_recipient_restrictions tests are be applied?
I did not found any hint regarding this in the docs.
Thanks
-stefan-
Apologies if this is a trivial question, I haven't seen it discussed.
Searching brought up 1 related issue, which 1) was not answered and 2) was
looking at the problem from the wrong side. This was someone wondering how
to exclude bounces from the rest that he relayed to his relayhost.
I'm a
I currently have all my users using the submission port for outgoing
mail. They cannot send on port 25 at this time, and according to all of
the online tests I have tried I am not an open relay or backscatter sprayer.
My master.cf currently shows:
smtp inet n - - -
On Monday 01 September 2008 14:21:56 Wietse Venema wrote:
> Mark Watts:
> > Is there a mechanism to reduce/stop the logging that anvil does?
>
> No. Anvil logs something when it terminates (Postfix is not receiving
> mail), and it logs something every 10 minutes or so when Postfix
> is busy.
>
> >
Mark Watts:
> Is there a mechanism to reduce/stop the logging that anvil does?
No. Anvil logs something when it terminates (Postfix is not receiving
mail), and it logs something every 10 minutes or so when Postfix
is busy.
> I have a low-traffic mail server and I'd prefer anvil to not log anythin
* Eduardo Júnior <[EMAIL PROTECTED]>:
> Hi,
>
>
> my e-mail queue is growing and output of command mailq keeps growing.
Find out why.
> When requeue messages from a domain with:
Why do you requeue the messages - this is not going to make things
faster!
> mailq | grep domain > /tmp/msgDomain
>
Is there a mechanism to reduce/stop the logging that anvil does?
I have a low-traffic mail server and I'd prefer anvil to not log anything if
possible.
Am I limited to setting anvil_status_update_time to something high? (~1 week)
Regards,
Mark.
--
Mark Watts BSc RHCE MBCS
Senior Systems Eng
Hi,
On Mon, Sep 1, 2008 at 10:07 AM, Eduardo Júnior <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
>
> my e-mail queue is growing and output of command mailq keeps growing.
> When requeue messages from a domain with:
>
> mailq | grep domain> / tmp / msgDomain
> for i in `/ tmp / msgDomain '; the postsuper
Hi,
my e-mail queue is growing and output of command mailq keeps growing.
When requeue messages from a domain with:
mailq | grep domain> / tmp / msgDomain
for i in `/ tmp / msgDomain '; the postsuper-r $ i; done
and the following message I returned:
postsuper: warning: invalid mail queue id: 07
Ralf Hildebrandt wrote:
* Ebbe Hjorth <[EMAIL PROTECTED]>:
Hi,
My freebsd mailq command shows
(host mail.newsmailservice.com[212.97.129.145] said: 450 Client host
rejected: cannot find your hostname, [86.58.167.132] (in reply to RCPT TO
command))
But as far as i can see, i have reverse dns an
* Ebbe Hjorth <[EMAIL PROTECTED]>:
> Hi,
>
> My freebsd mailq command shows
>
> (host mail.newsmailservice.com[212.97.129.145] said: 450 Client host
> rejected: cannot find your hostname, [86.58.167.132] (in reply to RCPT TO
> command))
>
> But as far as i can see, i have reverse dns and a recor
On Mon, 01 Sep 2008 14:06:04 +0300
İsmail ÖZATAY <[EMAIL PROTECTED]> wrote:
> I am using postfix and dovecot+mysql auth. I am trying to integrate
> altermime with postfix but i could not do it. when i use altermime i
> can send e-mail but not going anywhere all outgoing mails are lost..
> How can
Hi ,
I am using postfix and dovecot+mysql auth. I am trying to integrate
altermime with postfix but i could not do it. when i use altermime i can
send e-mail but not going anywhere all outgoing mails are lost.. How can
i fix it? Here is my main.cf and master.cf files ;
inet_interfaces = all
m
My setup works, I just need to find if it's really a correct configuration.
The issue:
I don't have the machine with the organization's domain as MX for my domain.
Mails are "[EMAIL PROTECTED]" and the MX is
machinexyz.organization.tld.
I want mails to "anyone" in the aliases file to be sent c
36 matches
Mail list logo