SV: Catch S/mime header and change destination

2010-10-07 Thread Peter Sørensen
stfix will receive the mail , If signed this should be sent to the decryptimg server and when decryptet it will be sent back to the postfix MTA and the scanned for VIRUS/SPAM. Hope this clear out what I want tp achieve best regards Peter Fra: owner-postf

MAIL FROM rewriting per smtp client IP

2011-02-08 Thread Peter Micunek
Hi All, I need to rewrite the envelope field "MAIL FROM:" but only for emails which come from particular smtp client IP. Is there any possibility how to do it? Regards, Peter Micunek --- Stavebna fakulta STU, Bratislava Facult

Re: MAIL FROM rewriting per smtp client IP

2011-02-08 Thread Peter Micunek
transport map to the destination (MMS center) which have policy based on MAIL FROM: domain. I can not allow all domains on MMSC. regards, PM On Tue, 8 Feb 2011 08:24:17 -0500 (EST), Wietse Venema wrote > Peter Micunek: > > Hi All, > > > > I need to rewrite the envelope field "

Re: MAIL FROM rewriting per smtp client IP

2011-02-08 Thread Peter Micunek
Wietse, It seems that you helped me. Thanks a lot PM On Tue, 8 Feb 2011 10:26:19 -0500 (EST), Wietse Venema wrote > Wietse Venema: > > Peter Micunek: > > > Wietse, > > > > > > problem is that I need to have one domain in the field "MAIL FROM:" &g

body_check prepend empty line

2009-06-17 Thread Peter Micunek
Hi All, is it possible to add empty line to the mail body? I tried to do that via body_check and PREPEND: /^\.$/ PREPEND However I do not know what I should write after PREPEND. thx Peter --- Stavebna fakulta STU, Bratislava Faculty of Civil

Re: body_check prepend empty line

2009-06-17 Thread Peter Micunek
On Wed, 17 Jun 2009 08:33:41 -0500, Noel Jones wrote > Peter Micunek wrote: > > Hi All, > > > > is it possible to add empty line to the mail body? > > I tried to do that via body_check and PREPEND: > > > > /^\.$/ PREPEND > > > > However I do

Re: body_check prepend empty line

2009-06-17 Thread Peter Micunek
On Wed, 17 Jun 2009 15:58:16 +0200, Ralf Hildebrandt wrote > * Peter Micunek : > > > I would like to add empty line or before char "." which is last char. > > Why? MMS center receives from another MMS center the specific mail (MM4_delivery_report.REQ)

relative paths or absolute paths in main.cf

2009-07-16 Thread Peter Sørensen
taken relative to MAIL_CONFIG Do I always need to use absolute paths? best regards Peter Sørensen University of Southern Denmark email: mas...@sdu.dk

aliases forwarding on local subnetl DMZ

2009-07-22 Thread Peter Macko
u...@test.eu, but I have received error "bad recipient address syntax". Thank you for any easy solution, Peter Macko

How to forwad emails to specific IP address

2009-07-23 Thread Peter Macko
ration file. Is that possible? Than you a lot Peter

Re: What causes the "message file too big" error?

2009-07-31 Thread Peter Adebahr
ople who sell internet traffic ... sorry, couldn't resist rgds peter

cdb table printout

2009-09-16 Thread Peter Micunek
Hi all, I need to dump lookup table transport.cdb. I tried it via postmap: postmap -s cdb:transport postmap: fatal: cdb table transport.cdb: sequence operation is not supported Is there any way to do it? Thanks Peter Micunek --- Stavebna fakulta

receive only, no send allowed

2009-10-01 Thread Peter Macko
should be restricted to read emails and send them only to certain domains or addresses. Is this possible by configuring postfix or is there also another way? Thanks a lot, Peter

corporate environment

2009-10-04 Thread Peter Macko
I have found a tutorial to configure postfix for: Internal emails: - Cannot send external emails - Can send internal emails - Can receive external emails - Can receive internal emails External emails: - Can send external emails - Can send internal emails - Can receive external email

forward russian emails

2009-10-08 Thread Peter Macko
Emails for certain local recipient that contain russian characters in subject or in body should be forwarded to another email address. Shell I start looking for solution in postfix or in MailScanner? Thank you ___

Re: outgoing spam

