Re: [RFE] - Resolving of SRV records

2020-07-29 Thread Jerry
On Wed, 29 Jul 2020 11:00:52 -0400 (EDT), Wietse Venema stated: >Tomas Korbar: >> Finally, >> This feature is useful for container deployment as you can have >> unified configuration for multiple images. > >Well, I think I solved THAT problem 20 years ago, with: > >relayhost = $mydomain > >wh

Re: Can I further block dodgy attempts at passwording

2020-07-06 Thread Jerry
On Mon, 06 Jul 2020 17:58:08 +0200, Benny Pedersen stated: >Jerry skrev den 2020-07-06 17:31: > >> >> bzgrep -e auth=0/1 "/var/log/maillog" | sed >> 's/.*\[\([^]]*\)\].*/\1/g' | sort -V | uniq > "/tmp/Bad_IP.txt" >> > >sort |

Re: Can I further block dodgy attempts at passwording

2020-07-06 Thread Jerry
: >> > >> > auth= I was using this in a script I wrote. It seemed to work correctly. bzgrep -e auth=0/1 "/var/log/maillog" | sed 's/.*\[\([^]]*\)\].*/\1/g' | sort -V | uniq > "/tmp/Bad_IP.txt" -- Jerry pgp67o4UqIITC.pgp Description: OpenPGP digital signature

Re: Install oddities.

2016-06-02 Thread Jerry Kemp
Yep, I'm replying to an old question. ... OP, just following up, were you able to resolve your issues? If so, can you post a summary please. Jerry On 01/15/15 12:59 PM, post...@outputservices.com wrote: I am attempting to install postfix-2.11.3 on a Solaris 10 x86 machine. I wa

Re: ANN: dane-us...@sys4.de mailing list and https://dane.sys4.de DANE SMTP test site

2015-01-13 Thread Jerry
On Tue, 13 Jan 2015 00:48:26 +, Viktor Dukhovni stated: > Example domain: > > $ nss=$(dig +short -t ns medicaljournals.se) > $ mx=$(dig +short -t mx medicaljournals.se | sort -n | head -1 | awk > '{print $NF}') > > $ for ns in $nss; do echo "== $ns"; dig -4 +norecur +dnssec +noal

Re: dovecot on wheezy, best ssl configuration ?

2015-01-09 Thread Jerry
.11.1 and have ssl_protocols = !SSLv2 !SSLv3 set in the 10-ssl.conf file. Unlike you, I am not experiencing any problems. Your problem must be in some setting you have configured in claws-mail. You should really check on their forum for an answer. -- Jerry

Escaping passwords

2014-12-12 Thread Jerry
i}^KzP9yW{)6 If I use a plain passw2ord it works, but with the special characters it fails. I tried enclosing the entire password in double quotes, but that failed. So, what am I missing? I tried to find some documentation on this problem, but without success. Thanks! -- Jerry

Re: TLS Encryption and Verification issue

2014-11-24 Thread Jerry
ally stupid question. I will agree that on rare occasions though I do believe that Mr. Wietse Venema does appear to have waken up on the wrong side of the bed. -- Jerry

Re: Book

2014-10-02 Thread Jerry
. an update if you will . . . > books in paper form may not survive, but i still read ebooks. I am an old timer myself. I still want a hard copy in my hands to study. -- Jerry

Re: Apparent pipe error

