Sizing Linux Partitions for use with Postfix

2009-04-30 Thread Jon
I want to create a new debian Linux based postfix system to sit in front of Exchange 2003 and act only as an SMTP gateway for starters and possibly do some filtering down the road. There seems to be less than 65,000 connections per day coming at Exchange and I'm thinking to start with one ~16 G

Simplifying repetition of reject, warn or OK checks with same reasons

2009-05-18 Thread Jon
Hello list, When building out the various checks available to postfix, is there a mechanism for doing a REJECT, WARN or OK plus the reason, en mass, without pasting the same text a lot? For example... bad.guy01.com REJECT 550 Reason1 bad.guy02.com REJECT 550 Reason1 . . . bad.guy50.com REJECT

Re: Howto bounce a message in queue

2009-06-05 Thread Jon
Noel Jones wrote: At 03:24 PM 2/7/2007, Dick Middleton wrote: Is it possible to manually "bounce" a message in the deferred queue so preempting the normal retry/timeout period? I've got a message sitting in the queue trying to connect to a non-existent server. The sooner it gets bounced bac

Re: false return addresses

2009-06-16 Thread Jon
Wietse Venema wrote: James D. Parra: Hello, How can I drop external messages with a return address from our domain? Something like this will reject "local" senders from outside "mynetworks". I'm glad this question came up, I too am getting from= to= hits lately and appreciate the example

Blocking with smtpd_client_restrictions

2009-06-23 Thread Jon
I have postfix on a debian Linux (lenny, ESXi virtual) machine handling inbound traffic for a couple domains on Microsoft Exchange 2003. I am using transport_maps and getadsmtp.pl for my recipient list which seem to work fine. The questions I have are related to smtpd_client_restrictions. smt

Re: Blocking with smtpd_client_restrictions

2009-06-23 Thread Jon
Sahil Tandon wrote: Show all 'postconf -n' instead of snippets for more thorough debugging. Sorry, figured the shorthand would give enough detail without being too wordy. Here's the rest: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no c

smtpd_*_restrictions

2009-07-09 Thread Jon
Looking for some clarification to help me understand. Are smtpd_*_restrictions processed in this order: smtpd_client_restrictions smtpd_helo_restrictions smtpd_sender_restrictions smtpd_recipient_restrictions smtpd_data_restrictions If these restriction mechanisms share a common has

Re: How to setup postfix to have port 25 for receive only

2009-07-27 Thread Jon
I can see why he would want to do that - 99% of the spam I get is from US-based cable modem- and DSL-hosted systems. My host - earthlink - recently reconfigured their routers to disallow outbound email that doesn't go through their servers, and I wish all ISPs would do that. Perhaps . .

Re: Spam Prevention

2009-08-02 Thread Jon
Clunk Werclick wrote: PRE DNSBL 321 NO PTR 201 SPOOFING 120 RELAY ATTEMPTS0 BLOCKED OTHER0 WHITELISTED4 BLOCKED DNSBL 287

Re: check_client_access with MySQL lookup

2008-07-30 Thread Jon
On Wed, July 30, 2008 16:33, Wietse Venema wrote: > If you want to control access with MySQL, try http://www.policy.org/ > > Wietse I believe Wietse meant http://www.policyd.org/ -- Regards, Jon

Re: Use a recipients_map for spamassassin

2008-08-07 Thread Jon
ssin. > > I think a solution could be customize master.cf, but I don't have any > idea of how do this. > > Do you have some ideas? > > Thanks! > > Regards, > > -- > - Nicolas. > > Yes, use the smtpd_restriction_classes... http://www.postfix.org/RESTRICTION_CLASS_README.html -- Regards, Jon

Re: Use a recipients_map for spamassassin

2008-08-07 Thread Jon
On Thu, August 7, 2008 02:39, Magnus Bäck wrote: > On Thu, August 7, 2008 10:01 am, Jon said: > >> On Wed, August 6, 2008 15:23, Nicolas Letellier wrote: >> >> > I'm looking for a solution to desactivate antispam solution for a >> few >&g

Re: Use a recipients_map for spamassassin