2009-10-21 Thread Peter Blair
On Tue, Oct 20, 2009 at 4:40 AM, Martin Schiøtz wrote: >>> Can I do any outgoing spam checks with postfix or I'm forced to >>> install lots of Amavis, spamassassin, etc. software to do that job. >>> >> >> I'm sorry to tell you that blocking outbound spam is at least harder >> than blocking inbound

dns failure - postfix - avg - outlook

2009-10-28 Thread Peter Macko
, can I configure postfix to construct standard message (failed delivery) for senders from LAN (local users of postfix server) andfor senders from outside (other email servers) to keep responding 450 4.1.8? Thank you,Peter

Re: Limits of map files length my machine can take

2009-10-29 Thread Peter Koinange
I suggest you use ldap for your transport and build a server farm to handle the mail k - "ram" wrote: > We need to design a mail system where postfix transport maps file > will > grow based on the inputs. . This may grow to a million lines > > I need to know what will be the max entrie

RE: dns failure - postfix - avg - outlook

2009-11-02 Thread Peter Macko
> On 10/28/2009 7:23 PM, Peter Macko wrote: > > DNS that is used by postfix stopped working and consequently caused > > postfix respond to: > > 1. senders from outside: NOQUEUE: reject: RCPT from > > unknown[194.168.1.66]: 450 4.1.8 > > 2. senders from inside

RE: dns failure - postfix - avg - outlook

2009-11-02 Thread Peter Macko
> Date: Mon, 2 Nov 2009 07:57:01 -0600 > From: njo...@megan.vbhcs.org > To: postfix-users@postfix.org > Subject: Re: dns failure - postfix - avg - outlook > > On 11/2/2009 4:16 AM, Peter Macko wrote: > > > On 10/28/2009 7:23 PM, Peter Macko wrote: > > > &

RE: dns failure - postfix - avg - outlook

2009-11-02 Thread Peter Macko
> Date: Mon, 2 Nov 2009 08:46:43 -0600 > From: njo...@megan.vbhcs.org > To: peter_ma...@msn.com; postfix-users@postfix.org > Subject: Re: dns failure - postfix - avg - outlook > > On 11/2/2009 8:38 AM, Peter Macko wrote: > > > > > > > Date: Mon, 2 N

RE: Test e-mailservice

2009-11-11 Thread Peter Sørensen
- save this in a Database (MySql) along with the timestamp. When the bounced mail get back we grap the Message-id and timeinfo and all this is saved in the DB. You could use this info test if mailloop is to long. Best regards Peter Sørensen Phone.6550 2858 Fax 6550 2860 mail mas

RE: Test e-mailservice

2009-11-11 Thread Peter Sørensen
Hi Martin, I will do that. I probably have to do a little bit of cleanup/docs before I send it. Will do that in the next couple of days. Hope this is OK for you. Best regards Peter -Original Message- From: owner-postfix-us

advice on source route

2009-11-19 Thread Peter Sørensen
s but I don't think this is the way to go. Maybe implement some kind of policy daemon ? Can anyone point me into the right direction so I'm sure that the address mai...@xxx.dk is sent to the server xxx.sdu.dk ? Peter Sørensen University of Southern Denmark/email: mas...@sdu.dk

Re: Postfix/Cyrus Forwarding Question

2009-11-25 Thread Peter Koinange
I belive the best way to way to to this is to use sieve k - "Dennis Putnam" wrote: > I'm not sure if this is the right forum for this question but I don't > know where else to start. > > I am running Postfix/Cyrus on the same server that contains user home > directories. The forwarding m

Re: multiple content filter settings

2009-11-27 Thread Peter Blair
On Fri, Nov 27, 2009 at 12:14 PM, Sharma, Ashish wrote: > I have a Postfix mail server that needs to be set for two content filters as > I have two content filters. > > One from AmaVis and another a custom content filter. Can you not have amavis feed to your second content filter, which will in t

Re: multiple content filter settings

2009-11-27 Thread Peter Blair
On Fri, Nov 27, 2009 at 12:58 PM, Sharma, Ashish wrote: > Peter, > > I don't know how to do it, please post some sample for doing what you are > suggesting. Read an Amavis document, and instead of pointing it to the postfix reinjection port, send it to your other content filter.

Re: Postfix Deployment