2014-06-30 Thread Jerry
On Mon, 30 Jun 2014 16:00:53 -0400 (EDT), Wietse Venema stated: >Jerry: >> Jun 30 15:27:42 scorpio postfix/smtpd[41654]: error: open >> database /etc/postfix/virtual.db: No such file or directory Jun 30 >> 15:27:42 scorpio postfix/smtpd[41654]: connect from localhost[127.0.0.

Re: Apparent pipe error

2014-06-30 Thread Jerry
On Mon, 30 Jun 2014 14:15:02 -0400 (EDT), Wietse Venema stated: >Jerry: >> Jun 30 10:34:03 scorpio postfix/smtpd[39942]: fatal: no SASL >> authentication mechanisms >... >> smtpd_sasl_auth_enable = yes >> smtpd_sasl_path = private/auth >> smtpd_sasl_securit

Re: Apparent pipe error

2014-06-30 Thread Jerry
On Mon, 30 Jun 2014 13:35:36 -0400 (EDT), Wietse Venema stated: >Jerry: >[ Charset UTF-8 unsupported, converting... ] >> On Mon, 30 Jun 2014 10:05:04 -0500, Edgar Pettijohn stated: >> >> > >> >On 06/30/2014 09:48 AM, Wietse Venema wrote: >> >> Jer

Re: Apparent pipe error

2014-06-30 Thread Jerry
On Mon, 30 Jun 2014 10:05:04 -0500, Edgar Pettijohn stated: > >On 06/30/2014 09:48 AM, Wietse Venema wrote: >> Jerry: >>> Jun 30 10:34:03 scorpio postfix/smtpd[39942]: fatal: no SASL >>> authentication mechanisms >> To write a problem report: http://ww

Re: Apparent pipe error

2014-06-30 Thread Jerry
On Mon, 30 Jun 2014 09:37:32 -0400 (EDT), Wietse Venema stated: >Jerry: >> >> I have this loaded on a FreeBSD-10/amd64 system >> > >> >What Postfix version? If it is 2.12 there is a pipe daemon bug >> >between 20140320 and 20140515. >> > >&

Re: Apparent pipe error

2014-06-30 Thread Jerry
On Mon, 30 Jun 2014 08:42:39 -0400 (EDT), Wietse Venema stated: >Jerry: >> On Mon, 30 Jun 2014 06:37:33 -0400 (EDT), Wietse Venema stated: >> >> >Jerry: >> >> I am attempting to set up virtual delivery by dovecot. Postfix is >> >> spewing this err

Re: Apparent pipe error

2014-06-30 Thread Jerry
On Mon, 30 Jun 2014 06:37:33 -0400 (EDT), Wietse Venema stated: >Jerry: >> I am attempting to set up virtual delivery by dovecot. Postfix is spewing >> this error message: >> >> Jun 30 05:05:07 scorpio postfix/master[40036]: warning: >> process /usr/local/libexec

Apparent pipe error

2014-06-30 Thread Jerry
- - pipe flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/dovecot-lda -f ${sender} -d ${recipient} I can supply "postconf -n" if required. -- Jerry

Re: SASL and Sender Dependent Relay

2014-06-29 Thread Jerry
from my mail client to Postfix via port 587, then everything apparently works fine. However, if I send via port 25, the "sender dependent rely" does not work and I see no sign that SASL was used. Obviously, I have made a simple mistake, but I cannot find it. -- Jerry

Re: SASL and Sender Dependent Relay

2014-06-29 Thread Jerry
On Sun, 29 Jun 2014 16:02:05 -0500, Edgar Pettijohn stated: > >On 06/29/2014 03:40 PM, li...@rhsoft.net wrote: >> Am 29.06.2014 22:05, schrieb Edgar Pettijohn: >>> not sure if it matters but you have smtp_sasl_type defined twice once >>> with cyrus and once with dovecot >> says who? >> >> smtp !=

SASL and Sender Dependent Relay

2014-06-29 Thread Jerry
Okay, I know I am an idiot, but bear with me. I had a perfectly good Postfix/Dovecot setup working for several years. I never touched it. Then the HD died and I cannot find any of the backups. They would be quite old anyway. So, after fixing the sytem, I installed FreeBSD-10 and the latest versions

smtp_sasl_password_maps

2014-06-29 Thread Jerry
p.gmail.com]:587us...@gmail.com:Secret_5 That is the basic structure of the file. Obviously, it is incorrect. How do I go about correcting it? Thanks! -- Jerry

Re: Berkeley DB6 and Postfix