2008-08-07 Thread Jon
On Thu, August 7, 2008 12:27, Noel Jones wrote: > Jon wrote: >> On Thu, August 7, 2008 02:39, Magnus Bäck wrote: >>> On Thu, August 7, 2008 10:01 am, Jon said: >>> >>>> On Wed, August 6, 2008 15:23, Nicolas Letellier wrote: >>>> >>>>&g

concerning how to configure mail for relay

2015-06-04 Thread jon
up MX records for the recipient domain. i've tried variations of these settings to no avail. what fool thing am i doing here? thanks, -jon

pipe - setup question

2009-02-18 Thread Jon Drukman
I read this page http://www.postfix.org/FILTER_README.html but I am not having any luck getting my pipe set up. I want to make it so all mail destined for a particular subdomain is run through a script and then discarded. The 'all mail for a subdomain' requirement makes me think I need to use the

Re: pipe - setup question

2009-02-18 Thread Jon Drukman
On Wed, Feb 18, 2009 at 11:50 AM, Wietse Venema wrote: > /etc/postfix/example-recipients >o...@example.com whatever >t...@example.com whatever > > This is a relay domain setup. Virtual aliases solve a different problem. could i use a virtual alias to relay an entire domain to a si

Re: pipe - setup question

2009-02-18 Thread Jon Drukman
On Wed, Feb 18, 2009 at 12:12 PM, Wietse Venema wrote: >> i followed your instructions but i am getting "status=bounced (unknown >> user: "input")" when i try to send to in...@in.mydomain.com > > You still have it configured as virtual domain. Don't do that. I don't. I even removed the virtual_

Re: pipe - setup question

2009-02-18 Thread Jon Drukman
On Wed, Feb 18, 2009 at 2:15 PM, Wietse Venema wrote: > Jon Drukman: >> still getting this >> to=, relay=local, delay=0.05, > > This mail is sent to LOCAL not PIPE. Your transport map is not working. $ cat transport in.thismoment.com parsemail: $ grep parsemail mas

Re: pipe - setup question

2009-02-18 Thread Jon Drukman
On Wed, Feb 18, 2009 at 2:30 PM, Wietse Venema wrote: >> what am i missing? > > Are the transport map lookups configured? >$ postconf -n transport_maps that was it. for some reason that option is not listed in the default main.cf on my box. thanks! -jsd-

Re: pipe - setup question

2009-02-18 Thread Jon Drukman
On Wed, Feb 18, 2009 at 2:34 PM, Jon Drukman wrote: > On Wed, Feb 18, 2009 at 2:30 PM, Wietse Venema wrote: >>> what am i missing? >> >> Are the transport map lookups configured? >>$ postconf -n transport_maps > > that was it. for some reason that

Re: pipe - setup question

2009-02-18 Thread Jon Drukman
On Wed, Feb 18, 2009 at 3:49 PM, Jon Drukman wrote: > unsuccessful delivery from the outside: > Feb 18 15:39:41 181379-web1 postfix/smtpd[30983]: NOQUEUE: reject: > RCPT from wf-out-1314.google.com[209.85.200.175]: 550 5.1.1 > : Recipient address rejected: User unknown in > local

temporary lookup failure

2009-05-28 Thread Jon Harris
check_method: saslauthd mech_list: PLAIN LOGIN log_level: 5 Anyhelp gratefully appreciated. Jon Harris

RE: temporary lookup failure

2009-05-29 Thread Jon Harris
,maildir) select_field = maildir where_field = username additional_conditions = and active = '1' #query = SELECT CONCAT(domain,'/',maildir) FROM mailbox WHERE username='%s' AND active = '1' Regards Jon [snip]

RE: temporary lookup failure [Fixed]

2009-06-02 Thread Jon Harris
viktor I tried re-editing the main.cf and its now working. Haven't seen any "Temporary Lookup Failures" since. I must have left a typo in there. Must remember to edit more carefully ;-( thanks jon -Original Message- From: owner-postfix-us...@postfix.org [mailto:o

smtpd_banner question

2010-02-22 Thread Jon Tullett
ly as curiosity, is there a way to configure different banners for different purposes, such as inbound vs outbound, or on different interfaces, and so on? Thanks in advance for any help! -Jon