2009-11-27 Thread Peter Blair
Well, I see no reason to have a MTA running on a public IP. As stated above in the thread, as long as your server is HELO'ing out as the name associated with the PTR record for its SRC-NAT, then you should be fine. On Fri, Nov 27, 2009 at 3:42 PM, Roman Gelfand wrote: > On Fri, Nov 27, 2009 at 1

Re: posfix rejected from google server

2011-03-05 Thread Peter Evans
http://cbl.abuseat.org/nat.html http://cbl.abuseat.org/advanced.html Some places NAT you without telling you. This has happened on cable modems. Are you sure your IP is the one you think it is? I further highly doubt any link between Gmail and CBL exists. There is no link.

Re: posfix rejected from google server

2011-03-06 Thread Peter Evans
Just out of curiosity, can you try to send mail directly to me? After you have removed yourself, it should take less than about an hour to clear from the CBL + PBL. Then mail should go through. Received: from 108.234.broadband4.iol.cz (108.234.broadband4.iol.cz [85.71.234.108]) ap

postfix restarts every five minute

2011-03-25 Thread Peter Sørensen
. If I remove the function the problem is solved. Any hints please Regards Peter Sørensen/Univ.Of.South.Denmark/email: mas...@sdu.dk

SV: postfix restarts every five minute

2011-03-25 Thread Peter Sørensen
I am fully aware that postfix supports mysql. The reason is actually a performance issue concerning the mysql backend so you might see this as a temporary workaround for the mysql problems. /Peter Fra: owner-postfix-us...@postfix.org [owner-postfix-us

SV: SV: postfix restarts every five minute

2011-03-25 Thread Peter Sørensen
ering postfix to make this behavior? Regards Peter Fra: owner-postfix-us...@postfix.org [owner-postfix-us...@postfix.org] På vegne af Reindl Harald [h.rei...@thelounge.net] Sendt: 25. marts 2011 13:02 Til: postfix-users@postfix.org Emne: Re: SV: postfix res

minor postscreen cleanup logging issue

2011-04-11 Thread Peter Schultze
system is around 25000: # postmap -s /var/lib/postfix/verify_cache | wc -l 24436 Otherwise postscreen is working well, so if this is a bug it would only be minor. -- Peter Schultze

Re: Google 7720 Error...

2011-05-14 Thread Peter Evans
Wietse wrote: I repeat my suggestion that you collect real data to show that those SMTP packets from gmail actually reach you. Because when you finally discover that they don't then you can go and fix the real problem. You wrote: i have no idea HOW to get that real data.. I do not have access

Mojorodomo2 + Postfix misconfiguration for scripts

2011-06-10 Thread Peter Fodrek
LIASES/mj-alias-APVV, hash:/usr/local/majordomo/lists/ALIASES/mj-alias-private Tnak you for any explanation what I am doing wrong I look forward hearing from you Uuors faithfully -- Peter Fodrek

Majordomo2 + Postfix misconfiguration for scripts

2011-06-10 Thread Peter Fodrek
sh:/usr/local/majordomo/lists/ALIASES/mj-alias-private Tnak you for any explanation what I am doing wrong I look forward hearing from you Uuors faithfully -- Peter Fodrek

Re: Major issues with a new install of Postfix

2011-06-28 Thread Peter Santiago
Hi Jon, On Fri, Jun 24, 2011 at 10:36 PM, Jon Miller wrote: > Ok, so port 25 is back on, > > Now the issue is I still cannot get e-mail to show up in OL2003 desktop > client. > > [snip] > Hate to say this, if you can't get mail to show up on the MS Outlook, something wrong with your cyrus inst

Large ISP which use Postfix

2011-07-14 Thread Peter Tselios
Hallo,     I need to prepare a presentation for my company because we plan to deploy a new mail system. I need to know the names of some medium to large ISPs that uses Postfix as their SMTP server. Do you know where I can find that information? Thanks Peter

Σχετ: Large ISP which use Postfix

2011-07-14 Thread Peter Tselios
I did that. But the are sendmail fans :) I need postfix fans/users! P. Απο: Janantha Marasinghe Προς: Peter Tselios Κοιν.: "postfix-users@postfix.org" Στάλθηκε: 3:00 μ.μ. Πέμπτη, 14 Ιουλίου 2011 Θεμα: Re: Large ISP which use Postfix Simple. 1

Σχετ: Large ISP which use Postfix

2011-07-14 Thread Peter Tselios
really thank you for your offer. P. Απο: Patrick Ben Koetter <p...@state-of-mind.de> Προς: postfix-users@postfix.org Στάλθηκε: 3:53 μ.μ. Πέμπτη, 14 Ιουλίου 2011 Θεμα: Re: Large ISP which use Postfix * Peter Tselios <s91...@yahoo.gr>: >     I ne

Σχετ: Large ISP which use Postfix

2011-07-14 Thread Peter Tselios
which use Postfix Anyone  knows what Google or Hotmail use ? Le 15/07/2011 00:55, Stan Hoeppner a écrit : > On 7/14/2011 6:58 AM, Peter Tselios wrote: >> Hallo, >>      I need to prepare a presentation for my company because we plan to >>deploy a new mail system. I need to k

Σχετ: Anyone solely using SMTP Auth for outbound mail?

2011-07-20 Thread Peter Tselios
Well, since I plan to move into the Postfix wagon, from scratch, I want to learn more about the 587 port submission and the blockage of port 25 for that. What are the best practices on the matter? Are there any documents on that? Soren how do you implement it? P. _

Re: main.cf best practices

2011-08-09 Thread Peter Blair
On Mon, Aug 8, 2011 at 3:48 PM, Stephen Atkins wrote: > My main goal is to figure out what I should have in each section of > main.cf (smptd/client restrictions to help stop spam and not to be a open > relay or back scatter host. You won't be successful in stopping spam with any kind of "set it a

Re: sending mass mail

2011-08-09 Thread Peter Blair
On Tue, Aug 9, 2011 at 10:38 AM, Ralf Hildebrandt wrote: > * Amira Othman : >> Hi all >> >> I want to send mails to all users I have in my database and I am using >> postfix-2.3.3-2.3.el5_6. I am afraid that ISPs consider me spammer and add >> me to black list.Any one can suggest to me where to st

Re: Sending massive mails

2011-08-10 Thread Peter Blair
On Fri, Aug 5, 2011 at 4:13 AM, Bjron Mork wrote: > I do have the same concerns, is there any way to implement users bases > sending policies through postfix … Not really. Postfix accepts messages into one of its queues, and will pick those messages up (depending on its retry formula) and attemp

Re: mail server on vm

2011-08-12 Thread Peter Blair
The RFC stipulates that only an A record is required. Mind you, your /etc/hosts file isn't equivalent to an A record. Configure an override in your transport file for testing. Oh, and try not to send HTML mails to mailing lists. On Fri, Aug 12, 2011 at 9:46 AM, Amira Othman wrote: > > Hi all,

Re: using header_checks to change message-id header

2011-08-15 Thread Peter Blair
On Mon, Aug 15, 2011 at 10:30 AM, Jerico2day wrote: > I'd like to have postfix dynamically change "my.domain.com" only on > Message-Id header  to some arbitrary domain that would be > public-facing for all outgoing mail and change it back for incoming > mail. > > Unfortunately, I'm not quite sure

Re: using header_checks to change message-id header

2011-08-16 Thread Peter Blair
On Tue, Aug 16, 2011 at 2:35 AM, Ralf Hildebrandt wrote: > * Peter Blair : >> /Message-Id:\s+<(.*?)@my.domain.com>/   REPLACE Message-Id: >> <$1...@my.domain.net> > > Warning: this might also alter Resent-Message-Id: into Message-Id:!!! -1s/might/will/ Cheers! :)

Re: Write a mail directly to postfix queue

2011-08-19 Thread Peter Blair
On Fri, Aug 19, 2011 at 11:33 AM, Ram wrote: > > > On 08/19/2011 07:50 PM, Reindl Harald wrote: >> >> Am 19.08.2011 16:05, schrieb Ram: >>> >>> I dont want to make smtpd connections in the app because that slows down >>> the app significantly >>> and also this is a serialized process. >>> So sendi

Re: postscreen stats

2011-08-23 Thread Peter Blair
On Tue, Aug 23, 2011 at 8:04 PM, Homer Parker wrote: > On Tue, 2011-08-23 at 21:33 +0200, Patrick Ben Koetter wrote: >> I disabled greylisting since I started using postscreen and the spam >> ratio did >> not increase, but the immediacy at which mails from new senders arrive >> did. >> >> Anyone w

