RE: Outbound Email Message Data is Being Re-written (Not Message Header)

2010-05-28 Thread wiskbroom
> 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

Outbound Email Message Data is Being Re-written (Not Message Header)

2010-05-28 Thread wiskbroom
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

How Can I Wipe Out Emails From Specific Sender

2009-10-21 Thread wiskbroom
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

Virtual Aliases Usage and Syntax Question

2009-09-24 Thread wiskbroom
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

RE: Stopping domain spoofing spam?

2009-09-21 Thread wiskbroom
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

RE: From Altered After Mail Accepted

2009-09-17 Thread wiskbroom
> 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

RE: From Altered After Mail Accepted

2009-09-17 Thread wiskbroom
> 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

RE: From Altered After Mail Accepted

2009-09-17 Thread wiskbroom
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"

RE: From Altered After Mail Accepted

2009-09-15 Thread wiskbroom
> 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

From Altered After Mail Accepted

2009-09-15 Thread wiskbroom
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

RE: Need Outbound Only

2009-07-28 Thread wiskbroom
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

RE: Need Outbound Only

2009-07-28 Thread wiskbroom
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

Need Outbound Only

2009-07-28 Thread wiskbroom
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

RE: Per user graph statistics

2009-07-10 Thread wiskbroom
> 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

RE: Multiple Aliases Files - Same Domain

2009-07-09 Thread wiskbroom
> 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

Multiple Aliases Files - Same Domain

2009-07-08 Thread wiskbroom
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

RE: RESOLVED RE: Need To Reject Inbound From Addresses with My Own Domain/s

2009-05-22 Thread wiskbroom
> 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

RESOLVED RE: Need To Reject Inbound From Addresses with My Own Domain/s

2009-05-20 Thread wiskbroom
>> 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

RE: Webmail

2009-05-20 Thread wiskbroom
> 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+

RE: Need To Reject Inbound From Addresses with My Own Domain/s

2009-05-18 Thread wiskbroom
> 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

RE: Need To Reject Inbound From Addresses with My Own Domain/s

2009-05-14 Thread wiskbroom
>> 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

Need To Reject Inbound From Addresses with My Own Domain/s

2009-05-14 Thread wiskbroom
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

RESOLVED - RE: NDR's Not being Delivered Until 5 Days have Lapsed

2009-04-23 Thread wiskbroom
> 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

RE: NDR's Not being Delivered Until 5 Days have Lapsed

2009-04-22 Thread wiskbroom
>> 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

RE: NDR's Not being Delivered Until 5 Days have Lapsed

2009-04-22 Thread wiskbroom
> 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

RE: NDR's Not being Delivered Until 5 Days have Lapsed

2009-04-22 Thread wiskbroom
> 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

RE: NDR's Not being Delivered Until 5 Days have Lapsed

2009-04-22 Thread wiskbroom
> 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 :-( >

NDR's Not being Delivered Until 5 Days have Lapsed

2009-04-22 Thread wiskbroom
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

RE: Domain emails from outside

2008-12-04 Thread wiskbroom
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

RE: Aliases Lookups, not found? Then Smarthost

2008-10-01 Thread wiskbroom
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

[OT] Slightly - Mailgraph and Postfix Log Data

2008-09-05 Thread wiskbroom
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

RE: Reject Based On Senders Email Address

2008-08-29 Thread wiskbroom
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

RE: Reject Based On Senders Email Address

2008-08-29 Thread wiskbroom
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

RE: Reject Based On Senders Email Address

2008-08-29 Thread wiskbroom
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

Reject Based On Senders Email Address

2008-08-29 Thread wiskbroom
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

RE: Need Script, Can't Use Perl With Perl Modules

2008-08-27 Thread wiskbroom
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

Need Script, Can't Use Perl With Perl Modules

2008-08-27 Thread wiskbroom
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

RE: Aliases Lookups, not found? Then Smarthost

2008-07-30 Thread wiskbroom
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

Aliases Lookups, not found? Then Smarthost

2008-07-29 Thread wiskbroom
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