Re: smtpd_banner question

2010-02-22 Thread Jon Tullett
On 22 February 2010 11:00, Ralf Hildebrandt wrote: > * Jon Tullett : > >> As I understand it, smtpd_banner is used for both the banner line when >> someone connects to my server, > > Yes. > >> and also when Postfix connects to another server to send mail. > &

Re: smtpd_banner question

2010-02-22 Thread Jon Tullett
On 22 February 2010 12:11, Ralf Hildebrandt wrote: > * Jon Tullett : > >> > That's something different. >> > postconf smtp_helo_name >> > postconf myhostname >> > returns what? >> >> Both return the same - the hostname+domain and

Proper setup of our postfix relays

2010-03-30 Thread Jon Giles
relay?) causing a mail loop Anybody have any ideas? Thanks! jg Jon Giles Network Engineer The CDM Group220 East 42nd Street, New York, New York 10017 p: (212) 450-2912 [http://esig.sscggroup.com/The_CDM_Group.jpg] Please consider the environment before

Re: Proper setup of our postfix relays

2010-03-30 Thread Jon Giles
Very good. Thanks very much for the help! jg On 3/30/10 1:06 PM, "Victor Duchovni" wrote: > On Tue, Mar 30, 2010 at 12:52:28PM -0400, Jon Giles wrote: > >> So I set this up in the main.cf file. >> >> relay_domains = maildomain1 maildomain2 maildomain3 >

Re: Proper setup of our postfix relays

2010-03-31 Thread Jon Giles
M, "Victor Duchovni" wrote: > On Tue, Mar 30, 2010 at 12:52:28PM -0400, Jon Giles wrote: > >> So I set this up in the main.cf file. >> >> relay_domains = maildomain1 maildomain2 maildomain3 >> relayhost = to the DNS name of the email archiving service >&

Re: Proper setup of our postfix relays

2010-03-31 Thread Jon Giles
0 at 12:52:28PM -0400, Jon Giles wrote: > >> So I set this up in the main.cf file. >> >> relay_domains = maildomain1 maildomain2 maildomain3 >> relayhost = to the DNS name of the email archiving service >> fallback_relay = to the second DNS name of the email archiving

Re: Proper setup of our postfix relays

2010-03-31 Thread Jon Giles
Sorry for missing this. I have these emails going to a special mailbox and I forgot. Sorry again, but thanks again for the help and I will try this out today! jg On 3/31/10 1:55 PM, "Victor Duchovni" wrote: > On Wed, Mar 31, 2010 at 01:28:22PM -0400, Jon Giles wrote: > >

Restrict alias delivery to internal users

2010-05-12 Thread Jon Tullett
? Thanks in advance for any help! (Most forums seem to just suggest keeping aliases secret, but aliases are always going to be guessable even if they aren't leaked, so I don't think that's much of a solution!) -Jon

Filter only unauthenticated connections

2010-05-17 Thread Jon Tullett
x27;t make much sense to me). If this IS the right way to go, I'll give it a shot and ask for help if I can't figure it out. Thanks! -Jon

Re: Filter only unauthenticated connections

2010-05-17 Thread Jon Tullett
On 17 May 2010 17:05, Noel Jones wrote: > On 5/17/2010 9:50 AM, Jon Tullett wrote: >> >> Hi all >> >> I'm hoping to configure postfix to only apply content filtering to >> mail that comes from unauthenticated sources, or outside sources if >> that'

Throttling, trivial-rewrite and problem talking to service errors when using LDAP

2010-07-13 Thread Jon Kristensen
If I comment out the virtual_mailbox_maps line in my configuration file the errors does not appear. Thanks in advance for any help! Warm regards, Jon Kristensen

Re: Throttling, trivial-rewrite and problem talking to service errors when using LDAP

2010-07-13 Thread Jon Kristensen
On 7/13/2010 5:42 PM, Wietse Venema wrote: Jon Kristensen: cybersec:~# tail -f /var/log/mail.log Jul 13 14:28:52 cybersec postfix/master[2422]: warning: process /usr/lib/postfix/trivial-rewrite pid 2457 killed by signal 6 You need to search your logfiles for lines with the word "

Re: Throttling, trivial-rewrite and problem talking to service errors when using LDAP

2010-07-13 Thread Jon Kristensen
000) it used to exit() in the library when entropy was not available, perhaps it now aborts... Do I need to recompile LDAP with OpenSSL instead in order for Postfix to work, or is there some way I can make an entropy available? /dev/urandom seems to work fine. Thanks for your help! Best,

