[pfx] Re: How can I set up a very simple postfix server

2023-08-22 Thread Bruce Dubbs via Postfix-users
On 8/22/23 14:36, Phil Stracchino via Postfix-users wrote: On 8/22/23 15:14, Bruce Dubbs via Postfix-users wrote: On 8/22/23 04:16, Wietse Venema via Postfix-users wrote: Bruce Dubbs via Postfix-users: I have built postfix-3.8.1 from source and want to use it only on the local system. That

[pfx] Re: How can I set up a very simple postfix server

2023-08-22 Thread Bruce Dubbs via Postfix-users
On 8/22/23 04:16, Wietse Venema via Postfix-users wrote: Bruce Dubbs via Postfix-users: I have built postfix-3.8.1 from source and want to use it only on the local system. That is, I really only want it to receive messages from applications like sudo, cron, or some simple scripts using mailx

[pfx] How can I set up a very simple postfix server

2023-08-21 Thread Bruce Dubbs via Postfix-users
27.0.0.0/8 # Try to avoid TLS smtpd_tls_security_level = none smtp_tls_security_level = none smtp_sasl_auth_enable = no smtp_use_tls = no TIA for any pointers. -- Bruce ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send

After decryption virus check

2020-07-19 Thread Alex Bruce
that OpenDKIM signature is applied after email is processed? Cheers, Alex Bruce

Re: clamav as a milter

2018-03-26 Thread Alex Bruce
Thing is clamav-milter is a before-queue filter (used as milter in postfix) whereas ClamSMTP is after-queue filter (uses content filter in postfix) These are fundamentally different ways of providing filtering in Postfix. Before-Queue filtering can reject emails if they have a virus in the SMTP

Re: Conditional Greylisting

2015-09-18 Thread Bruce Marriner
On Friday, September 18, 2015 04:59 PM CDT, "Bill Cole" wrote: > On 18 Sep 2015, at 14:29, Bruce Marriner wrote: > > > So I want to be able to set up Postfix so, if it passes DKIM or other > > checks that give me a high confidence then just skip the postgrey &g

Re: Conditional Greylisting

2015-09-18 Thread Bruce Marriner
On Friday, September 18, 2015 01:41 PM CDT, wie...@porcupine.org (Wietse Venema) wrote: > Since DKIM requires content inspection and you want decisions before > Postfix replies to end-of-data, another option is to use the > smtpd_proxy_filter or smtpd_milters feature (both as before-queue > cont

Re: Conditional Greylisting

2015-09-18 Thread Bruce Marriner
b.com/benningm/mtpolicyd/blob/master/etc/mtpolicyd.conf) > > But you can't do content checks in a recipient_restriction. > DKIM is based on message content. > > > Markus > > Am 2015-09-18 20:09, schrieb Bruce Marriner: > > I have (well had, technically) all of the

Re: Conditional Greylisting

2015-09-18 Thread Bruce Marriner
en and egg problem. > > -Ursprungligt meddelande- > From: Wietse Venema > Sent: Friday, September 18, 2015 7:50 PM > To: Postfix users > Subject: Re: Conditional Greylisting > > Bruce Marriner: > > I'd like to have DKIM/SPF setup and if an e-mail passed

Conditional Greylisting

2015-09-18 Thread Bruce Marriner
Is it possible to configure Postfix so that greylisting only happens under specific conditions? I'd like to have DKIM/SPF setup and if an e-mail passed those I want to to completely bypass greylisting. However, if it soft-fails those checks then I want it to greylist next. I have all of the abov

Thank You

2015-06-21 Thread Bruce Hyatt
hat's off to all you mail-server administrators. Sincerely, Bruce Hyatt

Mail for localhost only

2015-05-23 Thread Bruce Hyatt
installing it. I _can_ configure Postfix to deliver mail to root@localhost only, right? Thanks in advance. - Bruce Hyatt

Re: Warning messages from bad return-path