2014-05-15 Thread Jerry
In any case, unless the FreeBSD port maintainer chooses to modify the Postfix port to allow it to compile, it doesn't make any difference what license Berkeley 6 is under. -- Jerry

Re: Berkeley DB6 and Postfix

2014-05-12 Thread Jerry
On Mon, 12 May 2014 02:14:39 -0400 (EDT), Wietse Venema stated: >Sahil Tandon: >> On Sun, 2014-05-11 at 18:18:45 -0400, Jerry wrote: >> >> > The installation halts immediately with this error message: >> > >> > ===> postfix-current-2.12.20140

Berkeley DB6 and Postfix

2014-05-11 Thread Jerry
me time now and I would have thought that Postfix would have supported it. -- Jerry

Re: warning: private/smtp socket: malformed response

2013-10-21 Thread Jerry
12, or at least it was on FreeBSD-8.3. The versions put their libs, etcetera into different locations, which can screw up a linker royally at times. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postf

Re: TLS Encription and server verification

2013-09-08 Thread Jerry
p_tls_policy_maps Why don't you post the output of: "postconf -n" and then we could tell you. - -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail TO

Re: Exim, DH, GnuTLS & interop

2013-09-03 Thread Jerry
ze as > in the RFC 5114 groups). Viktor, that is an extremely sound, well thought out approach. However, those happy folks at GunTLS rarely talk to or even acknowledge the "OpenSSL" folks. I have no idea what their feeling are towards Microsoft, etcetera, but I doubt that it is favorable. Personally, this is one reason I stear clear of GnuTLS whenever possible. Just my 2¢. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

SSL _accept error

2013-08-25 Thread Jerry
been working fine previously, so I am unsure of what has transpired. This is happening on a FreeBSD-8.3 STABLE amd64 system with Postfix (2.11-20130405). -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http

Re: compiling postfix with the right Berkeley DB (again)

2013-07-24 Thread Jerry
On Tue, 23 Jul 2013 18:53:53 -0600 LuKreme articulated: > On Jul 23, 2013, at 16:17, Jerry wrote: > > > Of course. this assumes that you are attempting to install Postfix > > via the ports system. > > I am not, though db48 was installed via ports. I'm on my phone s

Re: compiling postfix with the right Berkeley DB (again)

2013-07-23 Thread Jerry
g similar to that to force it to build with DB5: WITH_BDB_VER=5 Of course, this only works with the "postfix-current" port. To use the latest STABLE version of Postfix in the ports, you would change the "if" line to: ".if $(.CURDIR:M*/mail/postfix)" Of course. t

switching from MySQL-5.5 to MariaDB-5.5.31

2013-07-02 Thread Jerry
the "/etc/make.conf" file for Postfix: # Postfix .if $(.CURDIR:M*/mail/postfix-current) ## Use the latest db version WITH_BDB_VER=5 ## Use MySQL 5.5 WITH_MYSQL_VER=55 .endif Can I just leave the "WITH_MYSQL_VER=55" as is, or should I change it? -- Jerry ✌ postfi

Re: cert error on outlook when send email using ssl

2013-06-29 Thread Jerry
> Can you share me some clues to solve it? Why not just get a valid certificate? -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

Re: smtp auth

2013-06-25 Thread Jerry
5 and > at the same time able to receive mail on port 25? Please don't use HTML format to send email. Plain ASCII is preferred. While you are at it, lose the the tendency to top post. Now, please follow the directions you received when you signed up for this list. Provide the unal

Re: Show username for "SASL LOGIN authentication failed:"?

2013-06-09 Thread Jerry
gum and walk at the same time. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

Re: 2.10 problem

2013-06-04 Thread Jerry
; L O G S Someone has way too much time on their hands! -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

Microsoft asking for input on Exchange Server 2013 and Outlook 2013

2013-05-31 Thread Jerry
2013 and Microsoft Outlook 2013 only. http://blogs.technet.com/b/openness/archive/2013/05/31/feedback-exchange-server-and-outlook-standards.aspx -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http