Re: Throttling, trivial-rewrite and problem talking to service errors when using LDAP

2010-07-22 Thread Jon Kristensen
Thanks for your help. I created the /dev/urandom device file and recompiled Postfix with SSL instead of TLS and now everything works like a charm! Warm regards, Jon Kristensen

sending notification of new mail to cell phone

2009-11-08 Thread Jon Musselwhite
go about doing this? I've tried adding a new service to master.cf that runs a script, but it won't run when new mail is received. It will only run if I replace an existing service with the script (like spamassassin). -Jon

3 hour delay

2009-12-18 Thread Jon August
4 0 2 7 8 00 0 But, I don't have a baseline. I don't know what it should look like. But, it seems backlogged. Not sure how to fix that. Any suggestions are greatly appreciated. Thanks, -Jon

Postfix Multi and Sendmail

2011-04-13 Thread Jon Cutting
I've set up a server that uses postmulti for multiple companies to that I can configure a milter to a different archiving solution for each, and I'd like to add the possibility to add a disclaimer. Normally I'd use altermime as a content filter that puts the mail back into the queue with the se

RE: Postfix Multi and Sendmail

2011-04-13 Thread Jon Cutting
-Original message- To: postfix-users@postfix.org; From: Noel Jones Sent: Wed 13-04-2011 14:15 Subject:Re: Postfix Multi and Sendmail > On 4/13/2011 7:58 AM, Jon Cutting wrote: > > I've set up a server that uses postmulti for multiple companies to t

Major issues with a new install of Postfix

2011-06-24 Thread Jon Miller
_domains = mydomain2.com.auvirtual_alias_maps = hash:/etc/postfix/virtual Hope someone can help me with this. The mail server sit behind a firewall on a Cisco router. Thanks Jon

Postfix server problems

2011-06-24 Thread Jon Miller
tions = reject_unknown_sender_domainsmtpd_use_tls = nostrict_8bitmime = nostrict_rfc821_envelopes = notransport_maps = hash:/etc/postfix/transportunknown_local_recipient_reject_code = 550virtual_alias_domains = jlorenzo.com.auvirtual_alias_maps = hash:/etc/postfix/virtual regards, Jon

Postfix problems

2011-06-24 Thread Jon Miller
Sorry about the message, for some reason it did like like plain textI'm installing the same version I had before the crash, unfortunately the config backups does not seem to be helping. I will be upgrading this server later in the year and unfortunately I cannot install the lastest version of

RE: Major issues with a new install of Postfix

2011-06-24 Thread Jon Miller
> From: wie...@porcupine.org > > Jon Miller: > > Jun 24 00:18:23 mmtlnx postfix/smtp[7455]: fatal: unknown service: smtp/tcp > > Try turning off chroot operation in master.cf. > > A common mistake is to turn on chroot operation in the master.cf > file without going t

RE: Major issues with a new install of Postfix

2011-06-24 Thread Jon Miller
.0:*udp0 0 0.0.0.0:111 0.0.0.0:*udp0 0 0.0.0.0:631 0.0.0.0:* > Subject: Re: Major issues with a new install of Postfix > To: jonl...@hotmail.com > Date: Fri, 24 Jun 2011 09:55:37 -0400 > CC: wie...@porcupine.org; postfix-users-dig...@c

RE: Major issues with a new install of Postfix

2011-06-24 Thread Jon Miller
Ok, so port 25 is back on, Now the issue is I still cannot get e-mail to show up in OL2003 desktop client. > Subject: Re: Major issues with a new install of Postfix > To: wie...@porcupine.org > Date: Fri, 24 Jun 2011 10:10:51 -0400 > CC: jonl...@hotmail.com; postfix-users-dig...@cloud9.net > F

