speeding dkim filtering

2009-01-20 Thread postfix
Hi I have milter/dkim filter installed on a rhel4 linux server. I noticed a delay between dkim-filter and qmgr processes when the traffic becomes important. Jan 20 12:35:04 fe2 dkim-filter[3380]: 9E463127A68 "DKIM-Signature" header added Jan 20 12:43:14 fe2 postfix/qmgr[20888]: 9

Re: speeding dkim filtering

2009-01-23 Thread postfix
re NOT starved. The qmgr was getting enough CPU, RAM (i do not know for disk I/O inputs). What I also noticed is a lot of qmgr error log lines: Jan 19 08:01:41 fe2 postfix/qmgr[9644]: 5DF7D12AAF4: to=, relay=none, delay=4825, delays=4825/0.11/0/0, dsn=4.4.1, status=deferred (delivery tempo

/etc/postfix/access not restricting access?

2009-02-06 Thread postfix
Well, I thought I had this working, but apparently not. Domain names have been changed. 2.example.com is the mail server in this example postfix-2.3.3-2.1.centos.mysql_pgsql /etc/postfix/access: t...@1.example.com REJECT postmap /etc/postfix/access telnet 2.example.com 25 EHLO 1

best way to serve as specific system relay

2009-02-10 Thread postfix
Hi, I've got a number of remote branches that send mail. for the users using a mail client, it's no problem to use SMTP auth. For the less intelligent FAX machines that send FROM: the local address but TO: somewhere else I think I need postfix to serve as a relay for those mac

Re: [Fwd: Re: Fwd: Re: postfix, dovecot auth and rip/lip]

2009-02-10 Thread postfix
At 07:22 PM 2/10/2009, Nate wrote: At 03:53 PM 3/18/2008, you wrote: Wietse Venema wrote: We're using SMTP AUTH in postfix, querying the dovecot auth socket which works well; however, in our virtual hosted environment it requires that customers login with their full email address. Grea

Re: Create additional sub-folders postfix/courier

2009-02-10 Thread postfix
At 05:24 PM 2/10/2009, mouss wrote: You can create "dummy" mailboxes that use the folders as their maildir. for example: joe+s...@example.com/some/path/example.com/joe/Maildir/.Spam/ then tell amavisd-new to add the "+spam" extension to mail tagged as spam. This may or may not be easy depend

Re: Create additional sub-folders postfix/courier

2009-02-10 Thread postfix
At 11:04 PM 2/10/2009, post...@corwyn.net wrote: At 05:24 PM 2/10/2009, mouss wrote: While I can readily create a user b...@example.com, who has a default maildir location for that sql of 'example.com/bob/' I can't quite figure out how to change the SQL to get the folder for bob+t...@example

Re: Create additional sub-folders postfix/courier

2009-02-10 Thread postfix
At 01:05 AM 2/11/2009, Victor Duchovni wrote: On Wed, Feb 11, 2009 at 12:55:31AM -0500, post...@corwyn.net wrote: This is a bad idea. You are allowing external parties to construct mailbox filenames on your system. Potential for various directory pathname injection attacks: user+./../../

Re: Create additional sub-folders postfix/courier

2009-02-10 Thread postfix
At 01:31 AM 2/11/2009, post...@corwyn.net wrote: At 01:05 AM 2/11/2009, Victor Duchovni wrote: On Wed, Feb 11, 2009 at 12:55:31AM -0500, post...@corwyn.net wrote: This is a bad idea. You are allowing external parties to construct mailbox filenames on your system. Potential for various directory

Re: Create additional sub-folders postfix/courier

2009-02-10 Thread postfix
And a last betterer/simpler way to do it. SELECT if(INSTR(maildir,'+'),concat(left(maildir,instr(maildir,'+')-1),'/Maildir/.',right(maildir,length(maildir)-instr(maildir,'+'))),CONCAT(maildir,'Maildir/')) from mailbox where username ='%s' and active='1'

Re: Create additional sub-folders postfix/courier

2009-02-11 Thread postfix
lbox table. In the table, as defined by postfixadmin, is username (which is the email address) and maildir (the location of the users Maildir folder). I initially was using the username for the SQL, but changed it to the maildir value, which is defined at the point of user creation, and thus

recipient_delimiter and virtual users

2009-02-11 Thread postfix
OK, so I've become intrigued with recipient delimiters. My users are currently stored in a mysql database, 'postfix'. The table format is as postfixadmin sets it up, so in the username is the user email address u...@example.com Before I started tinkering, email to u...@exa

Re: recipient_delimiter and virtual users

2009-02-12 Thread postfix
At 04:28 AM 2/12/2009, mouss wrote: recipient_delimiter works "out of the box". there is no need to change your tables, your sql statements nor add users. The problem is I don't know what the "out of the box" behavior should be. If I set recipient_delimiter = + then mail to u...@example.com,

Re: recipient_delimiter and virtual users

2009-02-12 Thread postfix
dd users. This up to your LDA. No LDA bundled with Postfix understands "folders". So while recipient_delimited works "out of the box" it doesn't quite do what I want (hence why I provided not only what wasn't working, but a detailed explanation of what I wanted to so

forwarding root traffic to another domain

2009-02-14 Thread postfix
c]# postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases bounce_queue_lifetime = 3d bounce_size_limit = 5 bounce_template_file = /etc/postfix/bounce.cf command_directory = /usr/sbin config_directory = /etc/postfix content_filter = amavisd-new:[127.0.0.1]:10024 daemon_d

