> wiskbr...@hotmail.com:
>>
>>
>> Hello;
>>
>> I have an outsourced IM archival system, data from IM sessions
>> are sent to this system for archive via email. We select an IM
>> message for un-archival, which is then emailed to us. The problem
>> I am having is that even prior to arrival at the
Hello;
I have an outsourced IM archival system, data from IM sessions are sent to this
system for archive via email. We select an IM message for un-archival, which is
then emailed to us. The problem I am having is that even prior to arrival at
the IM archiving vendor, my IM message has alread
OK, now more. Apparently there is a problem with one of my users who is
constantly being spammed by a specific remote sender. The remote senders email
is always the same and somehow gets bounced for days in between my postfix
server and my exchange bridgehead. What can I do to just delete it
Can I have two or more virtual aliases maps? If so, should I declare them like
this?
main.cf:
alias_maps = dbm:/etc/postfix/aliases, nis:mail.aliases
virtual_alias_maps = dbm:/etc/postfix/virtual.abc,
dbm:/etc/postmaster/virtual.xyz
I am using "postalias /etc/postfix/aliases" for my alias_ma
What should the contents of /etc/postfix/access_helo.cidr look like?
I assume in there one should also place RFC1918 addresses? What is the order
for this? I mean, if I use an RFC 1918 address for my internal network, and I
place all RFC1918 addresses in /etc/postfix/access_helo.cidr, will
> On 9/17/2009 12:55 PM, wiskbr...@hotmail.com wrote:
>>> Don't confuse the envelope sender as logged by Postfix with
>>> the From: header displayed by your mail client.
>>
>> Thanks. Is their a way to ensure that these are the same? How can I ensure
>> that the From: header displayed by my mai
> On 9/17/2009 9:04 AM, wiskbr...@hotmail.com wrote:
>
>> How can I tell then what the envelope looks like?
>
> Postfix logs the envelope address.
> Examine the logs for this message; postfix logs it as from
> but the From: is my address.
>
>> The logs are not showing anything unusual. Here they
On Tue, 15 Sep 2009 16:05:42 +0100, Mark Goodge
> wrote:
>> wiskbr...@hotmail.com wrote:
>>>
>>>
>>> I am seeing a few spams coming through with a from address (seen on my
>>> postfix logs) that does not match the "From" address shown on my users
>>> Outlook. In fact my users are seeing a "From"
> wiskbr...@hotmail.com wrote:
>>
>>
>> I am seeing a few spams coming through with a from address (seen on my
>> postfix logs) that does not match the "From" address shown on my users
>> Outlook. In fact my users are seeing a "From" address as their own,
>> something that my postfix server curre
I am seeing a few spams coming through with a from address (seen on my
postfix logs) that does not match the "From" address shown on my users
Outlook. In fact my users are seeing a "From" address as their own,
something that my postfix server currently does not allow using
mynetworks and permit
Thanks all;
Instead of locking down access to smtpd for loopback and local IP address, I've
simply commented out smtpd, but not smtp, it works!
Thanks,
.vp
> From: ralf.hildebra...@charite.de
>
> * Serge Fonville :
>>> * Serge Fonville :
> To turn off incoming mail completely, comment
Thanks Serge, my needs are different. What I've done so far was the following:
myhostname = nonrelayhost.example.com
mynetworks = 127.0.0.0/8, 192.168.100.10/32
# Or, this?
# mynetworks = 127.0.0.0/8, $myhostname
The above might work, but would still require manually masagging the file, I am
Hallo;
I would like to configure postfix to send whatever is in its queue to whatever
is setup as smarthost, but *NOT* listen for incoming mail; this particular
server is not a mail relay and I do not want to allow it to be an open relay.
Anything I must specifically perform?
Thanks many,
.v
> From: skib...@wrladv.com
>
> On Friday 10 July 2009 09:24:33 am you wrote:
>> Hello Sean,
>> thanks for your answer. I already know about mailgraph. I read about cacti
>> templates based on mailgraph scripts too, but all tools i heard about are
>> monitoring "just" overall statistics.
>>
>> If
> On Wed, Jul 08, 2009 at 04:04:33PM -0400, wiskbr...@hotmail.com wrote:
>
>> alias_maps = dbm:/etc/postfix/aliases, dbm:/etc/newcompany/aliases,
>> nis:mail.aliases
>
> Are you sure you want a local aliases(5) file and not a virtual(5) aliases
> file? Generally, and especially for non-system us
All;
My organization has recently acquired a very small company that has and manages
their own exchange servers.
We would like this company to begin using the same email domain addresses that
we use.
The only problem is that we are not yet able to capture their aliases into our
own aliases f
> From: mich...@orlitzky.com
> To: postfix-users@postfix.org
> Subject: Re: RESOLVED RE: Need To Reject Inbound From Addresses with My Own
> Domain/s
>
> wiskbr...@hotmail.com wrote:
>>
>> My problem was that my main.cf, although stating the aliases map with:
>>
>> alias_database = dbm:/etc/post
>> From: Victor.Duchovni@
>> On Thu, May 14, 2009 at 12:42:01PM -0500, Noel Jones wrote:
>>
>>> wiskbr...@hotmail.com wrote:
>> Here are the contents of my /etc/postfix/blocked_senders file:
>>
>> "operator#...@somephishingbanksite\.com" REJECT
> The above line is the wrong synta
> From: l...@joreybump.com
> Carlos Williams wrote, at 05/19/2009 02:04 PM:
>> On Tue, May 19, 2009 at 1:50 PM, Just E. Mail wrote:
>>> Thank you all.
>>>
>>> I am going with roundcube: http://www.roundcube.net
>>
>> It's really eacy to install. Main thing is making sure you have PHP
>> 5.2+
> From: Victor.Duchovni@
> On Thu, May 14, 2009 at 12:42:01PM -0500, Noel Jones wrote:
>
>> wiskbr...@hotmail.com wrote:
> Here are the contents of my /etc/postfix/blocked_senders file:
>
> "operator#...@somephishingbanksite\.com" REJECT
The above line is the wrong syntax and wil
>> Here are the contents of my /etc/postfix/blocked_senders file:
>>
>> "operator#...@somephishingbanksite\.com" REJECT
>
> The above line is the wrong syntax and will never match
> anything. Wildcards are not allowed in dbm or other indexed
> files, and quotes should never be used.
I am almost
Recently I've been getting a ton of email for a new domain we've registered and
have begun receiving email for. Our users in this new domain are either
1. receiving email with a From address identical to their own, or
2. receiving email with a From address of one of our other three domains, non
> From: ralf.hildebra...@charite.de
>> What do I do in the case of misconfigured (are they?) MTA's?
>
> Wait 5 days. Or contact the idiot sysadmin on the receiving end. Oh,
> let me guess, they don't have a postmaster account or a proper WHOIS
> entry, either.
You know these people? LOL!
Tha
>> From: cmar...@...
>
>> On 4/22/2009, wiskbr...@... (wiskbr...@...) wrote:
>>> What about for "undeliverable address: unknown user:"? I set
>>> delay_warning_time to 120m and after 2 hours never received any
>>> warnings at all that my email was rejected due to being sent to an
>>> undeliverabl
> From: cmar...@...
> On 4/22/2009, wiskbr...@... (wiskbr...@...) wrote:
>> What about for "undeliverable address: unknown user:"? I set
>> delay_warning_time to 120m and after 2 hours never received any
>> warnings at all that my email was rejected due to being sent to an
>> undeliverable addres
> From: ralf.hildebra...@...
> * wiskbr...@... :
>>
>>
>> Hello;
>>
>> My users NDR's are not arriving until the 5 day retry period has lapsed,
>> creating issues whereby time critical emails are not getting out due to
>> their unawareness of this matter.
>
> Normal in certain cases (typoed do
> From: victor.ducho...@...
> On Wed, Apr 22, 2009 at 11:57:27AM -0400, wiskbr...@... wrote:
>
>> My users NDR's are not arriving until the 5 day retry period has lapsed,
>
> http://tools.ietf.org/html/rfc5321#section-4.5.4.1
Thanks, I've been needing to re-read lots of other RFC's lately :-(
>
Hello;
My users NDR's are not arriving until the 5 day retry period has lapsed,
creating issues whereby time critical emails are not getting out due to their
unawareness of this matter.
I've tried several changes in my main.cf, none seem to do the trick for me.
Here is some of my postconf ou
I too am trying to achieve this, here is my blocked_senders map followed by my
postconf -n output:
Would this achieve the desired results of restricting inbound email with faked
"From" headers?
Many thanks in advance,
.vp
### blocked_senders ###
example.com 554
Many thanks for the help mouss, and my apologies for my hiatus...
As per my email, I am using NIS and DBM aliases foor all of my users and
aliases for them.
What I must do is forward *ALL* email for say example.net to a Microsoft
Exchange server, this forward to happen blindly and I do not wis
Hello;
I am in search for a way to graph my logs on four separate mailservers,
since all four are logging onto the same syslog-ng host,
I figured I'd use mailgraph, a tool which creates graphs using RRDtools.
I got rrdtools installed and ran mailgraph, and after not recieving any graph
data i
Thank you, but the lest time I tried using check_sender_access I ran into
trouble.
Would it be possible to force domain verification on a per domain basis, where
the domain I want verified would be contained in a map? (otherwise proceed as
it does now).
Thanks again all,
.vp
> Date: Fri, 29
By the way, how did you catch this?
.vp
> Date: Fri, 29 Aug 2008 18:21:05 +0200
> From: [EMAIL PROTECTED]
> To: postfix-users@postfix.org
> Subject: Re: Reject Based On Senders Email Address
> Do not start new topics by replying to old messages in old and
> unrelated threads. Do use the "compos
Thank you Magnus;
Would access work for senders to my domain?
I am currently using it for recipients within my domain, but have not ever used
it for senders to my domain.
Thanks again,
.vp
> Date: Fri, 29 Aug 2008 18:21:05 +0200
> From: [EMAIL PROTECTED]
> To: postfix-users@postfix.org
> Su
I am getting hit hard with email that has "From" that appears like this:
[EMAIL PROTECTED] - where XXX is a random number such as:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
I currently have in my main.cf:
smtpd_sender_restrictions =
reject_unauth_pipelining,
rej
I disagree, and believe this *is* the right forum for this question.
Thank you for your useless response.
.vp
> Date: Wed, 27 Aug 2008 16:33:40 +0200
> From: [EMAIL PROTECTED]
> CC: postfix-users@postfix.org
> Subject: Re: Need Script, Can't Use Perl With Perl Modules
>
> [EMAIL PROTECTED] wr
All;
I need a script, must be in shell or perl without any perl mods.
I am looking to create a report showing all recipients within my domain from
any senders in another domain, or from a specific user.
I need this so that I can determine successful attempts from senders deemed to
be phishi
Thank you mouss!
I've neglected to inform that I am already using transports:
inside.XXX.COM smtp:exchange-server.XXX.COM
XXX.com smtp:exchange-server.XXX.COM
YYY.com smtp:[exchange-server.YYY.COM]
ZZZ.com smtp:[192.16
Hello All;
I currently have the following setup in my main.cf:
alias_maps = dbm:/etc/postfix/aliases, nis:mail.aliases
I've also enabled myself to receive email for about 15 domains.
Everything works just fine, but because of some new domains I am now charged
with maintaining, I am now faced
39 matches
Mail list logo