On Wed, Dec 15, 2010 at 05:36:19PM +1100, James Gray wrote:
> At the risk of being blacklisted on this rather "robust" forum,
> when I've needed a DB backend for mail I've invariably ended up
> with a product designed for that purpose. The idea of piping or
> scripting may seem desirable at first
On 15/12/2010, at 7:00 PM, Victor Duchovni wrote:
> On Wed, Dec 15, 2010 at 05:36:19PM +1100, James Gray wrote:
>
>> At the risk of being blacklisted on this rather "robust" forum,
>> when I've needed a DB backend for mail I've invariably ended up
>> with a product designed for that purpose. Th
Hello there,
The question here is a fairly simple one: given a simple postfix
mail server (primary mx), with local *nix user accounts, I want to know
the best way of implementing the following situation:
- Someone (a.k.a. the management) sends an e-mail with attachments
to a certain e-m
* Razvan Chitu :
> Hello there,
> The question here is a fairly simple one: given a simple postfix
> mail server (primary mx), with local *nix user accounts, I want to
> know the best way of implementing the following situation:
> - Someone (a.k.a. the management) sends an e-mail with
> att
Spacelee:
> hi everything, I met a problem recently because we need to add a new
> function to our product.
> the problem is for each valid incoming email, we need to call a script to
> insert it to different databases, someone said I could add this to the
> /etc/aliases, like : b...@example.org: "
On Wed, Dec 15, 2010 at 10:51:13AM -0500, Wietse Venema wrote:
> Spacelee:
> > hi everything, I met a problem recently because we need to add a new
> > function to our product.
> > the problem is for each valid incoming email, we need to call a script to
> > insert it to different databases, someo
Hi!
I'm tryind to compile Postfix with Dovecot support.
CentOS 5.5
Kernel 2.6.18-194.26.1.el5
Dovecot 2.0.8
Postfix 2.7.2
The make command:
make -f Makefile.init makefiles \
'CCARGS=-DHAS_MYSQL -I/usr/include/mysql -DHAS_PCRE -I/usr/include
-DHAS_DB -I/usr/include/db4 -DUSE_TLS -I/usr/inclu
2010/12/15 M. Rodrigo Monteiro :
> Hi!
>
> I'm tryind to compile Postfix with Dovecot support.
Why? Can't you just take precompiled binary?
--
Eero
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le 15.12.2010 19:22, Eero Volotinen a écrit :
> 2010/12/15 M. Rodrigo Monteiro :
>> Hi!
>>
>> I'm tryind to compile Postfix with Dovecot support.
>
> Why? Can't you just take precompiled binary?
>
> --
> Eero
i try with succes compiled postfix with
On Wed, Dec 15, 2010 at 03:11:26PM -0300, M. Rodrigo Monteiro wrote:
> The make command:
>
> make -f Makefile.init makefiles \
> 'CCARGS=-DHAS_MYSQL -I/usr/include/mysql -DHAS_PCRE -I/usr/include
No need for -I/usr/include, this is always included.
> -DHAS_DB -I/usr/include/db4 -DUSE_TLS -I
Thanks to everyone for suggestions about the load issue. I will
endeavor to provide more specific information. It took a while to move
everything off of that server so I could do the load testing with
smtp-source. Let me preface by saying that my real systems
administrator took another job,
On Wed, Dec 15, 2010 at 15:30, Victor Duchovni
wrote:
> --
> Viktor.
>
Thanks Viktor!
With the makefile below, Postfix compile without even warning errors.
make -f Makefile.init makefiles \
'CCARGS=-DHAS_MYSQL -I/usr/include/mysql -DHAS_PCRE -DUSE_TLS
-DUSE_SASL_AUTH -DDEF_SERVER_SASL
Am 15.12.2010 19:37, schrieb Dave Brodin:
> Thanks to everyone for suggestions about the load issue. I will
> endeavor to provide more specific information. It took a while to move
> everything off of that server so I could do the load testing with
> smtp-source. Let me preface by saying that
Dave Brodin:
> 84 processes: 13 running, 71 sleeping
> CPU: 1.9% user, 0.0% nice, 98.1% system, 0.0% interrupt, 0.0% idle
> Mem: 171M Active, 6548M Inact, 842M Wired, 246M Cache, 827M Buf, 104M Free
> Swap: 4096M Total, 60K Used, 4096M Free
>
>PID USERNAME THR PRI NICE SIZERES
On Wed, Dec 15, 2010 at 01:37:48PM -0500, Dave Brodin wrote:
> I ran the following command:
>
> time /usr/local/bin/smtp-source -s 10 -l 10120 -m 500 -c \
> -f t...@bluemarble.net -t dbro...@bluemarble.net localhost:25
OK, this is smtp-source with 10 (modest) parallel sessions,
10KB (modest
On Wed, Dec 15, 2010 at 03:41:18PM -0300, M. Rodrigo Monteiro wrote:
> With the makefile below, Postfix compile without even warning errors.
>
> make -f Makefile.init makefiles \
> 'CCARGS=-DHAS_MYSQL -I/usr/include/mysql -DHAS_PCRE -DUSE_TLS
> -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot
I want to install a server that will work as a gateway to receive and
send mails from severla yahoo.es accounts. So far I have reception
working perfectly with fetchmail+procmail, and succesfully sent mails
with one account. But when added a second account I started getting the
553 error: From addr
Alfonso Alejandro Reyes Jimenez escribió:
> Hi, I'm not an expert on postfix but I think you have an issue with your
> authentication.
>
> Are you sure you are not sending emails with the same username and password
> as the other account ?? (the account that works?) or maybe you are trying to
>
On 12/15/2010 8:42 AM, Roger Durañona Vargas wrote:
Alfonso Alejandro Reyes Jimenez escribió:
Hi, I'm not an expert on postfix but I think you have an issue with your
authentication.
Are you sure you are not sending emails with the same username and password as
the other account ?? (the accou
Hi,
I have a configuration using dovecot that works for sending and
receiving email. Mail collection by my MUA can be SSL encrypted via
dovecot but outbound mail is not encrypted. After I added TLS
configurations, I'm able to send TLS encrypted email but I can no longer
receive mail. I.e., if I
On Dec 15, 2010, at 12:31 PM, Ted To wrote:
Hi,
I have a configuration using dovecot that works for sending and
receiving email. Mail collection by my MUA can be SSL encrypted via
dovecot but outbound mail is not encrypted. After I added TLS
configurations, I'm able to send TLS encrypted ema
On Wed, 15 Dec 2010 12:41:11 -0800
Bradley Giesbrecht wrote:
>
> On Dec 15, 2010, at 12:31 PM, Ted To wrote:
>
> > Hi,
> >
> > I have a configuration using dovecot that works for sending and
> > receiving email. Mail collection by my MUA can be SSL encrypted via
> > dovecot but outbound mail i
On 12/15/10 9:50 PM, Ted To wrote:
On Wed, 15 Dec 2010 12:41:11 -0800
Bradley Giesbrecht wrote:
On Dec 15, 2010, at 12:31 PM, Ted To wrote:
Hi,
I have a configuration using dovecot that works for sending and
receiving email. Mail collection by my MUA can be SSL encrypted via
dovecot but ou
On Wed, 15 Dec 2010 22:16:45 +0100
Jeroen Geilman wrote:
> Oh FGS just *include it in the mail*.
Sorry -- I thought I was making the email more readable...
> This expands aliases:
>
> alias_maps = hash:/etc/aliases
> virtual_alias_maps = hash:/etc/postfix/valias.txt
>
> And this for
Hi again,
my .forward manupulation works.
"| sed -e 's/Subject:/Subject:FW: /g' -e '/'Received:\.\*'/{N;d}'|
/usr/sbin/sendmail -i mail_ad...@hotmail.com"
ok, also i wantto use command like this;
if [ `expr match "$str" "[][{!-]Spam[][?}].*"` != "0" ]; then abort
forwarding anyway fi
is it p
On 12/15/10 10:24 PM, Ted To wrote:
On Wed, 15 Dec 2010 22:16:45 +0100
Jeroen Geilman wrote:
Oh FGS just *include it in the mail*.
Sorry -- I thought I was making the email more readable...
This expands aliases:
alias_maps = hash:/etc/aliases
virtual_alias_maps = hash:/etc/post
Victor Duchovni:
> On Wed, Dec 15, 2010 at 01:37:48PM -0500, Dave Brodin wrote:
>
> > I ran the following command:
> >
> > time /usr/local/bin/smtp-source -s 10 -l 10120 -m 500 -c \
> > -f t...@bluemarble.net -t dbro...@bluemarble.net localhost:25
>
> OK, this is smtp-source with 10 (modest)
Great. It's very helpful to have some comparison numbers to know what
the performance should be like. I'm going to start by getting that
server on a stable release of FreeBSD rather than a pre-release. Also a
fresh install of postfix with a default configuration just so I can make
sure nothi
On 12/01/2010 06:42 PM, Wietse Venema wrote:
jer...@intuxicated.org:
On Wed, 1 Dec 2010 10:41:22 -0500 (EST), Wietse Venema
wrote:
Jeroen Koekkoek:
Hi,
I would like to request pcre table support in postscreen for some fields
e.g. client_name, helo_name, etc.
For example if client is no
On Thu, Dec 16, 2010 at 12:38:46AM +0100, Jeroen Koekkoek wrote:
> I've read through the postscreen code and got a general understanding of
> how it works internally. But judging from the documentation: is postscreen
> intended to ever do more than allowing/disallowing client connections? e.g.
On Wed, Dec 15, 2010 at 01:28:17PM -0800, selcukyazar wrote:
>
> Hi again,
>
> my .forward manupulation works.
>
> "| sed -e 's/Subject:/Subject:FW: /g' -e '/'Received:\.\*'/{N;d}'|
> /usr/sbin/sendmail -i mail_ad...@hotmail.com"
This creates bounce loops. DO NOT ignore the envelope sender wh
On 12/16/2010 12:47 AM, Victor Duchovni wrote:
On Thu, Dec 16, 2010 at 12:38:46AM +0100, Jeroen Koekkoek wrote:
I've read through the postscreen code and got a general understanding of
how it works internally. But judging from the documentation: is postscreen
intended to ever do more than allow
Wietse Venema put forth on 12/15/2010 12:48 PM:
> I have never seen smtpd use up significant amounts of CPU, except
> with Stan Hoeppner's extremely large PCRE or CIDR tables.
I do have some pretty large tables, but the high CPU burn is probably
more as much a function of my horribly old and slow
On Wed, 15 Dec 2010 23:28:39 +0100
Jeroen Geilman wrote:
> On 12/15/10 10:24 PM, Ted To wrote:
> > On Wed, 15 Dec 2010 22:16:45 +0100
> > Jeroen Geilman wrote:
> >
> >> Oh FGS just *include it in the mail*.
> > Sorry -- I thought I was making the email more readable...
> >
> >> This expands alia
Ted To:
> Dec 15 19:57:51 kahlo postfix/smtpd[11144]: connect from
> c-68-48-70-58.hsd1.dc.comcast.net[68.48.70.58]
> Dec 15 19:57:51 kahlo postfix/smtpd[11144]: F158B341DF:
> client=c-68-48-70-58.hsd1.dc.comcast.net[68.48.70.58],
> sasl_method=PLAIN, sasl_username=rainexpec...@th
On Wed, 15 Dec 2010 20:24:37 -0500 (EST)
Wietse Venema wrote:
> This is logged by the same smtpd process, so we can be sure that
> it was using the same configuration for both SMTP sessions.
>
> Now the big question is, what configuration causes "user unknown"
> depending on the client IP add
Greetings all. I'm stumped. I've got a nice new dual core AMD system
built with FreeBSD 8.1
I've got Postfix, amavisd, clam and TLS working (root signed certificate)
At least it was - now I can't even load postfix.
When I do a "postfix start" I get the following error:
line 615: missing
On 12/15/2010 8:47 PM, zen wrote:
Greetings all. I'm stumped. I've got a nice new dual core AMD
system built with FreeBSD 8.1
I've got Postfix, amavisd, clam and TLS working (root signed
certificate)
At least it was - now I can't even load postfix.
When I do a "postfix start" I get the followi
On Wed, Dec 15, 2010 at 09:35:01PM -0600, Noel Jones wrote:
>> Line 615 is the middle line above -- '# This is the Send...'
>
> The error is complaining about a line that starts with "3 " and the next
> character is not "=".
Postfix parameter setting are multi-line with folding on white-space
Hi
my .forward manupulation works.
"| sed -e 's/Subject:/Subject:FW: /g' -e '/'Received:\.\*'/{N;d}'|
/usr/sbin/sendmail -i mail_ad...@hotmail.com"
-considering bounce loops-
ok, also i wantto use command like this;
if [ `expr match "$str" "[][{!-]Spam[][?}].*"` != "0" ]; then abort
forwar
40 matches
Mail list logo