Outbound mail filtering as spam?

2009-02-14 Thread postfix
Currently running postfix with amavisd and spam assassin. I'm now cleverly using recipient_delimiter and amavisd so that amavisd flags spam as user+s...@example.com WAY cool feature BTW, now I don't have to set filters up for each user. Thanks for all the help I got there. T

Re: Outbound mail filtering as spam?

2009-02-14 Thread postfix
l the mail domains that the server hosts in that map file, and it appears to all be working as defined. Thanks for your assistance! Is there a way to get amavisd to read/know my local_domain_maps from postfix (which is hosting multiple wildly different virtual domains) somewhere so that this up

Re: Outbound mail filtering as spam?

2009-02-14 Thread postfix
At 06:08 PM 2/14/2009, post...@corwyn.net wrote: Is there a way to get amavisd to read/know my local_domain_maps from postfix (which is hosting multiple wildly different virtual domains) somewhere so that this updates dynamically? I searched around for a while, and that seemed like a complex

Re: spams from live.com

2009-02-16 Thread postfix
At 03:49 PM 2/16/2009, bharathan kailath wrote: hi is there anyway i can prevent spams from <http://live.com>live.com with internal filters of postfix help appreciated thanks if you just have a specific site, you can always use something like check_client_access

Prevent vacation autoreply for recipient_delimiter?

2009-02-19 Thread postfix
er, when that spam hits a mailbox that has vacation enabled (the perl script from postfixadmin), vacation.pl sends an automatic reply from: first.last#example.com+s...@autoreply.example.com Is there a relatively trivial way inside of postfix to not send an autoresponse when the sender is "+s.

Re: Prevent vacation autoreply for recipient_delimiter?

2009-02-19 Thread postfix
irst.last#example.com+s...@autoreply.example.com > > Is there a relatively trivial way inside of postfix to not send an > autoresponse when the sender is "+s...@autoreply.example.com", yet > also not send a bounce notification back to the user? What version of postfixadmin/vacation.p

Re: Prevent vacation autoreply for recipient_delimiter?

2009-02-19 Thread postfix
Spam assassin is configured to not add spam headers to outbound mail, so that won't help. (I don't want to flag my own outbound mail as spam). There's not a way to get postfix to not deliver (reject/drop/whatever) messages based on the "From" address having an recip

Re: Prevent vacation autoreply for recipient_delimiter?

2009-02-19 Thread postfix
iter, user+s...@example.com Then postfix delivers the mail. If the user has vacation set, then vacation sends a response email TO: the original sender (who is in all likelihood a spammer) FROM: user+s...@autoreply.example.com I'd like to be able to stop the sending of these messages (as t

Re: Prevent vacation autoreply for recipient_delimiter?

2009-02-19 Thread postfix
At 05:11 PM 2/19/2009, Charles Marcus wrote: On 2/19/2009, post...@corwyn.net (post...@corwyn.net) wrote: > When mail is inbound and is spam, it gets flagged as spam by spam > assassin, and becomes addressed to , with recipient_delimiter, > user+s...@example.com Right... so just configure spamas

postfix, cannot receive email.

2009-02-20 Thread postfix
I have installed postfix and I can send emails fine with my email client, but cannot receive, only us...@mydomain.com send to us...@mydomain.com is ok. Below is postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases broken_sasl_auth_clients = yes command_directory = /usr

Re: Prevent vacation autoreply for recipient_delimiter?

2009-02-20 Thread postfix
At 05:59 AM 2/20/2009, Charles Marcus wrote: internet > postfix > spamassassin > postfix > delivery The vacation auto-response (reply) doesn't get generated until AFTER the inbound message is delivered. Up to the 'delivery' point above, the message is the SAME messag

Re:Re: postfix, cannot receive email.

2009-02-20 Thread postfix
maillog Feb 21 11:33:21 server2 postfix/smtpd[18192]: connect from rv-out-0708.google.com[209.85.198.244] Feb 21 11:35:03 server2 postfix/smtpd[18192]: lost connection after CONNECT from rv-out-0708.google.com[209.85.198.244] Feb 21 11:35:03 server2 postfix/smtpd[18192]: disconnect from rv-out

Re: Prevent vacation autoreply for recipient_delimiter?

2009-02-21 Thread postfix
At 01:57 PM 2/21/2009, mouss wrote: post...@corwyn.net a écrit : Alternatively, change your delivery config so that mail to *+s...@yourdomain.example uses a different delivery mechanism, one that doesn't call your vacation script. See, I knew there'd be a way in postfix. Can you

Re: Prevent vacation autoreply for recipient_delimiter?

2009-02-21 Thread postfix
nd in postfix). So it depends on how you define things as a problem. I can see also wanting this to work for other things where I'm setting messages with delimiter addresses. (ex: if I wanted to prevent users from sending messages with delimiters already in them). And I'll certainly try t

dovecot_destination_recipient_limit not appearing in postconf -n ?

2009-02-22 Thread postfix
reflecting in the config when I reload). I've tried moving dovecot_destination_recipient_limit to the last line of the config. All to no avail. Any insights? postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases bounce_queue_lifetime = 3d bounce_size_limit = 5

Re: Prevent vacation autoreply for recipient_delimiter?

2009-02-23 Thread postfix
en, and not validate addresses to spammers. After some discussion on the postfixadmin list about virtual vacation, they indicated that what the logs look like is that postfix is actually responding twice for these messages. Once goes through postfix directly and one goes through vacation, and that va

Re: Prevent vacation autoreply for recipient_delimiter?

2009-02-23 Thread postfix
Ok, having pulled out all of the recipient_delimiter values (main.cf and amavisd.conf), and not actually sending spam, I can pretty clearly see that postfix is handing the vacation.pl code two separate addresses, because vacation.pl runs twice. (The only reason I don't get two vac

FIXED: Re: Prevent vacation autoreply for recipient_delimiter?

2009-02-24 Thread postfix
At 06:41 PM 2/23/2009, Rick Steeves wrote: So I would guess that how it should work is that it should be mail > postfix > amavisd > expanding aliases > delivery and vacation > vacation response delivery ? Well, here at least is what seems to fix is based on all the guidance

Re: Prevent vacation autoreply for recipient_delimiter?

2009-02-25 Thread postfix
ce. I see from your other post that you already fixed this. Yup, and thanks for all the pointers! I would never have figured out the subtlety of address rewrites without it (not to mention that I understand several parts of postfix that were black boxes before). Rick

Re: /usr/sbin/sendmail requeue and address expansion

2009-02-26 Thread postfix
At 08:53 AM 2/26/2009, kj wrote: When sending a mail to b...@example.com, bob receives one copy of the mail, but john and dave each receives two. I understand the problem: postfix does the recipient expansion, sends it off to spamassassin. Spamassassin requeues the mail via the sendmail binary

Re: postconf -n suggestion

2009-03-04 Thread postfix
At 12:52 PM 3/4/2009, Charles Marcus wrote: >> # 1.1.11: /etc/dovecot/dovecot.conf >> # OS: Linux 2.6.23-gentoo-r9 x86_64 Gentoo Base System release 1.12.11.1 If the output is name =value then could the output just be conf = 1.1.11: /etc/dovecot/dovecot.conf OS = Linux 2.6.23-gentoo-r9 x86_64 G

DSN modification

2009-03-06 Thread postfix
Hi, I use a content filter that does not accept DSN. => Postfix 25 => FILTER (via content_filter) 10025 => Postfix 10026 => Is it possible to "remove" the notify=SUCCESS tag in the first postfix and re-insert it in the second one ? I tried to do it with a virtual_m

Re: DSN modification

2009-03-06 Thread postfix
) the next hop relay could use the DSN information. The trouble I have here is that my content filter cuts the global DSN chain. Alain - Original Message - From: "test wietse"@porcupine.org (Wietse Venema) Date: Friday, March 6, 2009 3:54 pm Subject: Re: DSN modificati

Sender with invalid domain

2009-04-10 Thread postfix
Currently I block email with smtpd_sender_restrictions = reject_unknown_sender_domain check_sender_access hash:/etc/postfix/access smtpd_data_restrictions = reject_multi_recipient_bounce smtpd_recipient_restrictions = reject_non_fqdn_recipient reject_non_fqdn_sender

Re: Sender with invalid domain

2009-04-11 Thread postfix
ess hash:/etc/postfix/agencies >reject_unauth_destination >check_client_access hash:/etc/postfix/access since check_client_access was in there twice, and "access" wasn't a client list. I removed the second one ("agencies" can send mail, "access

Case sensitive oddity when mail delivered.

2009-04-30 Thread postfix
n it) and /var/spool/mail/EXAMPLE.COM/USER1 (with uppercase mail in it) which is decidedly not good. I know that postfix doesn't actually have anything to do with the actual delivery of the mail -- it just hands off to deliver. But I'm wondering if it's possibly changing the case (o

Re: Case sensitive oddity when mail delivered.

2009-04-30 Thread postfix
fix it You forgot to include your configuration. Darn it and I usually try so hard to remember! Dev environment (which appears to LC): alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases bounce_queue_lifetime = 2d bounce_size_limit = 5 bounce_template_file = /etc/postfix/bounc

Re: Case sensitive oddity when mail delivered.

2009-04-30 Thread postfix
r vacation. It occurred to me that the two user accounts could be different, and indeed the preprod account was set to be on vacation! So I disabled vacation, and ... it still didn't fix it. Prod uc's . so, I restarted postfix in both environments, and restarted dovecot in both

ldap and result_filter question

2009-05-06 Thread postfix
Hi, I am using Postfix 2.5.5. I would like to test recipients against a ldap query. I have 2 mailAlternateAddress attributes for the ldap entry wich mail attribute is post...@spam3.gm.transpac.fr: # postmap -q post...@spam3.gm.transpac.fr ldap:/etc/postfix/ldapUserAccessTest.cf OK,OK Having &qu

Re: ldap and result_filter question

2009-05-07 Thread postfix
Hi Victor, ok, I know my question is a bit confusing. That's because I tried to "simplify" the case I face with a generic example. It seems simplification leads to more confusion ... sorry ! Here below the real case: in main.cf: check_recipient_access ld

Re: ldap and result_filter question

2009-05-11 Thread postfix
Subject: Re: ldap and result_filter question To: postfix-users@postfix.org > On Thu, May 07, 2009 at 05:30:37PM +0200, postfix wrote: > > > Hi Victor, > > > > ok, I know my question is a bit confusing. That's because I tried to > > "simplify&q

adding secondary MX

2009-05-19 Thread postfix
I have a postfix mail server (postfix-2.3.3-2.1.centos.mysql_pgsql) hosting 20-30 virtual domains on mysql. Now I find myself with the need to make that server also the secondary MX for another specific domain that I was for all users. If I understand the steps correctly (from http

Re: adding secondary MX

2009-05-19 Thread postfix
At 11:40 AM 5/19/2009, Noel Jones wrote: Add an entry to /etc/postfix/relay_recipients: @the.backed-up.domain.tld x Technically correct, but unwise. You must validate recipients for the backed-up domain. why "must"? Won't the mail just be forwarded to the primary mail

Re: Case sensitive oddity when mail delivered.

2009-05-28 Thread postfix
At 10:14 PM 5/28/2009, Sahil Tandon wrote: Odd. I cannot reproduce that problem here, also using dovecot as virtual_transport. Just to be sure, you are passing at least the 'hu' flags to pipe(8) for dovecot's LDA, right? These two flags ensure case-folding, which local(8) does by default. I

Delete message from queue and send NDR?

2010-02-02 Thread postfix
I'd like to delete something from the queue, and send a NDR to the original sender. Does postsuper -d ID just delete the message, or delete and send a NDR. If it doesn't send a NDR, how can I delete a message and send a NDR at the same time? Thx Rick Rick Steeves http://www.sinister.

Re: Anatomy of this simple spam.

2010-03-03 Thread postfix
as (something) (snd) QUIT (rcv) 221 2.0.0 Bye Postfix will complain with "I can break things too" if you omit the DATA command between your last RCPT TO: and the start of your message. Don

Re: Sending mail to a FAX machine

2010-03-25 Thread postfix
Stefano Colombo wrote: Hallo to everybody, I’m a newbie and I’m sorry for my English… Here is my question: Can I diversify > messages for Hylafax relaying ( that’s already running) from all others messages that I would deliver locally? Actually all the messages

Re: How to forward mail when mailbox not localy existing

2010-05-01 Thread postfix
Quoting Ralf Hildebrandt : > * Yannick : > > Hi, > > > > In the context of migration from an MSExchaneg to Postfix , > > > > I 'm tring to reproduce a functionality: > > Until we have migrated all the 300 mailboxes, I want to put my new Postfix > a

Re: DIsable connects to ldap

2010-06-04 Thread postfix
Hi Ram apparently, its not postfix itself, which connects to LDAP, but the nss library, which brings up the following idea: postfix, when starting up, wants to verify the user it shall run under, which is done via the nss library. If this user is not a unix user, the nss library will try to

Re: OT: ldap schema

2010-07-06 Thread postfix
This site uses LDAP for postfix/dovecot administration since about ten years. We use qmailControl.schema (to define the domains, which are accepted at this site) and qmail.schema (to define the mailboxes whithin these domains). suomi On 2010-07-06 15:58, Victor Duchovni wrote: On Sat, Jul

blocking particular senders by country

2010-09-10 Thread postfix
Hi! what I'd like to do is block all emails from individual contries based on sender email address (.au, .jp, etc) In reading the docs, it looks like I can block particular domains with check_client_access and check_sender_access When I read through the docs for those two fucntions, it loo

Re: blocking particular senders by country

2010-09-10 Thread postfix
to work that way (no surprise, as the docs don't indicate that will work). Says who ? A top level domain is still a domain. Inadvisable as it would be to block one, nothing prevents you from doing so. However, subdomain matching in postfix is dependent on the setting of parent_domain_ma

Re: blocking particular senders by country

2010-09-12 Thread postfix
At 06:37 PM 9/12/2010, Peter Evans wrote: On Fri, Sep 10, 2010 at 11:28:05AM -0400, post...@corwyn.net wrote: > what I'd like to do is block all emails from individual countries based on > sender email address (.au, .jp, etc) I feel unloved. Why, are you getting nothing but deai spam fro

Filtering email: local filtered, relay not

2010-09-13 Thread postfix
I'm running CentOS with postfix 2.3.3, amavisd-new, and spamassassin 3.3. History: My postfix mail server for domainA is also the secondary mail server for domainB. A ton of email destined for domainB runs through the secondary mail server, all spam using the secondary . (This is actua

Re: Aliases LDAP maps from the MX ?

2010-10-08 Thread postfix
virtual_alias_maps = proxy:ldap:/etc/postfix/ldap-alias.cf virtual_mailbox_domains = proxy:ldap:/etc/postfix/ldap-domain.cf virtual_mailbox_maps = proxy:ldap:/etc/postfix/ldap-mailbox1.cf where /etc/postfix/ldap-alias.cf: server_host = ldaphost.mydomain.com server_port = 389 search_base = ou

postfix in an IPv6 network

2010-10-25 Thread postfix
Hi listers [r...@mailhost ~]# rpm -q postfix postfix-2.5.6-3.fc11.i586 [r...@mailhost ~]# [r...@mailhost ~]# postconf -n alias_database = hash:/etc/postfix/aliases alias_maps = hash:/etc/postfix/aliases anvil_rate_time_unit = 60s command_directory = /usr/sbin config_directory = /etc/postfix

Re: postfix in an IPv6 network

2010-10-25 Thread postfix
Hi Andreas I have tried 2002:::1::/48, but then, I got the following error message from the server: Oct 25 12:51:17 mailhost postfix/smtpd[5229]: fatal: non-null host address bits in "2002:::1::/48", perhaps you should use "2002::::/48" instea

Re: postfix in an IPv6 network

2010-10-25 Thread postfix
mynetworks After many trials, I have found out that the ipv6 Address in the mynetworks attribute must have a double semicolon at the end, otherwise the smtpd server throttles: Oct 25 12:40:10 mailhost postfix/smtpd[5019]: connect from myclient.mydomain.com[2002:::1::21] Oct 25 12:40:10

Re: mynetworks or sasl auth

2010-11-22 Thread postfix
http://www.postfix.org/SASL_README.html suomi On 2010-11-22 16:33, b2 wrote: Hi list, I have to setup my postfix virtual mailbox configuration to permit all clients listed in mynetworks without SASL authentication , but all others (remote networks/users) to authenticate themselves with

Re: LDAP query: only one result value from multivalue result attribute

2010-12-02 Thread postfix
Hi Sönke to check for aliases we use the following ldap-config-file for postfix 2.5.6: # virtual_mailbox_maps = ldap:/etc/postfix/ldap-aliases.cf server_host = ldaphost.mydomain.com server_port = 389 search_base = ou=postfix,dc=mydomain,dc=com query_filter = (&(mail=%s)(objectclass=qmail

Re: why does Postfix attempt relay?

2010-12-13 Thread postfix
Hi Yan do you have permit_mynetworks in your relay_domains? Possibly also $mydestination? suomi On 2010-12-13 16:11, Zhou, Yan wrote: Hi there, I am integrating Postfix 2.3.3 with LDAP. Everything works fine in development and QA environments, but when the app. moves into our stage

smptd trivial-rewrite daemons and ldap checking

2011-01-06 Thread postfix
Hi all Postfix version = 2.5.5 I apply a ldap filter to check senders and a ldap filter for the recipients route. I have the following warnings in the postfix logs when the filters fail both due to a ldap size limit exceeded. agu-fe postfix/trivial-rewrite[30723]: warning: dict_ldap_lookup

Thank you Viktor - Re: smptd trivial-rewrite daemons and ldap checking

2011-01-25 Thread postfix
would help if Postfix could understand the sequence "a@b.c OK,OK,OK" as "a@b.c OK". This way it would work. However a corrective on the ldap server is the best way to close this case. Thank you Alain - Original Message - From: Victor Duchovni Date: Friday, Jan

SSL

2009-06-16 Thread Postfix
Hi, I am trying to setup SSL connections. I have it setup as the instructions say: smtpd_tls_CAfile = /etc/postfix/sslbundle.crt smtpd_tls_cert_file = /etc/postfix/server.crt smtpd_tls_key_file = /etc/postfix/server.key smtpd_tls_received_header = yes smtpd_tls_session_cache_database = btree

SASL trouble

2009-07-12 Thread Postfix
Hi, I have a strange problem getting postfix to work with sasl. I am using Debian Etch. I have gotten everyting to work fine on a redhat system. I installed the sasl2- debian packages. I have compiled with use_sasl_auth use_cyrus_sasl I have tried with the dovecot version. (all as shown in

Aliases

2009-07-23 Thread Postfix
Hi All, I have postfix mostly setup and working, everything seems to work except aliases. I have an alias setup testalias:ema...@mydomain.com, ema...@mydomain.com I also use virtual mappings, so I have a line like this: someem...@mydomain.com testalias However, when I email someem

Re: Aliases

2009-07-23 Thread Postfix
liases 2009/7/24 Postfix : I have an alias setup testalias: ema...@mydomain.com, ema...@mydomain.com I also use virtual mappings, so I have a line like this: someem...@mydomain.com testalias That sounds about right. However, when I email someem...@mydomain.com, it gets bounced back as: unkown

Postfix Error

2009-09-02 Thread Postfix
Hi, It seems when a mail box file gets to about 49MB, postfix will start giving the error: "can't create user output file" when trying to send mail to that account. Is there a setting for this somewhere in postfix? I can't seem to find one in the main.cf file about it. I d

Postfix - delay_warning_time

2011-04-04 Thread postfix
Hi How can tell me why the "delay_warning_time" parameter is set to 0 per default? ( traffic increase risk?) Thank You Alain

Re: email tracking from postfix log file

2011-06-01 Thread postfix
experssion all alway get complex reqirement to track the postfix log more oftenly which will help me . for example 1. how many email got dilver from one intenal user for certain domain in last 5 hrs 2. how many email got deliver from one user to external domains for last 3 week

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

2011-09-12 Thread postfix
, Clarence Brown wrote: Hi all: I've tried googling, and found a ton of stuff, but nothing specific to my question. I've got an ancient postfix server with a couple virtual domains, been chugging along solid and stable for years. Want to move to a new server at a different IP, Have th

Re: Not receiving e-mail on submission port

2011-10-10 Thread postfix
port. How can I fix this? You can find my postconf -n and master.cf below (at the moment it's not using submission port. postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /e

Re: Pipe mails to script

2011-10-10 Thread postfix
How about defining your scan-transport in a transport table? did you forget that? suomi On 2011-10-10 16:57, Anders Bruun Olsen wrote: Hi, I have a Postfix 2.7 running on our LAN to relay mails from servers and such stuff to our hosted email service. We have a photocopier that can also scan

Re: Architecture design for frontend postfix server

2011-11-09 Thread postfix
Hi we use here since ages virtual_mailbox_domains = proxy:ldap:/etc/postfix/ldap-domain.cf and if that is positive (i.e. the domain is local) virtual_alias_maps = proxy:ldap:/etc/postfix/ldap-alias.cf with virtual_transport = virtual suomi On 2011-11-09 11:43, Patrick Ben Koetter wrote: * bsd

Re: What DB would you choose for a (small) virtual server ?

2011-11-16 Thread postfix
, Frank Bonnet wrote: Hello I have to setup a "virtual" postfix server and I wonder what would be the best / most efficient choice for the DB backend ? The server will be a small one supporting approx 1000 mailboxes the machine is a "virtual one" hosted at OVH (France) running Ub

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

2012-02-15 Thread postfix
You mean where it acually is searched for? strace / truss is your friend. suomi On 02/16/2012 01:50 AM, jeffrey j donovan wrote: 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

[no subject]

2012-06-15 Thread postfix
I am perplexed by an issue. Could someone help me figure out what is going wrong? I recently brought up a new server running opensuse 12.1, which has postfix 2.8.8. I migrated the configuration from a server running postfix 2.7.2 (opensuse 11.4). It mostly works, except that

Re: permit_tls_clientcerts problem

2012-06-15 Thread postfix
am perplexed by an issue. Could someone help me figure out > > what is going wrong? > > > > I migrated the configuration from a server running postfix > > 2.7.2 (opensuse 11.4). It mostly works, except that > > permit_tls_clientcerts seems to be ignored. It continues to

Postfix not speaking with amavis?

2013-05-09 Thread Postfix
Hi, Sorry if this is the wrong list. I have a debian system, installed the amavis packages etc following one of the many how toos. I installed postfix from source. Everything seems to work ok, no error message in logs. However, incoming and outgoing email just sits in the postfix/hold

RE: Postfix not speaking with amavis?

2013-05-09 Thread Postfix
The logs don't have any errors for postfix. Postfix shows it receiving email, etc. Telnet gives me a response from amavis new. The only thing I see in the logs related to amavis that might be an error is: May 9 11:18:01 /USR/SBIN/CRON[22335]: (amavis) CMD (test -e /usr/sbin/amavisd-new-cr

RE: Postfix not speaking with amavis?

2013-05-15 Thread Postfix
I have a feeling it has something to do with this: postfix/sendmail[29314]: fatal: no login name found for user ID 1095 Why is postfix trying to use a non existing user? I did not compile it with any preset users and I do have the postfix user and group, where is it getting that user id from

RE: Postfix not speaking with amavis?

2013-05-15 Thread Postfix
I assume this is why my mail is not being delivered, but how does a process use a non existing user id? There are no files on the system with that id, and no processes that I see running with that user id. Unless amavis or postfix is coming hardwired with this user id, how can I possibly find

RE: Postfix not speaking with amavis?

2013-05-15 Thread Postfix
The passwd file is world readable. The question is, what happens to mail after it is put into the postfix/hold folder? I have removed amavis as an option from master and main .cf Postqueue -f does nothing that I can see, there are no errors in the log file, all outgoing and incoming mail stays

RE: Postfix not speaking with amavis?

2013-05-15 Thread Postfix
Wietse Venema: > Postfix: > > The passwd file is world readable. > > > > The question is, what happens to mail after it is put into the > > postfix/hold folder? > > There is no message in the queue. Postfix NEVER ACCEPTED THE MAIL. >Oops, if the message ca

Re: introducing mopher, the mail gopher

2013-06-14 Thread postfix
forgot LDAP support? suomi On 2013-06-14 08:50, Manuel Badzong wrote: Hi, I would like to introduce mail gopher, a new all-in-one, MIT-licensed mail filter. Mopher is designed to be lightweight, modular and extensible, has several unique features and uses a very flexible and customizable conf

Re: Google rejecting IPv6 mails

2013-10-08 Thread postfix
acklist me. I have tested my setup against some very restrictive mail servers, to make sure it is sane, and a friend and I have worked together closely to create waterproof and well-functioning mail systems. I am PMed in various chat rooms when Postfix questions come up. The reason for Google reje

virtual_mailbox_domains username/password

2013-11-15 Thread postfix
Need help from postfix experts. I setup postfix for virtual_mailbox_domains virtual_mailbox_domains = mydomain.tld virtual_mailbox_base = /home/mail virtual_mailbox_maps = hash:/etc/postfix/vmailbox virtual_uid_maps = static:5000 virtual_gid_maps = static:5000 Then '/etc/postfix/vma

Only deliver mail from authorized users, forward others

2013-12-27 Thread postfix
Hello, I am trying to setup an email address where only mails from authorized users (defined in a list) would come in and other emails would be forwarded to another address. I was thinking of doing this with a combination of postfix and procmail: having postfix delivering all incoming

Re: Only deliver mail from authorized users, forward others

2013-12-28 Thread postfix
ticular recipient (b...@mydomain.com) Note that the last option is a definite no-no as far as I am concerned; you want to verify the recipient before you check for authorized senders. I was thinking of doing this with a combination of postfix and procmail: having postfix delivering all incoming

Re: Only deliver mail from authorized users, forward others

2014-01-04 Thread postfix
OK so I implemented this. I get the check_sender_access part working pretty good but am a little bit confused on how to REDIRECT for anything else in my main.cf I have authorized_only = check_sender_access proxy:mysql:/etc/postfix/mysql-authorized_only.cf and in the recipient_access table

Re: Spam protection by auto-blocking suspicious accounts

2014-01-06 Thread postfix
if an unusual amount of mails are sent like 60 per minute or so. I could though not figure out if postfix is able to do this or how to get this done. Any ideas? Welcome to the club. I had an account get compromised on Christmas Day and got my server blacklisted. Changed the password. Now in my

Virtual map restriction

2014-01-21 Thread Postfix
Hi, I am using a postfix system, works great. But I have one small issue. Say I have a local user: myuser In my /etc/postfix/virtual I have: myu...@mydomain.com myuser Works great, howerver say I have another domain that points to the server mydomain2.com Anything sent to myu

RE: Virtual map restriction

2014-01-22 Thread Postfix
-Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Noel Jones Sent: Tuesday, January 21, 2014 6:02 PM To: postfix-users@postfix.org Subject: Re: Virtual map restriction On 1/21/2014 3:51 PM, Postfix wrote: > Hi, > > I

Outbound relay

2014-04-28 Thread postfix
w server to mynetworks to postfix on the old server? Would that work or am I barking up the wrong tree? I'd test but my customers are grumpy enough right now as it is.

Active queue growing

2014-05-01 Thread postfix
My active queue keeps growing over the past 90 minutes (1410 messages at this point). qmgr is not throwing any warnings, errors, panics, etc. qshape reports domains affected as local, so appear to be incoming or local emails. Reviewing the logs it appears that emails come into postfix and there

  1   2   3   4   5   6   7   8   9   10   >