postfix problems

2011-06-24 Thread Jon Miller
strict_rfc821_envelopes = no transport_maps = hash:/etc/postfix/transport unknown_local_recipient_reject_code = 550 virtual_alias_domains = virtual_alias_maps = hash:/etc/postfix/virtual Thanks Jon

RE: postfix problems

2011-06-24 Thread Jon Miller
t you guys bear with me... A do appreciate the help... heaps. Jon > Date: Fri, 24 Jun 2011 11:22:02 -0400 > From: grkni...@scent-team.com > To: postfix-users@postfix.org > Subject: Re: postfix problems > > On 6/24/2011 11:14 AM, Jon Miller wrote: > > > > When I see

RE: postfix problems

2011-06-24 Thread Jon Miller
is domain. This sending machine sends me e-mail all the time, its a clients system and I need to accept their emails. After making the changes I am receiving their mail to the server and its being delivered to maildir, however I'm not getting the mail to show up in the Inbox of my clien

RE: postfix problems

2011-06-24 Thread Jon Miller
this is working. Jon > Date: Sat, 25 Jun 2011 00:24:42 +0200 > From: mo...@ml.netoyen.net > To: jonl...@hotmail.com > CC: postfix-users@postfix.org > Subject: Re: postfix problems > > Le 24/06/2011 17:43, Jon Miller a écrit : > > > > Hi, > > Stress is

re: how to block spam

2011-06-30 Thread Jon Miller
Now that I've got this back up and running, like to know how I can stop the spam from coming in, before it would be blocked I hardly ever had any spam. Regards, Jon Lorenzo jLorenzo Photography http://www.jLorenzo.com.au jlmil...@jlorenzo.com.au "... the camera is j

send copy of incoming mail to another user

2011-08-30 Thread Jon Miller
Like to know how do I send a copy of incoming mail to another user, both the user and management requires the same mail Jon L Miller MMT Networks Pty Ltd e: jlmil...@mmtnetworks.com.au p: +618 9375 6597 m: +61 412 126 166 Disclaimer This message contains confidential information and

Inject email from web server to postfix queue

2011-09-12 Thread Jon Harris
f dozen domains. (Nothing very big, mostly 3/4 users on each). Which I don't want to risk messing up. Firstly, is the feasable? Can I create a new "webqueue" folder, drop the files in their and have postfix send them off? Can I copy a file from the mail queue as a template? Any thou

RE: Inject email from web server to postfix queue

2011-09-12 Thread Jon Harris
is thread that I should be able to write something in Perl to do this. Unfortunately, my Perl skills are pretty weak. Regards Jon Harris -Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Mark Goodge Sent: 12 September 2011 15:01 T

Accepting mail from specific IPs

2012-01-18 Thread Jon August
ENIED) Thank you for your help. -Jon

Re: Accepting mail from specific IPs

2012-01-18 Thread Jon August
Reindl, Thank you very much for the help. Is there a specific line in master.cf that I should amend? Or can I just drop it in on the bottom? -Jon On Jan 18, 2012, at 11:41 AM, Reindl Harald wrote: > > > Am 18.01.2012 17:36, schrieb Jon August: >> Hi, &

Re: Accepting mail from specific IPs

2012-01-18 Thread Jon August
On Jan 18, 2012, at 11:59 AM, Brian Evans - Postfix List wrote: > On 1/18/2012 11:41 AM, Reindl Harald wrote: >> >> Am 18.01.2012 17:36, schrieb Jon August: >>> Hi, >>> >>> We have a postfix machine setup as described here: >>> http://www.ho

Re: Accepting mail from specific IPs

2012-01-18 Thread Jon August
/2012 11:41 AM, Reindl Harald wrote: >>>>> Am 18.01.2012 17:36, schrieb Jon August: >>>>>> Hi, >>>>>> >>>>>> We have a postfix machine setup as described here: >>>>>> http://www.howtoforge.com/virtual-users-and-domains-wit

mail delivery system message

