Command time limit exceeded: "/usr/bin/procmail"

2011-11-04 Thread Noah
Hi, I am getting bounces to one of my accounts on my personal server from an account that is forwarding mail. I administrate the entire server. I am not invoking spamc or spamassassin system-wide nor by my account. I am running postfix+amavisd+spamassassin to catch spam. the system wide pr

move from mbox to Maildir?

2011-11-04 Thread Noah
Hi there, I have problems with a lot of memory needed for indexing my mbox by dovecot and wondering if I transitioned from mbox to Maildir if that would help with the indexing processing? If so is there a good tutorial for moving postfix from mbox to Maildir? Cheers, Noah

Re: move from mbox to Maildir?

2011-11-04 Thread Noah
ourse but I am hoping somebody could recommend a good mbox to Maildir transition script so I know I am getting something that works really well. I am keeping everything on the same server. Cheers, Noah

delivery temporarily suspended: conversation with, 127.0.0.1[127.0.0.1] timed out while receiving the initial server greeting

2011-12-24 Thread Noah
The mail system (expanded from ): conversation with 127.0.0.1[127.0.0.1] timed out while receiving the initial server greeting rest of the message snip Cheers, Noah

Re: delivery temporarily suspended: conversation with, 127.0.0.1[127.0.0.1] timed out while receiving the initial server greeting

2011-12-24 Thread Noah
response in line below. On 12/24/11 9:32 AM, /dev/rob0 wrote: On Saturday 24 December 2011 11:09:08 Noah wrote: I am getting lots of emails claiming the following "delivery temporarily suspended: conversation with,127.0.0.1[127.0.0.1] timed out while receiving the initial server gre

postfix and submission and amavis

2022-01-22 Thread Noah
Hi there, I have something misconfigured and cant figure out what I need to change. On an ubuntu host. Inbound mail is fine Sending out mail is broken. I see in the log files this entries around the time of submitting mail for outbound delivery. Any clues what I need to configure correctly?

Re: postfix and submission and amavis

2022-01-23 Thread Noah
Thanks Viktor and raf. postfix is working well now. Cheers, Noah On 1/22/22 6:50 PM, Viktor Dukhovni wrote: On Sat, Jan 22, 2022 at 04:18:27PM -0800, Noah wrote: Jan 23 00:08:12 localhost postfix/smtpd[18628]: warning: connect #1 to subsystem public/cleanup_submission: No such file or

Allow anonymous login

2022-04-10 Thread Noah
loopback-only smtpd_sasl_auth_enable = no smtpd_sasl_security_options = anonymous smtpd_relay_restrictions = permit_mynetworks smtpd_sasl_exceptions_networks = $mynetworks myhostname = localhost relayhost = [localhost]: --- snip --- Cheers, Noah

migrating to aliases from flatfile to mysql

2022-11-05 Thread Noah
? Cheers, Noah

Blocking email from specific IPs

2016-05-14 Thread Noah
spammers .example.com REJECT No spammers, from your subdomain 138.185.116.0/24 REJECT Cheers, Noah

Re: Blocking email from specific IPs

2016-05-14 Thread Noah
, Noah On 5/14/16 1:32 PM, jdebert wrote: On Sat, 14 May 2016 10:37:26 -0700 Noah wrote: Hi there, I am hoping to have a blacklist file that stops postfix from accepting email from specific IP or IP ranges. [snip] Do you want to block these because of spam or some other reason? If for

Re: Blocking email from specific IPs

2016-05-14 Thread Noah
Hi, Yeah that is why I prefer postfix config have the IP block or specific host. At least I have a clear log of the reject. If I have it in iptables there will be a log but feel its clearer in postfix what the intent was. Cheers, Noah On 5/14/16 4:25 PM, Alice Wonder wrote: On 05/14

Master process running after stopping postfix

2014-12-21 Thread Noah
root 32259 0.2 0.0 25112 560 ?Ss Nov22 100:13 /usr/lib/postfix/master Cheers, Noah

Re: TLS - Certificate not Trusted

2010-01-11 Thread Noah Sheppard
> >> On Mon, 2010-01-11 at 11:04 -0500, Dennis Putnam wrote: > >>> I want to enforce TLS but I don't care what certificate the receiver > >>> uses. Thanks. > >> Apart from the fact that enforcing TLS with SMTP is usually a bad idea, > >>

Re: SMTP AUTH issue

2010-01-12 Thread Noah Sheppard
mit_sasl_authenticated, reject Only authenticated clients will be allowed to send mail. Cheers, -- Noah Sheppard Assistant Computer Resource Manager Taylor University CSE Department nshep...@cse.taylor.edu

Re: Email address with leading whitespace rejected

2010-01-22 Thread Noah Sheppard
letely cleanly, I think you'd also need to mess with message headers (so that all recipients saw corrected To and Cc headers, since smfi_addrcpt and smfi_delrcpt mess with the envelope, not the headers). Much, much better would be to get dbaron to fix his address book :) -- Noah Sheppar

Rewriting Recepient Subdomain Email Address

2009-10-20 Thread Norman Noah
Hi to all, I'm quite new to Postfix. Can anybody show me an example how to rewrite recepient address ? Old email server u...@abc.company.com new email server u...@xyz.company.com Where should i change in transport_maps, virtual_aliasing? Can u show me the example to change ?