Re: Weird throttling since midnight

2013-05-26 Thread Jerry
it back. > > > > > > Also the BDB is 5.3.21 which is the latest. I have that version installed on a FreeBSD-8.3 system and it is working fine. OpenSSL 1.0.1e is also installed if that makes any difference. It is working with Postfix (2.11-20130405). All are from the FreeBSD ports tree. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

Re: "bad digest length:s3_both.c:239:" when sending to mail.vex.net?

2013-05-09 Thread Jerry
". From the help screen: -ssl2 - just use SSLv2 -ssl3 - just use SSLv3 -tls1_2 - just use TLSv1.2 -tls1_1 - just use TLSv1.1 -tls1 - just use TLSv1 -dtls1- just use DTLSv1 -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail

Re: Forwarding from a particular email address

2013-04-12 Thread Jerry
ess, address, ... > When pattern matches a mail address, replace it by > the corre- sponding address(es). > > Would do the job. Yes, that is a much clearer description of how the option works. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

Re: Migration from Microsoft Exchange Server

2013-03-20 Thread Jerry
to start here though: http://www.postfix.org/documentation.html and http://www.postfix.org/docs.html While you are at it, lose the impulse to post in HTML format. GMail offers plain text format. -- Jerry ✌ postfix-u...@seibercom.net _

Re: LDA understanding

2013-03-15 Thread Jerry
On Fri, 15 Mar 2013 11:27:59 + James Griffin articulated: > [- Thu 14.Mar'13 at 12:07:14 -0400 Kris Deugau :-] > > > Jerry wrote: > > > Personally, I have no idea why anyone uses "procmail". For > > > relatively fine grain sorti

Re: LDA understanding

2013-03-14 Thread Jerry
mail". For relatively fine grain sorting of mail upon delivery, I use Dovecot and Sieve. From what I can ascertain, procmail hasn't even been maintained in over a decade. Just my 2¢ on the matter. -- Jerry ✌ postfix-u...@seibercom.net _

Re: [Postfix] request

2013-03-12 Thread Jerry
ix]. > > Use a mail filter. If you receive all your mail in the same inbox, > then you are working too hard. You should be able to filter on one of the List-{mumble} entries. Personally, I use "List-Id:" for all of my lists except Postfix, since there isn't one to filter on

Re: quiet or broken

2013-03-12 Thread Jerry
On Tue, 12 Mar 2013 06:37:03 -0400 Jerry articulated: > On Mon, 11 Mar 2013 20:28:11 -0400 (EDT) > Wietse Venema articulated: > > > Either it has become very quiet here, or something has broken. Well then, Quanah Gibson-Mount posted about a package that you wanted available for

Re: quiet or broken

2013-03-12 Thread Jerry
On Mon, 11 Mar 2013 20:28:11 -0400 (EDT) Wietse Venema articulated: > Either it has become very quiet here, or something has broken. No everything is working fine. We are just allowing you time to make all those changes that you said you would do when you had a chance to. -- Jerry ✌ postfi

Re: possible localhost dns spoof attack

2013-02-26 Thread Jerry
On Tue, 26 Feb 2013 17:16:20 +0200 Jamie articulated: > On 2013/02/26 4:59 PM, Deeztek.com Support wrote: > > in your /etc/hosts file if you were to change it to the actual > > servername.domain.tld of your server, then the log should report > > the actual server name vs. localhost.localdomain. I

openssl updated on FreeBSD

2013-02-11 Thread Jerry
Just a heads up for any FreeBSD users who were bitten by the resent openssl bug. The FreeBSD ports version has been updated to openssl-1.0.1_7 (/usr/ports/security/openssl/) and works fine now with Postfix. I just installed and tested it. There is no need to rebuild Postfix either. -- Jerry ✌

Re: Unable to send via port 587