2012-04-06 Thread Jon Miller
u do so, please include this problem report. You can delete your own text from the attached returned message. The Postfix program : localhost: No address associated with hostname Any help will be greatly appreciated. Jon

RE: mail delivery system message

2012-04-07 Thread Jon Miller
as installing amavis and spamassassin, it's possible I may have done something wrong. > Date: Fri, 6 Apr 2012 23:36:41 -0500 > From: njo...@megan.vbhcs.org > To: postfix-users@postfix.org > Subject: Re: mail delivery system message > > On 4/6/2012 10:07 PM, Jon Miller w

RE: mail delivery system message

2012-04-07 Thread Jon Miller
ipv6-allhosts 192.168.2.247 mmtlnx.mmtnetworks.com.au mmtlnx Regards, Jon L Miller > Date: Sat, 7 Apr 2012 11:46:45 -0500 > From: njo...@megan.vbhcs.org > To: postfix-users@postfix.org > Subject: Re: mail delivery system message > > On 4/7/2012 7:14 AM, Jon Miller wrote: > &

RE: mail delivery system message

2012-04-08 Thread Jon Miller
ivery system message > > On 4/7/2012 8:23 PM, Jon Miller wrote: > > Thanks Noel for the information and I hope I have it right this time. > > > > No, but I'll give you half credit for trying. > > > *Postfix -n* > > content_filter = smtp-amavis:[loca

message in etc/var/mail

2012-04-25 Thread Jon Miller
I'm experiencing a problem in my mail logs that keeps showing the following message: Apr 26 11:33:41 mmtlnx postfix/qmgr[2798]: warning: connect to transport smtp-amavis: Connection refused I've gone through every file in /etc/postfix and cannot find any reference of this message, I've checked chk

Rejecting mail based on destination MX records

2012-08-28 Thread Jon A.
n on how to best accomplish this? Thanks jon

information on setting up another mail domain

2012-09-24 Thread Jon Miller
I need to configure a existing mail server to accept mail for another domain until their server is replaced. I'm currently using postfix-2.2.9-10.18, which I know is old. Is it necessary to update the postfix first? Thanks Jon L Miller m (intl):+61 0412 126 166 m (aus): 0412 126 166

Re: information on setting up another mail domain

2012-09-25 Thread Jon Miller
Yea, I hear ya on the historian, but you know clients "if it's not broken dont fix it" I'm wondering how much of a nightmare it would be to upgrade from this version to the latest and if there are any gotcha I need to be aware of? Jon ---

Postscreen & Google Apps

2013-01-23 Thread Jon A.
Today, a Google Apps user sent a message with two recipients to us, one with TO and other a CC internal mailing list. Naturally, Google treated each as an independent message. Over the course of an hour or so, because Google attempted to deliver the messages using different outgoing hosts, postsc

Re: Postscreen & Google Apps

2013-01-24 Thread Jon A.
On Wed, Jan 23, 2013 at 6:24 PM, Noel Jones wrote: > On 1/23/2013 4:33 PM, Jon A. wrote: > > Today, a Google Apps user sent a message with two recipients to us, > > one with TO and other a CC internal mailing list. Naturally, Google > > treated each as an independent mess

Re: relay_recipient_maps and transport_maps

2013-03-20 Thread Jon A.
ll keep that in mind if the box configurations start differing too much. On Wed, Mar 20, 2013 at 2:17 PM, Noel Jones wrote: > On 3/20/2013 1:05 PM, Jon A. wrote: > > I've a number of "nobody" type aliases that I map in transport_maps > > to the discard service. Our

DNS and access maps

2008-10-16 Thread Jon Ribbens
In access(5), the documentation says (in regard to HOST NAME/ADDRESS PATTERNS): domain.tld Matches domain.tld. However it fails to indicate what this actually *means*. This seems to be a bit of a documentation failure. Which one of the following is it? (a) Match an IP address whose

Re: DNS and access maps

2008-10-16 Thread Jon Ribbens
On Thu, Oct 16, 2008 at 04:39:58PM +0200, mouss wrote: > > (a) Match an IP address whose reverse DNS matches 'domain.tld'. > > This can't be trusted. nobody can use this for access control. Indeed. > > (c) Match an IP address which is listed as one of the results for an > > A-record lo