Re: Rewriting Recepient Subdomain Email Address

2009-10-20 Thread Norman Noah
> > Do you want to change the header addresses or just the envelope? In the > former case use canonical rewriting, and in the latter case use virtual > rewriting. See ADDRESS_REWRIIING_README. > > You probably don't need to use the transport table, but it depends on > your setup. > What about /etc

sane filesystem quotas with maildir

2009-12-17 Thread Noah Sheppard
y to have my quota-checking script tell Postfix to send a 5.2.2 DSN. Has anybody else dealt with this and prevailed? Thanks much, -- Noah Sheppard Assistant Computer Resource Manager Taylor University CSE Department nshep...@cse.taylor.edu

Re: sane filesystem quotas with maildir

2009-12-18 Thread Noah Sheppard
On Thu, Dec 17, 2009 at 05:53:13PM -0500, Wietse Venema wrote: > Noah Sheppard: > > [..] postfix keeps trying to deliver the message for a long time > > procmail returns a TEMPORARY error condition to Postfix. > Don't blame Postfix for procmail brain damage. > Understo

Re: sane filesystem quotas with maildir

2009-12-18 Thread Noah Sheppard
atus code. Thanks. This does exactly what I'm looking for. -- Noah Sheppard Assistant Computer Resource Manager Taylor University CSE Department nshep...@cse.taylor.edu

sender_bcc_maps / ignore a specific user

2022-02-21 Thread billy noah
I have sender_bcc_maps set up and working with postfix so that outgoing mail gets bcc'd to the sender's address. My configuration is more or less: *main.cf * sender_bcc_maps = regexp:/etc/postfix/regexp_sender_bcc *regexp_sender_bcc* /^([^@]+)@[a-zA-Z0-9_]+\.[a-zA-Z0-9_]+$/ $1..

Re: sender_bcc_maps / ignore a specific user

2022-02-21 Thread billy noah
a-specific-user On Mon, Feb 21, 2022 at 10:52 PM Viktor Dukhovni wrote: > On Mon, Feb 21, 2022 at 08:17:17PM -0500, billy noah wrote: > > > /^([^@]+)@[a-zA-Z0-9_]+\.[a-zA-Z0-9_]+$/ $1...@example.com > > > > This works great, however I have an email address nob...@example.co

Re: sender_bcc_maps / ignore a specific user

2022-02-21 Thread billy noah
Can I use alternation in the negation pattern to match multiple addresses to exclude? if !/^(nobody|noreply|noone)@/ On Mon, Feb 21, 2022 at 11:15 PM billy noah wrote: > Thank you so much Viktor. > > Yes this instance only sends mail for a small handful of domains in our > orga

Postfix With OpenDKIM: milter: SMFIC_EOH

2019-02-12 Thread Noah Huppert
signed. I setup Postfix to use OpenDKIM in the Postfix main.cf file: > milter_protocol = 2 > milter_default_action = accept > smtpd_milters = inet:localhost:12301 > non_smtpd_milters = inet:localhost:12301 The output of postconf -n and postconf -Mf are in this GitHub Gist: https://gist.

Re: Postfix With OpenDKIM: milter: SMFIC_EOH

2019-02-13 Thread Noah Huppert
127.0.0.1]:12301: can't read > SMFIC_EOH reply packet header: Invalid argument Thanks all for the debugging help so far. Best, Noah Huppert ‐‐‐ Original Message ‐‐‐ On Wednesday, February 13, 2019 10:09 AM, Viktor Dukhovni wrote: > > On Feb 13, 2019, at 9:48

Postfix With OpenDKIM: milter: SMFIC_EOH

2019-02-13 Thread Noah Huppert
Oops forgot to send to list, sorry: ‐‐‐ Original Message ‐‐‐ On Wednesday, February 13, 2019 3:48 PM, Noah Huppert wrote: > Louis: > > > The key her imo, is finding the source of "Invalid argument" > > Any tips or guides you could think of that would help de

Re: Postfix With OpenDKIM: milter: SMFIC_EOH

2019-02-13 Thread Noah Huppert
‐ Original Message ‐‐‐ On Wednesday, February 13, 2019 4:22 PM, Viktor Dukhovni wrote: > On Wed, Feb 13, 2019 at 09:04:41PM +, Noah Huppert wrote: > > > > > The key her imo, is finding the source of "Invalid argument" > > > > > > Any tips or guides

Re: Postfix With OpenDKIM: milter: SMFIC_EOH

2019-02-13 Thread Noah Huppert
‐‐‐ On Wednesday, February 13, 2019 7:09 PM, Wietse Venema wrote: > Viktor Dukhovni: > > > On Wed, Feb 13, 2019 at 09:26:29PM +, Noah Huppert wrote: > > > > > Viktor: > > > > > > > What operating system is this on? > > > > > &

[pfx] Example config aliases from mysqldb and /etc/aliases

2023-09-23 Thread Noah via Postfix-users
Hi there, I am provisioning an postfix installation. Is there an example configuration for finding aliases from a mysqldb and also checking the /etc/aliases file please? Cheers ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscr