Re: Do you people ever rest

2011-12-24 Thread Patrick Ben Koetter
* Dennis Carr : > On Sat, 24 Dec 2011, Andreas Berton wrote: > > > > >Merry christmas to you all! > > > You as well! Have a safe and happy holiday, and a prosperous 2012! > > ANd as to the subject - no, I don't rest. This is what espresso and > Red Bull are for. =D rest is for web serves. We

Re: Implementation of compression technology

2012-01-09 Thread Patrick Ben Koetter
* Ashok Kumar J : > I want to implement the compression technology in postfix mail server. so > that the mails which are all sending from the mail client will be the plain > text and it should be compressed in the postfix mail server automatically. > then it will send to the another mail server. th

Re: smtpd_sasl_security_options = noanonymous, CRAM-MD5

2012-01-13 Thread Patrick Ben Koetter
* bilal ghayyad : > Hi All; > > If I set smtpd_sasl_security_options = CRAM-MD5 instead of noanonymous, then > what will happen in this case? The server will throttle. CRAM-MD5 is not a valid option for smtpd_sasl_security_options. Set this instead: # main.cf smtpd_sasl_security_options = noan

Re: Please Help: Relay Access Denied

2012-02-01 Thread Patrick Ben Koetter
* Uma Shankar : > Hi Guys, > > I am stuck at a small configuration. I want my server to only send mail > from specific domains. I have done entries in main.cf in $mydomain and > relay_domains=$mydestination , $mydomain but still when I am sending the > mail I get a Relay access denied error. Read

Re: how do I find a build path for sasl smtpd.conf

2012-02-15 Thread Patrick Ben Koetter
* jeffrey j donovan : > greetings > > Im still playing with macports 2.9 on a ppc. How do I find the build path > for the sasl2/smtpd.conf. I understand it's normally in /usr/lib/sasl2/. I > want to make sure the port hardcoded the correct path. It's /usr/lib/sasl2/ and /etc/sasl2/ in that search

Re: per sender relay and sasl not receiving username/password

2012-02-16 Thread Patrick Ben Koetter
* Jake Stride : > I am trying to setup my mail server to send email from a single email address > via a rely and deliver all other email properly, however I am having problems > with the TLS authentication and was hoping for some points please. The > current configs are below (anonymised) and th

Re: spam to postmaster

2012-02-18 Thread Patrick Ben Koetter
* Reindl Harald : > > Look into greylisting it. You'll find that greylisting could very > > well deal with most of the bots that things like zen.spamhaus.org > > would normally deal with. And strictly speaking, you're not filtering > > it -- just making a policy decision to not accept the transac

ANN: automx - automated mail account provisioning

2012-02-28 Thread Patrick Ben Koetter
automx I am pleased to announce automx a tool that makes setting up a mail account easy. All your users need to provide is real name, mail address and password. Their mail client and automx will safely handle the rest. Say goodbye to mistyped server settings! Put an end to endless phone calls try

Re: LDAP schema for Postfix ?

2012-03-02 Thread Patrick Ben Koetter
* Nerijus Kislauskas : > On 03/02/2012 02:31 PM, Michael Tokarev wrote: > > It is the other way around: Postfix can use whatever scheme is > > best for your needs, it does not dictate which schema to use. > > Different usage scenarious will require different schemas. > > 99 cases out of 100 doesn'

New default settings for "submission" service?

2012-03-12 Thread Patrick Ben Koetter
Wietse et al. With the arrival of postscreen, but also before I find myself repeatedly changing the defaults for the 'submission' service in master.cf. I believe the changes I apply are not rooted in my local mail policies, but of general nature. Now that submission has become more popular I'd li

Re: New default settings for "submission" service?

2012-03-12 Thread Patrick Ben Koetter
* Wietse Venema : > Patrick Ben Koetter: > > Wietse et al. > > > > With the arrival of postscreen, but also before I find myself repeatedly > > changing the defaults for the 'submission' service in master.cf. I believe > > the > > changes I apply

Re: New default settings for "submission" service?

2012-03-13 Thread Patrick Ben Koetter
* Patrick Ben Koetter : > * Wietse Venema : > > Different sites have different needs, and perhaps it is an idea to > > provide *multiple* submission service examples in master.cf, all > > commented out of course. The first could be the recommended one: > > not allowing