Re: DNS and access maps

2008-10-16 Thread Jon Ribbens
On Thu, Oct 16, 2008 at 10:45:53AM -0400, Wietse Venema wrote: > DESCRIPTION >This document describes access control on remote SMTP client informa- >tion: host names, network addresses, and envelope sender or recipient >addresses; it is implemented by the Postfix

Re: DNS and access maps

2008-10-16 Thread Jon Ribbens
On Thu, Oct 16, 2008 at 05:16:59PM +0200, mouss wrote: > >> You can exclude this by yourself: if I use a pcre (or regexp) map, would > >> postfix try all possible strings that matchall the regular expressions, > >> do a DNS lookup until it finds a match??? > > > > That argument doesn't follow. Thi

rejection of backup MX mail

2022-05-14 Thread Jon LaBadie
received via the backup MX provider differently than other mail? -- Jon H. LaBadie j...@labadie.us 154 Milkweed Dr (540) 868-8052 (H) Lake Frederick, VA 22630(703) 935-6720 (M)

"relayhost configuration problem" / "unable to look up host" when I can, in fact, look up the host

2020-12-10 Thread Jon Leech
er anything might have changed on their end - they are Linux-friendly, and even the front-line support people tend to be clueful. Thanks, Jon Leech oddh...@sonic.net

Re: "relayhost configuration problem" / "unable to look up host" when I can, in fact, look up the host

2020-12-10 Thread Jon Leech
On Thu, Dec 10, 2020 at 02:56:17PM -0500, Viktor Dukhovni wrote: > On Thu, Dec 10, 2020 at 05:33:46AM -0800, Jon Leech wrote: > > > The only meaningful messages in the mail logs were > > > > Dec 10 00:01:58 celly postfix/smtp[21050]: warning: relayhost configuration &

removing SASL Authentication

2017-03-04 Thread Jon LaBadie
tings, still allowing relay from my private network, yet not an open relay? Thanks, Jon

Skip AV scan for outbound email

2017-10-03 Thread Jon LaBadie
e for inbound messages Thanks, Jon -- Jon H. LaBadie j...@jgcomp.com 11226 South Shore Rd. (703) 787-0688 (H) Reston, VA 20190 (703) 935-6720 (C)

Re: Skip AV scan for outbound email

2017-10-03 Thread Jon LaBadie
On Tue, Oct 03, 2017 at 03:21:13PM -0500, Noel Jones wrote: > On 10/3/2017 2:12 PM, Jon LaBadie wrote: > > I collect spam emails and submit them in batches to > > a group that works to reduce spam. I'm running the > > combination of postfix, amavisd-new, clamav, and >

how to check email delivered via MX backup host

2019-03-30 Thread Jon LaBadie
hecks of mail received via the MX backup host? Jon -- Jon H. LaBadie jlaba...@acm.org 11226 South Shore Rd. (703) 787-0688 (H) Reston, VA 20190 (703) 935-6720 (C)

Re: how to check email delivered via MX backup host

2019-03-31 Thread Jon LaBadie
On Sun, Mar 31, 2019 at 06:59:40AM +, Dominic Raferd wrote: > On Sun, 31 Mar 2019 at 07:40, Jon LaBadie wrote: > > > When I try to block spam from repeaters, via access.db, > > firewall, ... the first thing that happens is the blocked > > mail gets delivered via

Re: smtp relay server security

2019-06-03 Thread Jon Radel
s a bit with careful use of TLS. See http://www.postfix.org/TLS_README.html#server_vrfy_client for details. You should be able to configure things to allow access only from the Exchange server and the certificate you configure on it. That is until those untrusted people rummage around and steal

Re: Postfix audit

2019-06-12 Thread Jon Radel
mmonality with the postfix codebase. Luckily I'm not your auditor, have no idea what standards you're trying to meet, and so YMMV. --Jon Radel Network Infrastructure Lead Folio Financial, Inc. 8180 Greensboro Drive, 8th Floor McLean, VA 22102 (T) 703-245-4844 (M) 703-86

Re: authenticate o365 users with postfix without smtp auth

