Search the web
Sign In
New User? Sign Up
postfix-users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 259555 - 259584 of 261247   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
259584
... Maybe I wasn't clear. That error was generated, but the exit status was normal. Here's the source code, w/the debug message: pid_t pidReturned =...
Angus March
angus@...
Send Email
Nov 10, 2009
6:26 pm
259583
... Unlike web apps or instand-messaging apps, email has a store-and-forward architecture. It is by definition not possible to know all delivery problems at...
Wietse Venema
wietse@...
Send Email
Nov 10, 2009
5:53 pm
259582
... Well, that's the problem here. There was no bounce, obviously, since the sender was bogus, and sendmail's return value (as taken from waitpid()) was 0....
Angus March
angus@...
Send Email
Nov 10, 2009
5:26 pm
259581
... If you want error reporting, specify a valid sender address. Not all errors are synchronous. When an invalid sender address is supplied, some or all error...
Victor Duchovni
Victor.Duchovni@...
Send Email
Nov 10, 2009
5:05 pm
259580
... Maybe some of my personal litterature can help. http://wiki.linuxwall.info/doku.php/en:ressources:astuces:sieve I use sieve with cyrus-imap on debian...
Julien Vehent
julien@...
Send Email
Nov 10, 2009
4:58 pm
259579
... Well, that's the problem here. There was no bounce, obviously, since the sender was bogus, and sendmail's return value (as taken from waitpid()) was 0....
Angus March
angus@...
Send Email
Nov 10, 2009
4:55 pm
259578
... No, that was a WARNING. warning: -f option specified malformed sender If there is an ERROR, the Postfix sendmail command will NOT enqueue the message, and...
Wietse Venema
wietse@...
Send Email
Nov 10, 2009
4:52 pm
259577
... Postfix works hard to atomically spool the message to the "maildrop" directly with the least fuss possible. Any errors after that are reported via a...
Victor Duchovni
Victor.Duchovni@...
Send Email
Nov 10, 2009
4:23 pm
259576
Just try the following.. i think that should help. Enter this in the main.cf transport_maps = regexp:/etc/postfix/transport.regexp transport.regexp should have...
Dhiraj Chatpar
dchatpar@...
Send Email
Nov 10, 2009
3:57 pm
259575
I have a C program that calls Postfix's sendmail front-end using execv() (after calling fork()). I also have a waitpid() on the process, which diligently...
Angus March
angus@...
Send Email
Nov 10, 2009
3:55 pm
259574
... There is no downside, except the possible need for multiple transport maps. He can have as many as he wants/needs, of all kinds, hash, pcre, regexp, dbm,...
Stan Hoeppner
stan@...
Send Email
Nov 10, 2009
3:43 pm
259573
Hi Petrik: Thanks. But could you tell me why? Or which knobs can I use instead? I just want to control the sending speed of postfix, how can implement? ... ...
Coofucoo Zhang
coofucoo@...
Send Email
Nov 10, 2009
2:54 pm
259572
... Right idea, but the expressions need to be tightened up to prevent surprises -- the above will match pretty much anything containing "yahoo" anywhere...
Noel Jones
njones@...
Send Email
Nov 10, 2009
1:40 pm
259571
... How about: http://www.delouw.ch/linux/Postfix-Cyrus-Web-cyradm-HOWTO/html/cyrus-config.html It was the first hit on google search .. and there are lot of ...
Eero Volotinen
eero.volotinen@...
Send Email
Nov 10, 2009
1:35 pm
259570
Sorry!! Could not find anything relevant.... Need help! ... From: owner-postfix-users@... [mailto:owner-postfix-users@...] On Behalf Of suomi ...
Arora, Sumit
sumit.arora@...
Send Email
Nov 10, 2009
12:38 pm
259569
... Cameron, On your last question, sure you can do that - all you need to do is map a public IP address/port to the private IP address/port, and forward...
Daniel L'Hommedieu
dlhommedieu@...
Send Email
Nov 10, 2009
12:34 pm
259568
... As documented, that setting makes Postfix SLOWER. Remove this. ... As documented, that setting makes Postfix SLOWER. Remove this. Postfix scheduler...
Wietse Venema
wietse@...
Send Email
Nov 10, 2009
11:42 am
259567
... That is SENDMAIL not POSTFIX. Wietse...
Wietse Venema
wietse@...
Send Email
Nov 10, 2009
11:34 am
259566
... This is no error but information what "newaliases" have found and done. But as far as i can tell this is Sendmail newaliases not the Postfix one... Regards...
lst_hoe02@...
Send Email
Nov 10, 2009
11:12 am
259565
... This is not error message, it is informational message that command works right. -- Eero...
Eero Volotinen
eero.volotinen@...
Send Email
Nov 10, 2009
11:08 am
259564
Hello There, Can anybody please suggest me on the below error while adding new aliases to the root user. I am just trying to forward all emails of the root...
Manoj Burande
manoj.burande@...
Send Email
Nov 10, 2009
10:57 am
259563
Anybody knows how to set up server-side filtering using Sieve? My server is running openSuse with postfix and cyrus-imap. I guess both of them have to be...
nunatarsuaq
nunatarsuaq@...
Send Email
Nov 10, 2009
10:42 am
259562
HI ALL: I try to understand how the initial_destination_concurrency and default_destination_concurrency_limit work? How can it support to improve the output of...
coofucoo zhang
coofucoo@...
Send Email
Nov 10, 2009
10:15 am
259561
HI ALL: I try to understand how the initial_destination_concurrency and default_destination_concurrency_limit work? How can it support to improve the output of...
coofucoo zhang
coofucoo@...
Send Email
Nov 10, 2009
10:14 am
259560
man pipe suomi...
suomi
postfix@...
Send Email
Nov 10, 2009
9:35 am
259559
Hi, On Tue, 10 Nov 2009 09:03:56 +0200, Jack Knowlton <jknowlton@...> ... I'm not an expert, but I believe this is possible by specifying your transport...
Marc Silver
marcs@...
Send Email
Nov 10, 2009
8:24 am
259558
Hi all. Is it possible to have a transport map with a regular expression? What I want is to use an external relay server for all the emails to be delivered on...
Jack Knowlton
jknowlton@...
Send Email
Nov 10, 2009
7:04 am
259557
Hi folks, I'm using mysql local_recipient_maps for rejecting email for unknown local users. Here are the changes in my main.cf local_recipient_maps =...
Arora, Sumit
sumit.arora@...
Send Email
Nov 10, 2009
6:52 am
259556
... Use sasl with tls or ssl. see: http://www.postfix.org/SASL_README.html http://www.postfix.org/TLS_README.html -- Eero...
Eero Volotinen
eero.volotinen@...
Send Email
Nov 10, 2009
6:44 am
259555
We have a private network on our lan and a public network on our lan. We want to put a mail gateway running postfix in the public network and have it be the...
Cameron Smith
velvetpixel@...
Send Email
Nov 10, 2009
1:49 am
Messages 259555 - 259584 of 261247   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help