2014-03-28 Thread Bruce Sackett
I’m sorry - any sender on the one domain for the SMS software. Call it usersms.com It’s not the errors in the system logs, I can deal with those, it’s the emails that are bouncing back, to anyone who sends an SMS through that system. --Bruce Sackett – e: br...@oecnw.com - w: www.oecnw.com

Warning messages from bad return-path

2014-03-28 Thread Bruce Sackett
551.sms@ I unfortunately cannot change the SMS system, so I need to be able to suppress the failure messages. I have strict_rfc821_envelopes = no set in main.cf, and postfix on that server is currently version 2.8.5 I appreciate any help or guidance. --Bruce Sackett – e: br...@oecnw.com

Re: secure email server

2013-10-23 Thread Bruce Markey
Try postfix, dovecot, forced ssl/tls, with gpg-mailgate. I only allow imaps connections then gpg-mailgate encrypts all messages with the users public key. Works perfectly. Just my 2c. Bruce

Re: Virtual domain loop

2013-09-25 Thread Bruce Markey
Makes sense now. Seperate alias tables for canonical and virtual domains. Thanks Jovi. DTNX Postmaster wrote: >-BEGIN PGP MESSAGE- >Version: GnuPG v1.4.14 (GNU/Linux) >Comment: Charset: us-ascii > >hQIMAydDBqzdFhNTAQ//WH6bKs+G7x1eL7VQxErV209ogFPh7hDSy59S0op7xRMV >MWmH1V9BACdxTlOM0Ps

Re: Virtual domain loop

2013-09-25 Thread Bruce Markey
Ah ok. I was under the mistaken impression that there shouldn't be anything in mydestination when using virtual domains. So where would i add the alias to send the r...@mail.secryption.com mail to my account x...@secryption.com? Thanks Bruce DTNX Postmaster wrote: >-BEGIN PGP

Virtual domain loop

2013-09-25 Thread Bruce Markey
ill getting the email. Thank you. Bruce postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix content_filter = amavis:[127.0.0.1]:10024 delay_warning_time =

Re: Handling quotas.

2013-09-08 Thread Bruce Markey
Sahil, Thanks for the link. I've been thinking moving to dovecot for a few reasons, this just adds to that. Bruce -- Please use PGP, ENCRYPT everything. For information about acquiring a secryption.com account, email me. My public key: https://www.secryption.com/BruceMarkey.asc

Re: Chained filters.

2013-09-07 Thread Bruce Markey
Viktor, Which part? The amavis or the mailgate. The mailgate one isn't really a filter persay, it just encrypts. Is the chaining the issue or the implementation of one of the pieces. Thanks Bruce Viktor Dukhovni wrote: >On Sat, Sep 07, 2013 at 08:20:40AM -0400, Bruce Mark

Re: Chained filters.

2013-09-07 Thread Bruce Markey
Petri, That did it, thank you. I thought it was going to be more complicated than that. Thanks Bruce -- Please use PGP, ENCRYPT everything. For information about acquiring a secryption.com account, email me. My public key: https://www.secryption.com/BruceMarkey.asc or

Chained filters.

2013-09-07 Thread Bruce Markey
_options=no_header_body_checks,no_unknown_recipient_checks It doesn't like the -o content_filter= gpg-mailgate line. Gives me an "Unexpected command-line argument" Both work on their own but together not so much. Thank you. Bruce -- Please use PGP, ENCRYPT everything. For inform

Gpg-mailgate

2013-09-05 Thread Bruce Markey
ve patched mailgate as per the liated issues on the site. Not a lot of activity in there. Thanks Bruce Please use PGP, ENCRYPT everything. For information about acquiring a secryption.com account, email me. - -BEGIN PGP PUBLIC KEY BLOCK- Version: GnuPG v1.4.12 (GNU/Linux)

Handling quotas.