Re: Automating regular checks that incoming & outgoing mails are still working

2011-08-23 Thread Peter Blair
On Tue, Aug 23, 2011 at 11:59 AM, Thomas Harold wrote: > On 8/21/2011 10:03 AM, Roger Goh wrote: >> >> There's often problem with our postfix mail server (that runs Cyrus >> / Cyrus-imapd) : >> >> I have scripts (using mutt) to send hourly mails out (&  from >> another postfix server, I can send m

Re: Postfix talking smtp through stdio command?

2011-09-06 Thread Peter Blair
On Tue, Sep 6, 2011 at 2:59 PM, Matthias Andree wrote: > The problem is this: > > - I cannot connect to the remote SMTP relayhost via plain TCP, it's > firewalled on all ports. > > - The relayhost does not offer submission STARTTLS or SSL-wrapped legacy > ports. > > - I *can* (and am permitted to)

Mail non-deliverable when mailbox exists

2011-09-06 Thread Peter Skipworth
_code = 553 unknown_client_reject_code = 554 unknown_hostname_reject_code = 554 unverified_recipient_reject_code = 550 bounce_queue_lifetime = 0 vacation_destination_recipient_limit = 1 -- peter skipworth argo open solutions http://www.argoinf.com ph 0413 962 064 em p...@argoinf.com

Re: DKIM milter

2011-09-07 Thread Peter Blair
On Wed, Sep 7, 2011 at 12:36 PM, Steve Jenkins wrote: > On Wed, Sep 7, 2011 at 8:57 AM, Wietse Venema wrote: >> This means they broke it (assuming you aren't doing special >> processing for Mail.RU etc. destinations). > > Agreed. I generally test by sending a message to my GMail account. If > it

Re: Inject email from web server to postfix queue

2011-09-12 Thread Peter Blair
On Mon, Sep 12, 2011 at 9:37 AM, Jon Harris wrote: > Hi List > > I don't know if this is possible It's not. Search the list archives, and there are plenty of people wanting an API for dropping mail straight into the postfix queue. > I thought if I could generate a postfix friendly file, I c

Re: Switch to new server and forward existing mail from old server

2011-09-12 Thread Peter Blair
On Mon, Sep 12, 2011 at 12:38 PM, Clarence Brown wrote: > On rare occasions I have had to manually mess around with the mail files, ie > using an editor to remove a corrupt message messing up pop3. There is one > file per user mailbox. [ ya, no longer on topic for postfix... ] Just be sure that

SV: mailing lists software ?

2011-09-16 Thread Peter Sørensen
Hi, We use mailman along with postfix and that is truly a stable and good solution and then it's free :-) regards Peter Fra: owner-postfix-us...@postfix.org [owner-postfix-us...@postfix.org] På vegne af Frank Bonnet [f.bon...@esiee.fr] Send

Re: Off Topic: Auto-whitelisting from sent mail?

2011-09-20 Thread Peter Blair
On Tue, Sep 20, 2011 at 9:16 AM, Stan Hoeppner wrote: > On 9/19/2011 5:38 PM, john wrote: >> >> I think this is off topic. >> >> I am running Ubuntu 11.04 as a SOHO server with >> postfix/dovecot/Amavis-new/Spamassassin/Clamav setup as my email service. >> >> Does anybody know of a program... that

RE: Blacklists for you MTA

2011-09-21 Thread Peter Evans
> On Mon, 19 Sep 2011, Marek Salwerowicz wrote: > > reject_rbl_client zen.spamhaus.org, > > reject_rbl_client t1.dnsbl.net.au, > > reject_rbl_client dnsbl.njabl.org, > > reject_rbl_client sbl.spamhaus.org, > > reject_rbl_client cbl.abuseat.org, > > reject_rbl_client dul.dnsbl.sorbs.net, > > reject_

Re: automatic reply

2011-09-30 Thread Peter Blair
On Fri, Sep 30, 2011 at 6:44 AM, Amira Othman wrote: > Hi all, > > > > I want  to configure automatic message but different one for different user. > As I am not using MySQL in my postfix configuration and installation I > didn’t use any other plug-in that may use MySQl too. I am using shell scrip

Re: Issue with getting listed in spam again and again.

2011-10-04 Thread Peter Blair
On Tue, Oct 4, 2011 at 2:55 AM, Dhanraj Wadhe wrote: > We are public email provider with postfix at backend. We are facing issue > with getting black listed again and again. > > Currently we have setup reverse lookup, DKIIM and SPF to avoid getting > listed into rbl's and dnsbl. Great. Once your

Re: Printing received mails

2011-11-03 Thread Peter Blair
On Thu, Nov 3, 2011 at 4:03 PM, Daniel L. Miller wrote: > We're now using a hosted fax service and receive our faxes via email to a > dedicated address.  Is there a method via Postfix I can have these printed > when received?  Or do I handle this via mda scripting (at the moment, > Dovecot with Si

SMTP Auth question

2011-11-30 Thread Peter Tselios
option to use SMTP auth for mail submission only. Right? Thanks, Peter

Σχετ: SMTP Auth question

2011-11-30 Thread Peter Tselios
- Απο: Brian Evans - Postfix List Προς: postfix-users@postfix.org Κοιν.: Στάλθηκε: 8:08 μ.μ. Τετάρτη, 30 Νοεμβρίου 2011 Θεμα: Re: SMTP Auth question On 11/30/2011 12:55 PM, Peter Tselios wrote: > Hallo, > > I would to like to enable SMTP authentication, as an option feature for our >

Stress Test Postfix

2011-12-08 Thread Peter Tselios
e 200 connections on the smtp-source, does that mean that I simulate 200 concurrent connections, from different users, on the postfix? B/R Peter.

Re: Vacation problems (again)

2011-12-19 Thread Peter Blair
On Mon, Dec 19, 2011 at 11:22 AM, Claudio Prono wrote: > I have thinked also to this, so i have deleted the .vacation.db, re-do > vacation -I [user] then do > > cat 1324286018.V811I1ea270M489235.mail | strace /usr/bin/vacation -t1 > testmedia > > But no way, no results at all If you're reall

SV: Loadbalancing+failover solution

2011-12-27 Thread Peter Sørensen
running. Statistics for each server is written to Our Mysql Backend cluster where all postfix related files are located As long as just one postfix server is running - mail is in function. We are able to add more servers on the fly depending on load. Best regards Peter Sørensen

Re: Including state information in Received fields

2012-01-11 Thread Peter Blair
On Thu, Jan 12, 2012 at 12:10 AM, Murray S. Kucherawy wrote: >> -Original Message- >> From: owner-postfix-us...@postfix.org >> [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema >> Sent: Wednesday, January 11, 2012 5:46 PM >> To: Postfix users >> Subject: Re: Including s

Re: alias and forward

2012-01-28 Thread Peter Ajamian
On 29/01/12 00:00, Alessandro Vicari wrote: > Thanks Peter, but I think I didn't make myself clear. > Let me try in a different way, without useless details > I need this 2 configurations: > - create a mailbox and configure it to forward all the incoming messages > to ano

Basic sending concurrency question

2012-01-30 Thread Peter Scott
Hello. I'm very new to Postfix configuration; I switched from Sendmail because I want to send mail through the Amazon Simple Email Service and Postfix has concurrency options that were easier to understand. However, they're not doing what I want and the mail is going too slow. Sending mail v

Re: Basic sending concurrency question

2012-01-30 Thread Peter Scott
I wrote: I could of course background each call to sendmail.postfix but then I'd have to do my own concurrency management to throttle the number of simultaneous processes I had running that, and that seems to me to be exactly what Postfix should be doing for me. I tried this approach, and it di

Implement SMTP Auth in a non-disruptive way?

2012-02-08 Thread Peter Tselios
Hallo, So far I have not implemented SMTP Auth for various reasons (on of them was the fact that I had no Postfix installed). Anyway, I would like to implement it, but since I have a relatively large base (>200K emails), I would like to do it in a non-disruptive way. I was thinking to implement

Σχετ: Implement SMTP Auth in a non-disruptive way?

2012-02-08 Thread Peter Tselios
he need to enable access to the MTA from other networks too, so, I need the SMTP AUTH.  - Αρχικό μήνυμα - Απο: Larry Stone Προς: Peter Tselios Κοιν.: Postfix Users Στάλθηκε: 4:32 μ.μ. Τετάρτη, 8 Φεβρουαρίου 2012 Θεμα: Re: Implement SMTP Auth in a non-disruptive way? On Wed, 8 Feb 2

Σχετ: Implement SMTP Auth in a non-disruptive way?

2012-02-08 Thread Peter Tselios
Well, I believe you meaning: reject_unauthenticated_sender_login_mismatch. I tried that on my test env, but I did not add the permit_sasl_authenticated and I had issues. Now, it's better, thanks! I still need the "DSN" style message back for those users and I hope to have some ideas. - Αρ

Σχετ: Σχετ: Implement SMTP Auth in a non-disruptive way?

2012-02-09 Thread Peter Tselios
and I'm > assuming here you want it even for clients in $mynetworks) and what is the > problem you think making it required will solve? Peter Tselios replied: > Well, > > There are a number of reasons. Like for example, stopping emails from > non-existed users, or stop

Re: spam to postmaster

2012-02-17 Thread Peter Blair
On Fri, Feb 17, 2012 at 3:54 PM, Reindl Harald wrote: > how do other people act with such braindead sh**t? 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

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

2012-03-05 Thread Peter Blair
2012/3/5 Stanisław Findeisen : > My bad suspicion is that they are in the process of installing some > (more or less crappy) mail intercepting facility (i.e. to spy on users) > and that this is probably the government who ordered that. This is > Europe (Poland) but do you think such things are unc

How to set to use only trusted TLS connection to trusted networks?

2012-03-13 Thread Peter Bauer
where? -- Best regards, Peter Bauer Linux & UNIX administrator

After delivery processing ?

2012-06-04 Thread Peter Sørensen
the users but I can't find a way to make sure this lock is released again. Any way to get a hook that make it possible to do some handling after the mail is delivered? Regards Peter Sorensen/Univ Of Southern Denmark/email:mas...@sdu.dk

SV: After delivery processing ?

2012-06-04 Thread Peter Sørensen
ne af Wietse Venema [wie...@porcupine.org] Sendt: 4. juni 2012 10:48 Til: Postfix users Emne: Re: After delivery processing ? Peter S?rensen: > Hi, > > I use postfix 2.7.0 on Ubuntu 10.04 LTS > > I have some dynamic mail list saved in a Mysq table. Outside > programs save the list of

question concerning content filter and receive_override_options=no_address_mappings

2012-06-06 Thread Peter Sørensen
I would expect that the receive_override_options=no_address_mapping would avoid that. Can I do this in another way ?? Best regards Peter Sorensen/Univ Of Southern Denmark/Email: mas...@sdu.dk

RE: question concerning content filter and receive_override_options=no_address_mappings

2012-06-07 Thread Peter Sørensen
Thanks was'nt aware of this . I will rewrite the script using this. Peter Fra: owner-postfix-us...@postfix.org [owner-postfix-us...@postfix.org] På vegne af Wietse Venema [wie...@porcupine.org] Sendt: 7. juni 2012 12:55 Til: Postfix users Emn

RE: question concerning content filter and receive_override_options=no_address_mappings

2012-06-08 Thread Peter Sørensen
>>Peter S?rensen: >> Hi >> >> I have a policy server restricting access to specific lists. If a >> user is accepted the policy server return OK status >> to postfix. The members on the list are found through virtual alias >> and gets expanded. >> &g

Re: please delete or hide the content in the mail

2012-07-02 Thread Peter Berghold
I sent this in-duh-vidual email privately attempting to talk sense to him. I hope it helps. Peter L. Berghold salty.cowd...@gmail.com http://blog.berghold.net “"To laugh often and much; to win the respect of intelligent people and the affection of children...to leav

Re: please delete or hide the content in the mail

2012-07-02 Thread Peter Berghold
On Mon, Jul 2, 2012 at 3:50 PM, Bryan Irvine wrote: > > He would have been better off just letting his simple email be buried. > > > This was pretty much the cornerstone of my discussion. "When you find yourself in a hole, stop digging" Peter L. Berghold

Re: postscreen on Debian

2012-10-10 Thread Peter Berghold
On Wed, Oct 10, 2012 at 9:43 AM, Peter Berghold wrote: > Am I missing something here or is postscreen missing from Debian 6.0.3? > At what version of postfix is postscreen included? > > OK... found my answer on my own. Nevermind. Looks like Debian squeeze is stuck at postfix 2.7.1

Exists a virtual_mailbox_maps = mongodb:/etc/postfix/mongodb-aliases.cf?

2012-11-04 Thread Peter Bauer
Hello, I would like to check the user base on incoming emails by using a MongoDB database. Is there already a solution that I could use virtual_mailbox_maps command with MongoDB like virtual_mailbox_maps = mongodb:/etc/postfix/mongodb-aliases.cf? -- Best regards, Peter Bauer Linux &

Playing nice with Yahoo.com

2012-11-07 Thread Peter Pauly
Our non-profit organization has been sending out both occasional and mass-emails for several years without any trouble to our patrons. (These are opt-in and not spam). We use SPF text records but do not use DKIM. Starting last week, the queue started piling up with messages to yahoo.com. We're get

Re: test only. do not read.

2012-12-11 Thread Peter Berghold
to:tec...@costacurta.org>> wrote: > >> > >> test only. > >> -- > >> Linux Counter # 353844 > >> https://linuxcounter.net/user/353844.html > >> > >> > > > > -- Peter L. Berghold salty.cowd...@gmail.com http://blog.berghold.net

Re: address validation with transport_maps

2012-12-18 Thread Peter Zsigmond
The recipients are specified on the other server.. wouldn't the recipient validation probe follow the regexp transport_map? I only get a "550 5.1.1 : Recipient address rejected: User unknown" - Original Message - From: Wietse Venema To: Postfix users Cc: Sent: Tuesday, December 18,

Re: COMPLETELTY OT: list like this for sendmail?

2013-01-21 Thread Peter Berghold
On Mon, Jan 21, 2013 at 9:09 AM, Reindl Harald wrote: > > > Am 21.01.2013 15:01, schrieb Peter Berghold: > > Hi folks, > > > > Sorry for the off-topic post but I'm in hopes that someone on this list > might have the answer I'm looking for. I > > tri

Possible to dedicate a number of smtpd processes for OUTBOUND mail only ??

2013-02-25 Thread Peter Sørensen
gards Peter Sørensen/Univ. Of Southern Denmark/email mas...@sdu.dk<mailto:mas...@sdu.dk>

RE: Possible to dedicate a number of smtpd processes for OUTBOUND mail only ??

2013-02-25 Thread Peter Sørensen
Thank you - I only hoped but as you write this is a logical problem. I will take a look on the multi-instance. Best regards Peter Sørensen Univ Of Southern Denmark -Oprindelig meddelelse- Fra: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] På

Sending mail with specific address in own domain to relay.

2013-04-13 Thread Peter Welzien
and running postmap), but it doesn't work. How can I make Postfix relay any mail with her address as recipient to my ISP? -- /Peter Welzien