New default for ldap version?

2012-03-13 Thread Patrick Ben Koetter
While I am at it: Practically any LDAP server I connect Postfix to expects to speak LDAPv3. Shouldn't we bump up the default from 2 to 3? It would be one setting less to provide explicitly. p@rick -- All technical questions asked privately will be automatically answered on the list and archived

Re: New default settings for "submission" service?

2012-03-13 Thread Patrick Ben Koetter
Hey mouss, * mouss : > Le 13/03/2012 00:25, Patrick Ben Koetter a écrit : > > Wietse et al. > > > > With the arrival of postscreen, but also before I find myself repeatedly > > changing the defaults for the 'submission' service in master.cf. I believe >

Re: New default for ldap version?

2012-03-13 Thread Patrick Ben Koetter
* Nikolaos Milas : > On 13/3/2012 9:51 μμ, Wietse Venema wrote: > > >I was looking for simple "yes" or "no" answers, not for protocol diagrams. > > Although Quanah is the real expert (and I am not , I would say that: > > Client and server must speak the same protocol: if client asks to > talk v2

Re: New default settings for "submission" service?

2012-03-14 Thread Patrick Ben Koetter
* Charles Marcus : > On 2012-03-14 2:39 PM, Ed W wrote: > >I see no reason to *require* encryption on the submission port (RFC > >aside). > > Unless you prefer that sniffers not be able to see your passwords > crossing the wire in plaintext? > > >I think "may" is a more appropriate default? > >

Re: New default settings for "submission" service?

2012-03-14 Thread Patrick Ben Koetter
* Wietse Venema : > Wietse Venema: > > Ed W: > > > On 13/03/2012 23:50, Wietse Venema wrote: > > > > #submission inet n - n - - smtpd > > > > # -o syslog_name=postfix/submission > > > > # -o smtpd_tls_security_level=encrypt > > > > > > I forget the exact details now

Re: New default settings for "submission" service?

2012-03-14 Thread Patrick Ben Koetter
* Wietse Venema : > Patrick Ben Koetter: > > > > That's not a problem for me. I don't use the submission service > > > > and rely on input from the real world for this. > > > > > > Meaning, "may", combined with a setting that allow

Re: New default settings for "submission" service?

2012-03-14 Thread Patrick Ben Koetter
* Noel Jones : > On 3/14/2012 4:50 PM, Patrick Ben Koetter wrote: > > * Wietse Venema : > >> Patrick Ben Koetter: > >>>>> That's not a problem for me. I don't use the submission service > >>>>> and rely on input from the real world

Re: SMTP commands Auth

2012-03-18 Thread Patrick Ben Koetter
* Rachid Abdelkhalak : > Can i force users to SMTP-Auth when they use SMTP commands (Telnet > 25 port of my server) to send emails from my domain? Yes, you can. The SASL_README mentions filters around smtpd_sender_login_maps. Also, if you can, you may simply split incoming and ougoing traffic by

Re: SMTP Authentication

2012-03-25 Thread Patrick Ben Koetter
* KingT : > I have just read SMTP Authentication and known have much type of it. Such as > mail Submission, Extended SMTP, SASL. > > And I want to setup an SMTP AUTH on my mail server. Which type I should > choose to implement ? If you plan to use Dovecot, use Dovecot SASL to configure Submissio

Re: SASL for outgoing mail

2012-03-25 Thread Patrick Ben Koetter
* brian : > I'm having trouble with SASL when relaying and don't know if the > problem is with the client (thunderbird), the server, or the fact > I've been at this for going on 12 hours now. > > > shortened log entries: > SSL_accept:before/accept initialization > ... > SSL_accept:SSLv3 read fini

Re: Next day

2012-04-04 Thread Patrick Ben Koetter
* Daniele Nicolodi : > Having to track the changes to Postix from version to version and to > snapshot to snapshot, what I would do is to import each revision into a > revision control system and compare them with the tools offered by it. > If a central repository would be publicly available that t

Re: SMTP Client and AUTH on *.outlook.com (Office 365)

2012-04-12 Thread Patrick Ben Koetter
* Franck MAHE : > All, > > One of my client decided to use Office 365, but some internal servers need > to send some emails. > > > > So I've an issue with the authentication mechanisms with the smtp client. > > > > Here is an extract of the conf > > broken_sasl_auth_clients = yes > cyrus_

Re: SMTP Client and AUTH on *.outlook.com (Office 365)

2012-04-12 Thread Patrick Ben Koetter
Reindl, Am 12.04.2012 15:50, schrieb Reindl Harald: > > Am 12.04.2012 15:40, schrieb Franck MAHE: >> Microsoft ESMTP MAIL Service > i fear you are wrong here because this is the > postfix-list and it is clearly a problem on > the microsoft machine not offering any > auth mech you are wrong. As s

Re: Another issue with SMTPD AUTH

2012-04-16 Thread Patrick Ben Koetter
* Franck MAHE : > [root@fsrv02 postfix]# tail /var/log/mail/errors.log > Apr 17 01:59:09 fsrv02 postfix/smtpd[7889]: fatal: no SASL authentication > mechanisms > > [root@fsrv02 postfix]# tail /var/log/mail/warnings.log > Apr 17 01:59:09 fsrv02 postfix/smtpd[7889]: warning: > xsasl_cyrus_server_get

Re: Another issue with SMTPD AUTH

2012-04-17 Thread Patrick Ben Koetter
* Franck MAHE : > Yes, for sure I did. > > [root@fsrv02 log.d]# ll /usr/lib/sasl2/ your examples use /usr/lib64/... but you post /usr/lib/... Could it be your problem is wrong paths e.g. for the saslauthd socket? p@rick -- All technical questions asked privately will be automatically answere

header_checks hell

2012-04-25 Thread Patrick Ben Koetter
I'm having trouble with a simple header check running in a pre-queue amavis setup. The filter should DISCARD any Subject that begins with "SPAM-Verdacht CUSTOMERNAME:" # Pattern Aktion /^Subject:\ (SPAM-Verdacht CUSTOMERNAME:\ .*)$/ DISCARD $1 Postfix may read the

Re: header_checks hell

2012-04-25 Thread Patrick Ben Koetter
* Ralf Hildebrandt : > * Patrick Ben Koetter : > > I'm having trouble with a simple header check running in a pre-queue amavis > > setup. > > > > The filter should DISCARD any Subject that begins with "SPAM-Verdacht > > CUSTOMERNAME:" > &g

Re: header_checks hell

2012-04-25 Thread Patrick Ben Koetter
* Wietse Venema : > Patrick Ben Koetter: > > I'm having trouble with a simple header check running in a pre-queue amavis > > setup. > > > > The filter should DISCARD any Subject that begins with "SPAM-Verdacht > > CUSTOMERNAME:" > &g

Re: header_checks hell

2012-04-25 Thread Patrick Ben Koetter
* Ralf Hildebrandt : > > Not that I am aware of: > > > > # == > > # service type private unpriv chroot wakeup maxproc command + args > > # (yes) (yes) (yes) (never) (100) > > # =

SOLVED: Re: header_checks hell

2012-04-25 Thread Patrick Ben Koetter
* Wietse Venema : > Patrick Ben Koetter: > > * Ralf Hildebrandt : > > > > Not that I am aware of: > > > > > > > > # > > > > == > > > > #

Re: Spam generation tool

2012-04-30 Thread Patrick Ben Koetter
* vishesh kumar : > Hi Members, > > I want to test my newly setup Postfix mail server with some test spam > message . Is there any spam generation tool available to generate random > bulk spam messages. amavis comes with a set of sample messages. Write a script to automate sending those. p@rick

Re: Multiple IP

2012-05-02 Thread Patrick Ben Koetter
* Kirill Bychkov : > Hi all, > > I need create server with 5 IP addresses (interfaces) and postfix(es). The > role of this server is relay. > If message delivered into my mail server on one ip address, for example, > 172.16.35.35, so this message should be sent from same ip: 172.16.35.35. > In oth

Re: Problems with smtpd + chroot + smtpd_client_restrictions

2012-05-08 Thread Patrick Ben Koetter
* JDL : > On May 8, 2012, at 4:19 PM, Wietse Venema wrote: > > > JDL: > >> I have been working through a problem for the last couple of hours. > >> > >> If have the following set in main.cf > >> > >>smtpd_client_restrictions = reject_unknown_client_hostname > >> > >> and the smtpd is chroot

Re: Postfix SMTP Client Segfaults over TLS

2012-05-16 Thread Patrick Ben Koetter
* David Wittman : > Hey all, > > I'm having issues with the Postfix SMTP client segfaulting when TLS is > used. I've tried multiple destination relays, and the client SIGSEVs every > time a message is sent, unless TLS is disabled. This is on version 2.6.6 > from the base CentOS 6 repositories, but

Re: Feature Request - address process testing

2012-05-22 Thread Patrick Ben Koetter
* Daniel L. Miller : > I would find it quite useful to have a command, whereby either a > designated sender or recipient address can be tested against the > complete Postfix configuration, and have both the process and the > result displayed. For example: Have you tried "sendmail -bv ..."? p@ric

Re: Thunderbird and Postfix

2012-06-06 Thread Patrick Ben Koetter
* Nicolás : > I'm new to this list and the reason why I'm writing is because I > found out one thing I think is worrying enough to share it with you > > I've got my Postfix configured with virtual users, integrated with > Dovecot. Everything's working fine, no (known) configuration issues. > I was

Re: smtp_fallback_relay localhost

2012-06-07 Thread Patrick Ben Koetter
* Georg Schönweger : > Hi, > > On our postfix server we use: > relayhost = [server1.tld]:587 > > How can i tell postfix to relay mails localy if server1.tld is down? I > thought this should be possible with "smtp_fallback_relay"; > smtp_fallback_relay = [localhost] > but then i see a "deferred (m

Re: Postmaster info reset password

2012-06-14 Thread Patrick Ben Koetter
* Reindl Harald : > > > Am 14.06.2012 21:34, schrieb Ansgar Wiechers: > > Harald > > > > On 2012-06-14 Reindl Harald wrote: > >> sadly to say but this all sounds that you have no plan what are you > >> doing at all - please consult the admin for the mailsystem (hopefully > >> one exists) > > >

Re: problem talking to server private/tlsmgr: Resource temporarily unavailable

2012-06-21 Thread Patrick Ben Koetter
* micah anderson : > > I'm running a busy server that is periodically experiencing problems > with tlsmgr, at various times (typically once a day at minimum), the > following appears in the logs: > > Jun 16 07:34:40 willet postfix/smtp[24449]: warning: connect to > private/tlsmgr: Resource tempo

Re: Trouble using StartSSL certificate for tls

2012-06-22 Thread Patrick Ben Koetter
* Neil Aggarwal : > Hello: > > I created a certificate for my mail server using the StartSSL service > located > at http://www.startssl.com/ > > I set these lines in my main.cf (I already set up dovecot): > > # Rules for smtp auth > smtpd_sasl_type = dovecot > smtpd_sasl_path = private/auth > sm

Re: OT - was Re: common mailbox for design

2012-06-26 Thread Patrick Ben Koetter
* Wietse Venema : > Charles Marcus: > > On 2012-06-26 6:21 AM, Reindl Harald wrote: > > > remember that postfix is even not responsible for your sent-folder > > > on a IMAP-server because these messages are stored there by your > > > mail-client after send over SMTP was successful > > > > Yes, bu

Re: Can't get auxprop/sasldb SMTP auth working

2012-07-21 Thread Patrick Ben Koetter
* Rich Carreiro : > -- active services in /etc/postfix/master.cf -- > # service type private unpriv chroot wakeup maxproc command + args > # (yes) (yes) (yes) (never) (100) > smtp inet n - - - - smtpd Your server is chrooted. It cannot fi

Re: Unauthenticated user and domain restriction

2012-08-05 Thread Patrick Ben Koetter
Adam, * Adam NEVERT : > >>I need to have a unical user who can send emails without > >>authentication and only on my domain how can I achieve that ? > >> > >>>How can you tell wether it is this user or not if it is not authenticated ? > >>I can tell it is a user because it is in my alias_maps > >t

Re: Unauthenticated user and domain restriction

2012-08-05 Thread Patrick Ben Koetter
* Reindl Harald : > Am 05.08.2012 22:27, schrieb Adam NEVERT: > >>> Hello, > >>> > >>> I need to have a unical user who can send emails without > >>> authentication and only on my domain how can I achieve that ? > >>> > How can you tell wether it is this user or not if it is not > authen

Re: SASL LOGIN authentication failed: Invalid authentication mechanism

2012-08-17 Thread Patrick Ben Koetter
* l...@airstreamcomm.net : > I am trying to get SASL (with dovecot) setup on postfix 2.6.6 and > receiving this warning: > > warning: domain.tld[ip.add.re.ss]: SASL LOGIN authentication failed: > Invalid authentication mechanism The client attempts to use a mechanism Postfix does not offer. Actu

Re: Anonymizing only outgoing mail (from smtp auth)

2012-09-11 Thread Patrick Ben Koetter
* gsom : > Hello! > > I wish to anonimize my users' mail and cut of some headers. But only > from my clients authenticated throw smtp auth. Mail from others domains > not mine should not be affected cause it breaks dkim checks (for example > from gmail). > I've tried headers_check but it changes h

Re: How to configure postfix for per-sender SASL authentication?

2012-09-12 Thread Patrick Ben Koetter
* Marwan Tanager : > Hi everyone, > > I have two gmail accounts, and I want to configure my local postfix server as > a > client which does SASL authentication with smtp.gmail.com:587 with > credentials > that depend on the sender address. > > So, let's say that my gmail accounts are: a...@gm

Re: REJECT and save a copy of spam?

2012-09-13 Thread Patrick Ben Koetter
* Chris Adams : > I'm configuring Postfix with SpamAssassin, using Spampd as a > before-queue filter. I put "/^X-Spam-Flag: YES/ REJECT Spam detected" > in /etc/postfix/header_checks, and that works (spam is rejected during > SMTP as desired). > > However, it would be nice to _also_ keep a copy o

Re: Migration Postfix Server

2012-09-14 Thread Patrick Ben Koetter
* Giuseppe Perna : > I need to migrate mail from Postfix from my old server to the new server. > I was wondering if there was a document for this operation. > > my system is in mbox format. Copy the mbox file over to your new system and you are done. -- All technical questions asked privately

Re: Problems with authentication using dovecot

2012-10-17 Thread Patrick Ben Koetter
-- [*] sys4 AG Franziskanerstraße 15 Telefon +49 89 3090 4664 81669 München Telefax +49 89 3090 4666 Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich

Re: postfix SMTP AUTH

2012-10-21 Thread Patrick Ben Koetter
ke debugging your problem easier. p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich

Re: postfix SMTP AUTH

2012-10-22 Thread Patrick Ben Koetter
0-AUTH PLAIN LOGIN > 250-AUTH=PLAIN LOGIN > > -- end of saslfinger output -- So far, so good. What do you get if you run 'sasldblistusers2'? Do the accounts have a domainpart you use when you create the authentication string? If not, use an account as given from sasldblistusers2 output and test with that. p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich

Re: SMTP AUTH: Need your comments on this guide

2012-10-30 Thread Patrick Ben Koetter
ocs. And while you are at it, tell him there's no need to use vi when all he wants to do is _read_ a file. He can do with less and his system will be more secure - from him. ;) p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sit

Re: SMTP AUTH: Need your comments on this guide

2012-10-31 Thread Patrick Ben Koetter
k -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich

Re: /var/log/mail.info

2012-10-31 Thread Patrick Ben Koetter
AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich

Re: /var/log/mail.info

2012-10-31 Thread Patrick Ben Koetter
tions were related to security. Though being basic questions, I think they fit perfectly. p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der

Re: SMTP: Reject unencrypted connections

2012-10-31 Thread Patrick Ben Koetter
for details. p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich

Re: Simple mailing list

2012-11-06 Thread Patrick Ben Koetter
rtsoft.com/sendmail/wimp/>. Use it with caution. ;) p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich

Re: your mail

2012-11-11 Thread Patrick Ben Koetter
rt-snakeoil.key > smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache > smtpd_use_tls = yes > virtual_gid_maps = static:5000 > virtual_mailbox_base = / > virtual_mailbox_domains = ldap:/etc/postfix/ldap-domains.cf > virtual_mailbox_maps = ldap:/etc/postfix

Re: pop client for postfix.

2012-11-12 Thread Patrick Ben Koetter
op" so is there any options in > postfix. Postfix is an SMTP server. It cannot do POP. -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter,

Re: smtp Auth.

2012-11-12 Thread Patrick Ben Koetter
t. However I am sure that SASL is configured properly because my > outlook client has received SSL certificate when I created the > account. Again: SSL is not related to SASL. Show log that prooves your case. p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15,

Re: Lamentation and query

2012-11-25 Thread Patrick Ben Koetter
istrators > to support a commercially printed book. I am working on an updated version as time permits. p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich

Re: Client access tables based on SASL-authenticated username

2012-12-07 Thread Patrick Ben Koetter
G http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich

Re: How can I hide the `Received' field?

2012-12-10 Thread Patrick Ben Koetter
d) > > > -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich

Re: RFC: postconf user interface

2013-01-08 Thread Patrick Ben Koetter
1) command-line argument contains the > text of a complete main.cf entry. In postconf(1) you wrote "-e Edit the main.cf configuration file, and update parameter settings ..." I haven't thought this through - you probably have: Wouldn't it be more consistent to use only

Re: RFC: postconf user interface

2013-01-08 Thread Patrick Ben Koetter
* Wietse Venema : > Patrick Ben Koetter: > > > Next, a few examples that are likely to be implemented: > > > > > > postconf -M# service-type ... > > > postconf -M# service-type.service-name ... > > > > > > postconf -MX service-

Re: RBLs, submission port, and permit_sasl_authenticated

2013-01-08 Thread Patrick Ben Koetter
anziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich

Re: saslauth configuration question

2013-01-14 Thread Patrick Ben Koetter
r fell back to once they had failed attempting CRAM-MD5. p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich

Re: saslauth configuration question

2013-01-14 Thread Patrick Ben Koetter
You _could_ get the same results with SQL or LDAP as auxprop_plugin, but there's certainly a reason you when for SASLDB in the first. p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB

Re: saslauth configuration question

2013-01-15 Thread Patrick Ben Koetter
happy to co-operate. How should I trust you? I wrote most of the SASL_README you quoted from. p@rick > > Charles Bradshaw > > On Mon, 14 Jan 2013 23:09:06 +0100, Patrick Ben Koetter wrote > > > > > * Charles Bradshaw : > > > I am considering switc

Re: SASL question

2013-02-10 Thread Patrick Ben Koetter
back when all other attempts to do AUTH have failed. That in turn says your current setup is non-functional. Which docs did you follow? What's your current setup? p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: Münche

Re: 250 Data Dropped

2013-02-28 Thread Patrick Ben Koetter
hing we can do about it. Find out why google.com drops the messages. If its for technical reasons we might be able to help. If its for the content, we cannot help. p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: Münc

Re: question re. sasl authentication

2013-03-03 Thread Patrick Ben Koetter
way to flush the cache? Restart saslauthd? p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Joerg Heidrich

Re: problem, pass bad header thru amavis and dont quarantine them

2013-05-17 Thread Patrick Ben Koetter
ooks good. Amavis knows which messages are inbound now. p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: How can I restrict some specific users from sending email to external domains?

2013-05-27 Thread Patrick Ben Koetter
erstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: Is it time for 2.x.y -> x.y?

2013-06-01 Thread Patrick Ben Koetter
hen Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: smtp auth

2013-06-25 Thread Patrick Ben Koetter
ur domains and e.g. route them into your mailbox. There's nothing wrong with this. p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: Add Email Addresses to Safe-Senders List Automatically?

2013-07-10 Thread Patrick Ben Koetter
me know if that is realistic or not. > > > > Thank you for your time. > > > > Regards, > > > > Christopher Kurtis Koeber > > > -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: How best to eliminate "domain mismatch" warning in mail clients when TLS is used

2013-07-15 Thread Patrick Ben Koetter
p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: Possibly deprecated parameters

2013-07-19 Thread Patrick Ben Koetter
en: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: Possibly deprecated parameters

2013-07-19 Thread Patrick Ben Koetter
* Patrick Ben Koetter : > * staticsafe : > > Oh another typo, I suppose: > > > > smtpd_tls_received_header (default: no) > > There's also smtp_tls_received_header. Of course there isn't. Excuse the noise. I'll go hiding in a deep dark hole. :/ p@rick

ANN: automx 0.10 stable

2013-07-29 Thread Patrick Ben Koetter
15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

OT: amavisd-new-milter rpm

2013-08-19 Thread Patrick Ben Koetter
Has anyone seen a recent (>= 1.5.0) RHEL 6 RPM for amavisd-new-milter or a src.rpm to work/build from? p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick

Re: OT: amavisd-new-milter rpm

2013-08-19 Thread Patrick Ben Koetter
* Patrick Lists : > On 08/19/2013 08:07 PM, Patrick Lists wrote: > >On 08/19/2013 07:29 PM, Patrick Ben Koetter wrote: > >>Has anyone seen a recent (>= 1.5.0) RHEL 6 RPM for amavisd-new-milter > >>or a > >>src.rpm to work/build from? >

Re: Permissions on /etc/postfix files

2013-09-05 Thread Patrick Ben Koetter
49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: Permissions on /etc/postfix files

2013-09-06 Thread Patrick Ben Koetter
* LuKreme : > On 05 Sep 2013, at 23:51 , Patrick Ben Koetter wrote: > > main.cf, master.cf, dynamicmaps.cf > >root:postfix 644 > >Must be world readable for sendmail users > > do you mean actual real sendmail (we don't have that) or postfix's

Re: TLS Encription and server verification

2013-09-08 Thread Patrick Ben Koetter
sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Milter: Change Routing?

2013-09-09 Thread Patrick Ben Koetter
4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: Milter: Change Routing?

2013-09-09 Thread Patrick Ben Koetter
* Wietse Venema : > Patrick Ben Koetter: > > Is it possible to change mail routing within a milter without modifying > > recipient addresses? > > No. The Milter protocol has an API to change envelope sender/recipient > and header/body content. > > You can, however,

Re: dkimproxy signing

2013-10-03 Thread Patrick Ben Koetter
tual_mailbox_limit = 0 > virtual_mailbox_maps = pgsql:/etc/postfix/pg_mailbox.cf > virtual_transport = maildrop > virtual_uid_maps = pgsql:/etc/postfix/pg_uids.cf > > Lynn > -- > > Lynn Dobbs > Chief Technical Officer > CreditLink Corporation > -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: Postfix counters (was: limit and monitor too many sasl login from same user)

2013-10-05 Thread Patrick Ben Koetter
Also: A deep inspection (time consuming) could lookup the submitted password in <https://leakdb.abusix.com/info.html> and use the fact that there are matches to come to a decision. p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: Postfix counters (was: limit and monitor too many sasl login from same user)

2013-10-05 Thread Patrick Ben Koetter
* Patrick Ben Koetter : > * Wietse Venema : > > Viktor Dukhovni: > > > On Sat, Oct 05, 2013 at 09:59:23AM -0400, Wietse Venema wrote: > > > > > > > It should be easy enough to count per "login name" instead of per > > > > "

Re: mxbackup quote

2013-10-18 Thread Patrick Ben Koetter
;t deal with the details of mailbox management etc. p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: mxbackup quote

2013-10-18 Thread Patrick Ben Koetter
er domain/user. p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: sign auto-reply vacation with OpenDKIM

2013-10-18 Thread Patrick Ben Koetter
address in Dovecot and tell it to use SMTP instead of sendmail command: # If non-empty, send mails via this SMTP host[:port] instead of sendmail. #submission_host = p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München

Re: saslpasswd2 (and auth)

2013-10-20 Thread Patrick Ben Koetter
1 > > testsaslauthd -u test1 -p test1 > > 0: OK "Success." > > sasldblistusers2 Have you configured saslauthd to access sasldb as backend? p@rick -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: Mün

Re: Encrypted password at SASL LDAP Authentication

2013-11-05 Thread Patrick Ben Koetter
49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein

Re: Encrypted password at SASL LDAP Authentication

2013-11-05 Thread Patrick Ben Koetter
* Benny Pedersen : > Patrick Ben Koetter skrev den 2013-11-05 21:57: > > >>http://www.postfix.org/SASL_README.html#auxprop_ldapdb > > cyrus sasl does not need to have running saslauthd for mysql auth, > is this diff for ldap ? In order to use an SQL backend with Cy

<    1   2   3   4   5   6   7   >