2013-02-08 Thread Jerry
it. Yes, that is the problem. It makes you wonder if anyone actually "TESTS" this releases in a controlled environment. Anyway, the openssl guys are rushing a new release out any day now. -- Jerry ✌ postfix-u...@seibercom.net _

Re: Unable to send via port 587

2013-02-08 Thread Jerry
d the system. Actually, at this point I am thinking it might be a problem with the MUA (claws-mail); however, I am still investigating it. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG

Unable to send via port 587

2013-02-08 Thread Jerry
I might as well start here. Nothing else was touched. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

Re: OT: Mail forwarding services

2013-01-30 Thread Jerry
ards them to the internet in our behalf. Perhaps something like this is what you are looking for: http://dyn.com/ -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail TO (

Re: tls for virtual mailbox domains?

2013-01-29 Thread Jerry
might be a nice project for the next development version of Postfix after the current one is released as STABLE, although I wonder how many users actually have a real need for the feature. -- Jerry ✌ postfix-u...@seibercom.net _ TO R

Re: fatal: no SASL authentication mechanisms

2013-01-27 Thread Jerry
On Sun, 27 Jan 2013 11:58:45 -0400 FigureoTV SFM articulated: > Links broken. 1) Please don't "top post". 2) The links are working fine here. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT

Re: fatal: no SASL authentication mechanisms

2013-01-27 Thread Jerry
. This can be found at http://postfix.state-of-mind.de/patrick.koetter/saslfinger/. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

Re: Postfix ldap_table authenticate to LDAP using GSSAPI or EXTERNAL

2013-01-22 Thread Jerry
about these is in http://www.postconf.5.html#export_evironment etc. I think that should be: <http://www.postfix.com/postconf.5.html#export_environment> -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.p

Limiting Cyrus-SASL2 logging

2013-01-12 Thread Jerry
logged to the "/var/log/debug.log"? This is on a FreeBSD 8.3 system. I don't need all of that data and would like to turn it off or at least limit it somehow. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A

Re: Unable to authenticate

2013-01-07 Thread Jerry
onymous > > smtpd_tls_CAfile = /usr/local/etc/postfix/certs/cacert.pem > > I don't see smtpd_sasl_type listed. The default type is cyrus. Is > that what you intend? Looks as if you're using dovecot elsewhere. I discovered the problem. One of my soon to be EX as

Re: generating the TLS cert

2012-12-21 Thread Jerry
; That is all. The rest is just a lot of wishful thinking that keeps > techno-parasites in business. > > Wietse +1 -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_READ

Re: generating the TLS cert

2012-12-20 Thread Jerry
d be free. I have not see an example of MSIE balking at 1024 bit certs. Not sure about the 512 version though and I have no working knowledge of Chrome. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.

Re: Ubuntu Upgrade broke my TLS

2012-12-13 Thread Jerry
On Thu, 13 Dec 2012 09:40:50 -0500 Scott Kitterman articulated: > Being on FreeBSD or Gentoo wouldn't help if the system isn't kept up > to date. +1 -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A

Re: Support for MDB in postfix 2.10?

2012-11-29 Thread Jerry
object > > library file, and MDB documentation in /usr/{include,lib,man} or > > /usr/local/{include,lib,man}. > > Thanks, sounds reasonable. I wasn't aware of it myself. I just found this documentation though. It is quite interesting. http://www.openldap.org/pub/hyc/mdm-pap

Re: Reg: Un delivered mails in mailq

2012-11-21 Thread Jerry
showing blacklist in > public black lists.. > > Please find below my postfix configuration: Please review the documentation available at: <http://www.postfix.com/DEBUG_README.html> and more specifically: <http://www.postfix.com/DEBUG_README.html#mail> for details on how to report

Re: ..:: Postfix authentication requered for relay ::..

2012-11-13 Thread Jerry
ter, provide output from the postfinger tool. This can be found at http://ftp.wl0.org/SOURCES/postfinger. If the problem is SASL related, consider including the output from the saslfinger tool. This can be found at http://postfix.state-of-mind.de/patrick.koetter/saslfinger/. -- Jerry ✌ postfix-u..