2019-06-16 Thread Jon Radel
umber of capacity controls, filtering for spoofed return addresses, etc. no longer apply. I’ll note that MS appears fairly serious about depreciating anything other than TLS 1.2 with “real” certs and I validate their cert and have them validate mine. Of course, my email is flowing in the opposite

content and spam blocking

2010-02-03 Thread Jon L Miller
Now that I've finally got my Postfix system working, I would like to know what restrictions I can use to block Spam, Malware and do some content filtering. Also is there an order that these have to be applied? Regards Jon

content filtering and spam, malware blocking

2010-02-03 Thread Jon L Miller
Now that I've finally got my Postfix system working, I would like to know what restrictions I can use to block Spam, Malware and do some content filtering. Also is there an order that these have to be applied? Jon

log message

2010-02-15 Thread Jon L Miller
I'm seeing the following message in my log files, had a search on google and could not come up with anything. postfix/postsuper[4932]: warning: bogus file name: hold/razor-agent.log Can anyone shine some light on the subject? Thanks, Jon

configuring amavisd-new

2010-02-16 Thread Jon L Miller
I'm just beginning to configure amavisd-new to postfix with clamd. Since I've never done it before I would like to ask a few questions of the group. The setup is a simple postfix server serving up to 5 users running on a SuSE Linux Entreprise Server v11 at the moment. In the documentation it sta

location of filter

2010-02-16 Thread Jon L Miller
Is it standard practice to have the filter: permit_my _networks at the top of a listing? Also having the filter permit at the bottom what is the reason and the difference between the two filters. Jon

Spam mail coming in

2010-02-18 Thread Jon L Miller
I'm getting a variety of spam mail form certain places that seems to be repeating itself and would like to know what is the best way to blacklist these or block them. mmtlnx:~ # postconf -n alias_maps = hash:/etc/aliases biff = no canonical_maps = hash:/etc/postfix/canonical command_directo

rbl sites

2010-02-18 Thread Jon L Miller
Is there a preferred list of rbl sites one can use in postfix. I keep getting the following on the following: warning: 21.27.134.89.zen.spamhaus.org: RBL lookup error: Host or domain name not found. Name service error for name=21.27.134.89.zen.spamhaus.org type=A: Host not found, try again Feb 1

error with a single user

2010-11-29 Thread Jon L Miller
kathy.lamp...@domain.com.au kathy Binary file local_user_map.db matches virtual:kathy.lampard@@domain.com.aukathy Binary file virtual.db matches virtual_mailbox_recipients:kathy.lamp...@domain.com.au kathy Binary file virtual_mailbox_recipients.db matches Jon L M

NOQUEUE: reject: RCPT from unknown

2009-10-02 Thread Jon L. Miller
some help and understanding on this. -- Regards, - Jon L. Miller MCNE CNE CCNA East Perth, WA 6004 WA, Australia

[pfx] Future Date:

2023-05-01 Thread Jon LaBadie via Postfix-users
ut that is post-delivery and per-user. Jon ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org

[pfx] smtp auth on port 25

2023-08-14 Thread Jon Smart via Postfix-users
Hello, I have disabled port 587/465 to be accessed publicly. but port 25 must be open to internet for MTA communications. My question is, can external users access port 25 for smtp auth and send mail then? Thanks. ___ Postfix-users mailing list -- po

[pfx] Re: smtp auth on port 25

2023-08-15 Thread Jon Smart via Postfix-users
> > > On August 15, 2023 2:15:21 AM GMT+02:00, Jon Smart via Postfix-users > wrote: >>Hello, >> >>I have disabled port 587/465 to be accessed publicly. >> >>but port 25 must be open to internet for MTA communications. >> >>My question is, ca

[pfx] Re: smtp auth on port 25

2023-08-16 Thread Jon Smart via Postfix-users
> Jon Smart via Postfix-users skrev den 2023-08-16 04:01: > >> How can I disable auth on port 25? I really don't want users to use >> port >> 25 for auth sender. i am using postfix version 3.6.4 on ubuntu 22.04. > > its default disabled, no ? > > unsure g

  1   2   >