Re: Sending mail with specific address in own domain to relay.

2013-04-14 Thread Peter Welzien
t look to be your case): > 1) use a virtual alias to map: > yourw...@example.comyourwife@nothere.example > 2) use smtp_generic_maps to write the address back: > yourwife@nothere.example yourw...@example.com This worked splendidly! Thank you very much. -- /Peter Welzien -- /Peter Welzien

/var/spool/postfix/private file permissons

2013-05-22 Thread Peter Skensved
directory is owned by postfix:root with permission 700. This is on a CentOS6.4 system peter Peter Skensved Email : pe...@sno.phy.queensu.ca Dept. of Physics, Queen's University, Kingston, Ontario, Canada

postfix and dovecot SASL

2013-05-22 Thread Peter Skensved
rd makes it fail etc. peter

Hook script execution before message has been accepted with code 220?

2013-05-24 Thread Peter Bauer
on in PHP? Its because I don't want to code the complete socket handling and all SMTP protocol options. Is there a way to create this hook before the message has been accepted? -- Best regards, Peter Bauer Linux & UNIX developper

Re: postfix and dovecot SASL

2013-05-24 Thread Peter Skensved
>> I've set up dovecot to provide SASL for postfix and as far as I can >> tell everything is working correctly. However, when I do a ehlo >> localhost >> I don't see it announcing anything about AUTH : >> >> Connected to localhost. >> Escape character is '^]'. >> 220 xxx.yyy.QueensU.CA ESMTP Postf

<    1   2   3   4   5   6   7   8   9   10   >