Postfix (2.10-20120801) on FreeBSD

2012-10-30 Thread Jerry
receive the following error message postconf: warning: smtpd_relay_restrictions: unknown parameter Shouldn't it display the default values as shown on <http://www.postfix.com/postconf.5.html#smtpd_relay_restrictions> -- Jerry ✌ postfix-u...@seibercom.net ___

Re: The ultimate email server

2012-10-21 Thread Jerry
On Sun, 21 Oct 2012 10:05:24 + (UTC) Mike's unattended mail articulated: > Your whitehouse remark is an illogical "appeal to authority". You're > actually the only one to have a post that's unworthy of response. And yet you did ... -- Jer

Re: MX vs A records (postconf attached)

2012-10-18 Thread Jerry
s perfectly capable of sending in plain text format. Thank you! -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

Re: One Domain - Multiple Postfix Servers

2012-09-18 Thread Jerry
<http://www.postfix.org/DEBUG_README.html#mail> -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

Re: Postscreen, DNSBL, and Windows Phone

2012-08-21 Thread Jerry
windowsphone/en-us/howto/wp7/people/set-up-an-email-account.aspx> and <http://answers.microsoft.com/en-us/winphone/forum/wp7-wppeople/changing-imap-and-smtp-ports-is-not-possible/20f325e7-d9ce-4bff-ae93-4ee51756c2bb>. -- Jerry ✌ postfix-u...@seibercom.net

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-20 Thread Jerry
On Mon, 20 Aug 2012 23:18:24 +0800 Feel Zhou articulated: > I got problem when I want to use tls support Have you thoroughly read the documentation at this URL: <http://www.postfix.org/TLS_README.html>. -- Jerry ✌ postfix-u...@seib

Re: Mail relaying issue.

2012-08-01 Thread Jerry
tain a mailserver at all > > winners have to paid the lotto coupons first :=) > > damm if thay forget, and later find its a winner, otoh players that > dont play is sometimes olso a winner I admit it, I am clueless as to what that reply is all about.

Re: Postfix Issue

2012-07-23 Thread Jerry
version of Postfix, etcetera would be useful also. You could use the output from the postfinger tool. This can be found at <http://ftp.wl0.org/SOURCES/postfinger>. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PRO

Re: local authentication problem

2012-06-15 Thread Jerry
tml>, specifically <http://www.postfix.com/DEBUG_README.html#mail>? As stated, please include the output of the entire output of "postconf -n". While you are at it, lose the HTML formatting. -- Jerry ✌ postfix-u...@seibercom.net ___

Re: Disable outbound smtp pipelining?

2012-06-07 Thread Jerry
along with the other documentation at the top of the page, this additional documentation could be added. Considering the number of times I have seen this question asked, I think it is something to consider. Just my 2¢ on the matter. -- Jerry ✌ postfix-u...@seibercom.net ___

Re: Syntax error in main.cf

2012-05-13 Thread Jerry
st. Specifically, the complete, unaltered, output of: "postconf -n". If you have Postfix => 9.x, then you can use "postconf -nf" to get a better display. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT

Re: warning: psc_dnsbl_request: connect to private/dnsblog service: Connection refused

2012-05-06 Thread Jerry
.3 STABLE, I have noticed some strange things happening also; although not so much with Postfix due to its excellent design. Have you tried on a FreeBSD-9.x system to confirm it is not localized to the 8.3 branch? -- Jerry ✌ postfix-u...@seib

Re: TLS with openssl-1.0.1a not working with hotmail

2012-04-24 Thread Jerry
On Tue, 24 Apr 2012 12:51:16 -0400 (EDT) Wietse Venema articulated: >Jerry: >> /etc/postfix/tls_policy: >> example.com may protocols=!SSLv2:!TLSv1.1:!TLSv1.2 >> >> >> I did screw it up, I left out the "v"in the "TLSv1.2"