2013-09-05 Thread Bruce Markey
handle it seems pretty straightforward, although ht most of the walktheoughs i see are a bit old. Thanks Bruce Please use PGP, ENCRYPT everything. For information about acquiring a secryption.com account, email me. - -BEGIN PGP PUBLIC KEY BLOCK- Version: GnuPG v1.4.12 (GNU/Li

Re: Anyone use this email server configuration ?

2013-09-02 Thread Bruce Markey
The only way to "nsa proof" is to encrypt end to end with pgp. I run postfix with gpg-mailgate. All incoming mail is encrypted with that users public key as it comes in for any mail that is not already encrypted client side using pgp. Bruce. -- Please use PGP, ENCRYPT every

Re: Piping to external perl then back.

2013-09-01 Thread Bruce Markey
Viktor Thank you. I'm glad I asked before I spent any more time trying to make this work. I'll look at modifying the actual script for now. Viktor Dukhovni wrote: >On Sun, Sep 01, 2013 at 03:02:36PM -0400, Bruce Markey wrote: > >> I'm hoping someone on here can

Piping to external perl then back.

2013-09-01 Thread Bruce Markey
it writes 2 lines like its being called twice. At this point I'm not even sure if I'm going about this the correct way. From that script authors page to do it in exim you just: transport_filter = /etc/exim4/scripts/gpgit.pl my.email.addr...@example.com Any help/direct

How Do I Reject Spam To 'mail' user?

2010-11-24 Thread Bruce Perryman
Hello, This is, again, for mail server 101. It seems my postfix/dovecot server on ubuntu 10.10 is working well. However, I notice that mail sent to 'mail@' is loaded with spam. Is it possible to disable the 'mail' user, or reject mail sent to m...@? What should I do? Thank you, in advance, fo

Re: Postfix Configuration to Allow Other Network Systems to relay through It

2010-03-04 Thread bruce
hey rob0.. thanks. my bad. forgot to post that i had solved this.. the inet_interfaces was set to localhost... thanks On Thu, Mar 4, 2010 at 6:56 PM, /dev/rob0 wrote: > On Thu, Mar 04, 2010 at 05:44:21PM -0800, bruce wrote: >> System A has postfix, and can relay successfully emai

Postfix Configuration to Allow Other Network Systems to relay through It

2010-03-04 Thread bruce
Hi. System A has postfix, and can relay successfully email through Gmail. System A is 192.168.1.56 System B is 192.168.1.59 System B has Postfix, and has the line relayhost [192.196.1.56]:25 I'd like to be able to have System B, relay it's mail through the configured Postfix on System A.

postfix using the name of the user who's sending the emaill

2010-03-04 Thread bruce
hi. in testing mail/postfix, i'm finding that the mail that i get on the destination/target email is sent from the "user" who's sent the email. is there an attribute that i can set within the postfix main.cf file to force that name to be "foo"... I've been looking but I can't find it... so i mus

postfix gmail.smtp.com -port 587

2010-03-04 Thread bruce
hey new to configuring postfix, got a few questions about how to configure postfix. I'm running Centos/Fedora, with Postfix, from the basic yum install. The Sendmail process has been stopped. I can easily send a basic test mail from the cmdline. Ie: mail f...@gmail.com subject: blah te

postfix gmail.smtp.com -port 587

2010-03-04 Thread bruce
hey new to configuring postfix, got a few questions

RE: How do I retrieve email?

2008-08-12 Thread Meyer, Bruce
Reading it now! Thanks. Sorry for the double post. Not sure what the delay was. --Bruce -Original Message- From: [EMAIL PROTECTED] on behalf of Ralf Hildebrandt Sent: Tue 8/12/2008 7:27 AM To: postfix-users@postfix.org Subject: Re: How do I retrieve email? * Meyer, Bruce <[EM

How do I retrieve email?

2008-08-12 Thread Meyer, Bruce
, I would appreciate it. I must be dense, as I am not even finding anything on google. Apparently., it must be pretty obvious.. --Bruce D. Meyer

How do I retrieve email?

2008-08-12 Thread Meyer, Bruce
precate any faq, or hint on what I am supposed to be looking at, so I can get the email working in both directions now. Thanks for all the great support on this mailing list, Bruce D. Meyer