Re: TLS with openssl-1.0.1a not working with hotmail

2012-04-24 Thread Jerry
On Tue, 24 Apr 2012 11:34:11 -0400 (EDT) Wietse Venema articulated: >Jerry: >> FreeBSD-8.2 STABLE >> Postfix (2.10-20120422) >> OpenSSL 1.0.1a 19 Apr 2012 >> >> I just updated to the latest devel version of Postfix and >> openssl-1.0.1a. >> >>

Re: TLS with openssl-1.0.1a not working with hotmail

2012-04-24 Thread Jerry
On Tue, 24 Apr 2012 10:21:32 -0400 (EDT) Wietse Venema articulated: >Jerry: >> $ ldd /usr/local/libexec/postfix/smtp >> /usr/local/libexec/postfix/smtp: >... >> libssl.so.8 => /usr/local/lib/libssl.so.8 (0x800b2f000) >> libcrypto.so.8 => /usr/l

Re: TLS with openssl-1.0.1a not working with hotmail

2012-04-24 Thread Jerry
On Tue, 24 Apr 2012 09:08:16 -0400 (EDT) Wietse Venema articulated: >Jerry: >> FreeBSD-8.2 STABLE >> Postfix (2.10-20120422) >> OpenSSL 1.0.1a 19 Apr 2012 >> >> I just updated to the latest devel version of Postfix and >> openssl-1.0.1a. > >Just to be

TLS with openssl-1.0.1a not working with hotmail

2012-04-24 Thread Jerry
ps = mysql:/usr/local/etc/postfix/mysql-vmailbox virtual_minimum_uid = 100 virtual_transport = dovecot virtual_uid_maps = static:1002 -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_R

Re: TLS library problem after updating "openssl"

2012-04-22 Thread Jerry
ot;openssl 1.0.1a" corrects this problem. I am going to install it later today and see what happens. On another note, is there a setting that would force Postfix to NOT use "tls1_2 or tls1_1"? I am sure that it is listed somewhere in the documentation so I just have to get my ass in

TLS library problem after updating "openssl"

2012-04-22 Thread Jerry
[65.55.162.200] while performing the EHLO handshake) I am assuming that this is because of the update to "openssl-1.0.1"; however, it does not happen with any other client. Has anyone else experienced this problem or have a possible solution? -- Jerry ✌ postfix-u...@seibercom.net ___

Re: mail delivery system message

2012-04-08 Thread Jerry
ms. Please read the "postconf" man page for further information. For starters, "postconf -MF" and "postconf -nf" can be used to harvest configuration details regarding Postfix. As suggested, please read the material available at: <http://www.postfix.org/DEBUG_README

Broken link on "Howto" page

2012-04-03 Thread Jerry
quot;Mysql howto by Daniel V. Pedersen. Uses the Postfix virtual(8) delivery agent" is apparently broken. This is the link reported: <http://kummefryser.dk/HOWTO/>. And this is the output: Not Found The requested URL /HOWTO/ was not found on this server. Apache/2.2.20 (Ubuntu) Server a

Re: found a "bug" on postfix 2.9.1

2012-03-06 Thread Jerry
ead this part thoroughly: http://www.postfix.com/DEBUG_README.html#mail Report back with the requested information and then someone can possibly assist you. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http

Re: 421 service not available (connection refused, too many connections): ALL servers

2012-03-05 Thread Jerry
rope (Poland) but do you think such things are uncommon > elsewhere? I think they are common. Well, there is always "Echelon"; although its true capabilities has never been disclosed. -- Jerry ✌ postfix-u...@seibercom.net

Re: LDAP schema for Postfix ?

2012-03-02 Thread Jerry
r using LDAP as opposed to MySQL. Then again, maybe not. MySQL is, at least for me, a lot easier to setup and populate. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail

Re: HTML in Bounce Messages?

2012-02-20 Thread Jerry
would you want to use it? And were you planning on sending both an ASCII version as well to accommodate those users who neither want nor use HTML formatted e-mail? -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM

Re: Replacing sendmail with postfix for local mail in FreeBSD

2012-02-11 Thread Jerry
On Sat, 11 Feb 2012 14:05:20 -0500 Bill Cole articulated: {snip} > I could be misunderstanding you, but I think that's wrong. The > pkg-install script asks to modify mailer.conf but it does not modify > mailwrapper itself. Sorry, that is what I meant to say. -- Jer

Re: Replacing sendmail with postfix for local mail in FreeBSD

2012-02-11 Thread Jerry
rapper if you give it permission to do so; however, it will not do what you apparently accomplished. I am wondering if you did not give the port permission to over write the mailwrapper. -- Jerry ✌ postfix-u...@seibercom.net _ TO

Re: Replacing sendmail with postfix for local mail in FreeBSD

2012-02-11 Thread Jerry
sendmail_outbound_enable="NO" sendmail_submit_enable="NO" postfix_enable="YES" dovecot_enable="YES" The dovecot line is only needed if using Dovecot. Otherwise it serves no purpose. If you install via ports, it will make most of the needed changes for you. You wi

Re: Postfix 2.9 STABLE release candidate 1

2012-01-20 Thread Jerry
: strict_mime_encoding_domain (default: no) (1) (1) http://www.postfix.com/postconf.5.html#strict_mime_encoding_domain - -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.htm

Re: Spamcop listed gmail?

2012-01-20 Thread Jerry
> > What he said... Personally, I have found NOT receiving mail from Google to be a plus. In any case, the is a forum on SPAMCOP that is active. I have used it in the past, although several years ago. I just checked and it is still there. There is also information on possible configura

Re: Disable sending mails via telnet

2012-01-10 Thread Jerry
xactly what the problem was, the cause not the effect, you would not be asking the question to begin with. Just my 2¢. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mai

Re: Black or white and in the ditch

2012-01-10 Thread Jerry
On Tue, 10 Jan 2012 20:53:16 +0100 (CET) Andreas Berton articulated: > > > This post might not that indirect belong to why this list does not > use Return-Path. I ran a server ( not postfix) for many years, which > ended up with too many mail was discrded or were taken to the side > becouse I ha

Re: reply-to header in this list

2012-01-04 Thread Jerry
included, although I am told that there is support for it in some RFC. I would assume that Wietse would be the best person to ask. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_REA

Re: FreeBSD port for the experimental release [was Re: post-install, IPv6-only: could not find any active network interfaces (again)]

2012-01-04 Thread Jerry
Postfix ports, please get in touch off-list. Sahil, thanks for you excellent work on maintaining the port on FreeBSD. I know what a chore it can be getting anything to work correctly on that OS. With that said, I hope you are not considering abandoning the port.

Re: ldap managed configurable mail forward solution for non-local users

2011-12-30 Thread Jerry
I could be of more assistance to you if I actually knew what this "mail store server", version, etcetera actually was. I fail to see the reason or logic behind the secrecy. -- Jerry ✌ postfix-u...@seibercom.net _ TO REPO

Re: post-install, IPv6-only: could not find any active network interfaces (again)

2011-12-28 Thread Jerry
On Wed, 28 Dec 2011 10:08:05 -0500 (EST) Wietse Venema articulated: > Sahil Tandon: > > FWIW, the FreeBSD Postfix port is patched so that post-install does > > not add "inet_protocols=ipv4" to main.cf during upgrades. Instead, > > users are notified[1] about the recent change of defaults, and > >

Re: Do you people ever rest

2011-12-24 Thread Jerry
On Sat, 24 Dec 2011 06:34:37 +0100 (CET) Andreas Berton articulated: > Merry christmas to you all! Have you ever considered the irony in the fact that we celebrate Christ's birthday every year by ignoring the fact that he would have celebrated Hanukkah? -- Jerry ✌ postfix-u...@seibe

  1   2   3   >