postfixadmin-devel Mailing List for PostfixAdmin (Page 7)
Brought to you by:
christian_boltz,
gingerdog
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(39) |
Nov
(29) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(5) |
Feb
|
Mar
(8) |
Apr
(8) |
May
|
Jun
(11) |
Jul
(21) |
Aug
(4) |
Sep
(9) |
Oct
(5) |
Nov
(25) |
Dec
(11) |
2009 |
Jan
(40) |
Feb
(16) |
Mar
(1) |
Apr
(46) |
May
(3) |
Jun
|
Jul
(1) |
Aug
(9) |
Sep
(9) |
Oct
(27) |
Nov
(35) |
Dec
(20) |
2010 |
Jan
(3) |
Feb
(2) |
Mar
(8) |
Apr
(1) |
May
(9) |
Jun
(8) |
Jul
(1) |
Aug
(7) |
Sep
(2) |
Oct
(2) |
Nov
(12) |
Dec
(7) |
2011 |
Jan
(45) |
Feb
(11) |
Mar
(18) |
Apr
(15) |
May
(20) |
Jun
|
Jul
(5) |
Aug
(1) |
Sep
|
Oct
(8) |
Nov
|
Dec
(14) |
2012 |
Jan
(30) |
Feb
(36) |
Mar
(6) |
Apr
(32) |
May
(20) |
Jun
(5) |
Jul
(2) |
Aug
|
Sep
(4) |
Oct
|
Nov
(22) |
Dec
(1) |
2013 |
Jan
(13) |
Feb
(4) |
Mar
(70) |
Apr
(10) |
May
(6) |
Jun
(11) |
Jul
(1) |
Aug
(3) |
Sep
(2) |
Oct
(15) |
Nov
(4) |
Dec
(4) |
2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(2) |
May
(3) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(8) |
Dec
(2) |
2015 |
Jan
(1) |
Feb
(9) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
(4) |
Feb
|
Mar
(10) |
Apr
(3) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
(1) |
Oct
(4) |
Nov
|
Dec
(13) |
2017 |
Jan
(1) |
Feb
(6) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(3) |
2018 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(10) |
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2023 |
Jan
|
Feb
(2) |
Mar
(3) |
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(3) |
From: Brad <br...@ny...> - 2013-10-03 06:48:46
|
I am writing an application that needs to add a user to postfix and we are on a postfixadmin standard. A quick glance at the database structure and it looks like you guys took care of all the hard work. I detect a form of a hook in your code, any special advice on the SQL insert, such that will update all the appropriate fields? Thank you in advance, Brad |
From: Regan Y. <reg...@gm...> - 2013-10-01 12:25:02
|
Looking at the uncaught message being sent to the aliased address - mailer@... - postfix appears to add the devnull@... address in under its - Delivered-To: - header. So if I can filter the message by this header it would achieve what I'm after. Does anyone know if/how that's possible? Thanks. > On 2/10/2013, at 12:17 am, Johnny Solbu <jo...@so...> wrote: > >> On Tuesday 1. October 2013 12.04, Regan Yelcich wrote: >> But when the mail is sent to the alias - ma...@ex... - and includes orig_to (see below) the mail is NOT being DISCARDed. > > That is because it is not sent to the discarded mailbox, which is devnull, but to another mailbox which is not discarded. > You need to add a regex for the aliased address also, not just the address the alias points to. > > -- > Johnny A. Solbu > web site, http://www.solbu.net > PGP key ID: 0xFA687324 > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk > _______________________________________________ > Postfixadmin-devel mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postfixadmin-devel |
From: Johnny S. <jo...@so...> - 2013-10-01 11:48:15
|
On Tuesday 1. October 2013 12.04, Regan Yelcich wrote: > But when the mail is sent to the alias - ma...@ex... - and includes orig_to (see below) the mail is NOT being DISCARDed. That is because it is not sent to the discarded mailbox, which is devnull, but to another mailbox which is not discarded. You need to add a regex for the aliased address also, not just the address the alias points to. -- Johnny A. Solbu web site, http://www.solbu.net PGP key ID: 0xFA687324 |
From: Regan Y. <reg...@gm...> - 2013-10-01 10:04:53
|
I'm trying to implement a solution for a noreply email address - de...@ex... - to be sent to /dev/null on my MX server. I have postfix setup using virtual domains which queries a remote mysql server running PostfixAdmin to administer the virtual domains. In postfixadmin I have setup a real mailbox for de...@ex... I have also setup an alias - ma...@ex... - for the de...@ex... mailbox. Using the setup below mail is successfully being DISCARDed fine when email is addressed directly to de...@ex... before the MX server attempts to deliver it via LMTP to my remote mail store. But when the mail is sent to the alias - ma...@ex... - and includes orig_to (see below) the mail is NOT being DISCARDed. Can anyone tell me the correct way to do this so it also catches mail when it has been aliased? The regex below is "supposed" to catch ANY email accepted by this MX server addressed to any valid mailbox - de...@an... # cat /etc/postfix/devnull-discard /^devnull@.*$/ DISCARD # main.cf smtpd_data_restrictions = check_recipient_access regexp:/etc/postfix/devnull-discard, reject_unauth_pipelining, reject_multi_recipient_bounce, permit Any mail sent to - de...@ex... - is successfully discarded: Oct 1 20:50:26 mta-0 postfix/smtpd[27903]: DEB4FC096: discard: DATA from mail-pd0-f173.google.com[209.85.192.173]: <de...@ex...>: Recipient address triggers DISCARD action; from=<ex...@gm...> to=<de...@ex...> proto=ESMTP helo=<mail-pd0-f173.google.com> But any email message originally sent to - ma...@ex... - is not caught: Oct 1 20:50:35 mta-0 postfix/lmtp[27909]: F3CDDC096: to=<de...@ex...>, orig_to=<ma...@ex...>, relay=X.X.X.X[X.X.X.X]:2424, delay=1.1, delays=0.69/0.01/0.04/0.33, dsn=2.6.0, status=sent (250 2.6.0 <de...@ex...> Message accepted for delivery) Thanks. |
From: Christian B. <pos...@cb...> - 2013-09-15 20:17:32
|
Hello, Am Sonntag, 8. September 2013 schrieb Bruce Markey: > Looking for a bit of direction in getting postfixadmin to work with > sha512-crypt passwords. Recently moved to dovecot and this is the > one missing piece I can't get working. > > From the googling I did I'm pretty sure it's possible but I didn't > see any real description of how they got it working. Set CONF['encrypt'] = 'dovecot:whatever' (where "whatever" is the encryption method as named in dovecot) Let me warn you that salted dovecot:* password encryption is a one-way road. You can use it to create password hashes, but you won't be able to login to PostfixAdmin with it because "doveadm pw" doesn't allow to specify the hash, so PostfixAdmin can't use it to verify the password. Needless to say: sha512-crypt seems to be salted (doveadm pw gives me different hashes when feeding it with the same password multiple times), so you won't be able to login in PostfixAdmin. Regards, Christian Boltz -- > rpmdb: PANIC: fatal region error detected; run recovery Du wohnst nicht zufällig in Bielefeld? [> Cornelia Böttge und Michael Raab in opensuse-de] |
From: Bruce M. <br...@se...> - 2013-09-08 15:59:09
|
Looking for a bit of direction in getting postfixadmin to work with sha512-crypt passwords. Recently moved to dovecot and this is the one missing piece I can't get working. From the googling I did I'm pretty sure it's possible but I didn't see any real description of how they got it working. Thank you Bruce -- Please use PGP, ENCRYPT everything. For information about acquiring a secryption.com account, email me. My public key: https://www.secryption.com/BruceMarkey.asc or https://keyserver.pgp.com |
From: Christian B. <pos...@cb...> - 2013-08-18 19:03:22
|
Hello, Am Dienstag, 30. Juli 2013 schrieb Lars Engelhard: > The MySQL table fetchmail (of database postfixadmin) was enhanced by > some attributes - you may check those in detail below this message. > The GUI was extended and the ADDITION/fetchmail.pl is now fetching the > newly added attributes and using them to either do a MD5 fingerprint > SSL check (for those servers with self-signed-certificates) or do a > SSL certificate validation. For SSL certificate validation, the > certificate path can be set directly. > > We thought that you may like to add these features in your official > project to increase security through SSL using fetchmail. Yes, those additions make sense :-) - thanks for your patch! In general your changes look good, but there are some details I modified: In fetchmail.pl, you added $cmd.=" dropdelivered"; to the fetchmail config which seems unrelated and is not a good idea for general usage (it drops "Delivered-To" headers). You also added "-L /var/log/fetchmail" to the fetchmail parameters. Since fetchmail shouldn't run as root, I doubt this will work for most people (and the logfile needs to be pre-created). I won't include those two changes, but would accept a patch that adds config options for the additional parameters (so you can easily add them yourself without editing the script). In fetchmail.php, you added the fields + "sslcertck" => array(1, 1, 'bool' ), + "sslcertpath" => array(1, 1, 'text' ), + "sslfingerck" => array(1, 1, 'bool' ), + "sslfingerprint" => array(1, 1, 'text' ), but you did not add any validation to the text fields, which means a user could inject random fetchmail parameters (I like "mda rm -rf /" most ;-) I'll set sslcertpath and sslfingerprint to be only editable if $CONF['fetchmail_extra_options'] == 'YES' (this config option comes with a security warning already ;-) If you have some code to validate the input in those fields, I can relax the restrictions (would make sense for the fingerprint) and make it available for everybody. Oh, and the "sslfingerck" field looks superfluous - I'll change the code so that it checks if "sslfingerprint" is filled - if yes, it checks the fingerprint, if it's empty, it (obviously) doesn't. (Yes, there's the corner case "disable checking, but store the fingerprint for later usage, but I doubt this is needed in practise ;-) OTOH, it might cause some confusion, people could forget to set the checkmark etc.) Any objections to the changes I did? I don't hope so, because that's what I just commited to SVN trunk r1519 ;-) - but if you have a good reason, I can do another commit. > MySQL: > ALTER TABLE`fetchmail` ADD `sslcertck` BOOLEAN NOT NULL DEFAULT '0' > AFTER `usessl` , We use tinyint(1), but that doesn't change much. (You might want to adjust your table.) > ADD `sslcertpath` VARCHAR( 254 ) NOT NULL AFTER `sslcertck` , > ADD `sslfingerprint` VARCHAR( 254 ) NOT NULL AFTER `sslcertpath` Added as varchar(255) - also doesn't change much. The fingerprint can't contain non-ascii chars, to I made the field latin1. The sslcertpath can in theory point to "/home/foo/blöde Zertifikate", so I made it utf8. (BTW: seeing this example, does having a space in the sslcertpath break anything?) Regards, Christian Boltz -- Danke an alle, die mir bei der Geburt geholfen haben, das Baby brennt ;) [CD-Brenner-Einrichtung - Thorsten von Plotho-Kettner in suse-linux] |
From: Christian B. <pos...@cb...> - 2013-08-12 00:26:41
|
Hello, Am Samstag, 10. August 2013 schrieb Tanstaafl: > I was adding a string to my $noreply regex, and noticed something > (don't know why I didn't notice it before)... > > Some of the expressions being tested are escaping the hyphen (-), and > some aren't. > > The ones that are are from the original strings that were being tested > against: > > ...|owner\-|\-(owner|request|bounces)|request\-|... > > Does the hyphen in these strings need to be escaped? I have about 6 > others that are not... Both ways work. Escaping - is superfluous, but it doesn't hurt ;-) The only special case is inside [...] - but there, escaping with \ won't work, it has to be the first or last character: [a-z] searches for a, b, c, ..,.y, z [az-] searches for a, z or - [-az] same as [az-] Regards, Christian Boltz -- > > wenn Du auch unbedingt eines der größten Rätsel > > der Informatik benutzen mußt... > Ich weiß gar nicht, was du gegen den vi(m) hast, nichts wirksames, von :q! mal abgesehen... [Hajo Pflueger und Christopher Splinter in dag°] |
From: Tanstaafl <tan...@li...> - 2013-08-10 12:22:57
|
Hi all, I was adding a string to my $noreply regex, and noticed something (don't know why I didn't notice it before)... Some of the expressions being tested are escaping the hyphen (-), and some aren't. The ones that are are from the original strings that were being tested against: ...|owner\-|\-(owner|request|bounces)|request\-|... Does the hyphen in these strings need to be escaped? I have about 6 others that are not... Thanks, Charles |
From: Lars E. <ma...@dl...> - 2013-07-30 16:22:28
|
#!/usr/bin/perl use DBI; use MIME::Base64; # use Data::Dumper; use File::Temp qw/ mkstemp /; use Sys::Syslog; # require liblockfile-simple-perl use LockFile::Simple qw(lock trylock unlock); ###################################################################### ########## Change the following variables to fit your needs ########## # database settings # database backend - uncomment one of these #our $db_type = 'Pg'; my $db_type = 'mysql'; # host name our $db_host="127.0.0.1"; # database name our $db_name="postfix"; # database username our $db_username="postfix"; # database password our $db_password="secretpassword"; # instead of changing this script, you can put your settings to /etc/mail/postfixadmin/fetchmail.conf # just use perl syntax there to fill the variables listed above (without the "our" keyword). Example: # $db_username = 'mail'; if (-f "/etc/mail/postfixadmin/fetchmail.conf") { require "/etc/mail/postfixadmin/fetchmail.conf"; } #################### Don't change anything below! #################### ###################################################################### openlog("fetchmail-all", "pid", "mail"); sub log_and_die { my($message) = @_; syslog("err", $message); die $message; } # read options and arguments $configfile = "/etc/fetchmail-all/config"; @ARGS1 = @ARGV; while ($_ = shift @ARGS1) { if (/^-/) { if (/^--config$/) { $configfile = shift @ARGS1 } } } $run_dir="/var/run/fetchmail"; # use specified config file if (-e $configfile) { do $configfile; } if($db_type eq "Pg" || $db_type eq "mysql") { $dsn = "DBI:$db_type:database=$db_name;host=$db_host"; } else { log_and_die "unsupported db_type $db_type"; } $lock_file=$run_dir . "/fetchmail-all.lock"; $lockmgr = LockFile::Simple->make(-autoclean => 1, -max => 1); $lockmgr->lock($lock_file) || log_and_die "can't lock ${lock_file}"; # database connect $dbh = DBI->connect($dsn, $db_username, $db_password) || log_and_die "cannot connect the database"; if($db_type eq "Pg") { $sql_cond = "date_part('epoch',now())-date_part('epoch',date)"; } elsif($db_type eq "mysql") { $sql_cond = "unix_timestamp(now())-unix_timestamp(date)"; } $sql = " SELECT id,mailbox,src_server,src_auth,src_user,src_password,src_folder,fetchall,keep,protocol,mda,extra_options,usessl, sslcertck, sslcertpath, sslfingerck, sslfingerprint FROM fetchmail WHERE $sql_cond > poll_time*60 "; my (%config); map{ my ($id,$mailbox,$src_server,$src_auth,$src_user,$src_password,$src_folder,$fetchall,$keep,$protocol,$mda,$extra_options,$usessl)=@$_; syslog("info","fetch ${src_user}@${src_server} for ${mailbox}"); $cmd="user '${src_user}' there with password '".decode_base64($src_password)."'"; $cmd.=" folder '${src_folder}'" if ($src_folder); $cmd.=" mda ".$mda if ($mda); # $cmd.=" mda \"/usr/local/libexec/dovecot/deliver -m ${mailbox}\""; $cmd.=" is '${mailbox}' here"; $cmd.=" keep" if ($keep); $cmd.=" fetchall" if ($fetchall); $cmd.=" ssl" if ($usessl); $cmd.=" sslcertck" if($sslcertck); $cmd.=" sslcertpath $sslcertpath" if ($sslcertck && $sslcertpath); $cmd.=" sslfingerprint \"$sslfingerprint\"" if ($sslfingerck && $sslfingerprint); $cmd.=" ".$extra_options if ($extra_options); $cmd.=" dropdelivered"; $text=<<TXT; set postmaster "postmaster" set nobouncemail set no spambounce set properties "" set syslog poll ${src_server} with proto ${protocol} $cmd TXT ($file_handler, $filename) = mkstemp( "/tmp/fetchmail-all-XXXXX" ) or log_and_die "cannot open/create fetchmail temp file"; print $file_handler $text; close $file_handler; $ret=`/usr/bin/fetchmail -f $filename -i $run_dir/fetchmail.pid -L /var/log/fetchmail`; unlink $filename; $sql="UPDATE fetchmail SET returned_text=".$dbh->quote($ret).", date=now() WHERE id=".$id; $dbh->do($sql); }@{$dbh->selectall_arrayref($sql)}; $lockmgr->unlock($lock_file); closelog(); |
From: Titanus <ti...@ap...> - 2013-06-25 10:20:40
|
Sun, 16 Jun 2013 19:46:21 +0200 skrev Christian Boltz <pos...@cb...>: > Hello, > > Am Sonntag, 16. Juni 2013 schrieb Titanus: > > Sun, 16 Jun 2013 01:58:51 +0200 skrev Christian Boltz: > > > > Some notes and questions: > > > > > > Please don't use "MiB" - it might be technically correct[1], but > > > most > > > users know "MB" much better > > > > Agreed. I didn't really thought of it since I use 1024 as > > multiplier, and 1024 in the short manuel to my users. > > I somehow doubt a user will note the difference between 1000 and 1024 > as multiplier ;-) (well, maybe when it comes to harddisk sizes > measured in "Marketing-MB" ;-) because fdisk will tell a quite > different disk size, but probably not with mailboxes) Amazing how fast a week can go :-) Me and a pal tried to report those "marketing-MB" (nice term by the way) to the danish authority for consumer protection a few years back, but they replied that it's OK because everybody does it... > OK. Will you replace the "!" in the latest SVN version (again), or > should I try to do the changes based on the file you sent yesterday? > > > BTW: I also commited your translations to the 2.3 branch (including > "!" replacements, but without the "MiB" changes) - if we do a 2.3.7 > release, your updated translations will be included. Yes, no problem. It's probably a good idea to proofread a bit anyway :) Cheers |
From: Christian B. <pos...@cb...> - 2013-06-16 17:46:34
|
Hello, Am Sonntag, 16. Juni 2013 schrieb Titanus: > Sun, 16 Jun 2013 01:58:51 +0200 skrev Christian Boltz: > > Some notes and questions: > > > > Please don't use "MiB" - it might be technically correct[1], but > > most > > users know "MB" much better > > Agreed. I didn't really thought of it since I use 1024 as multiplier, > and 1024 in the short manuel to my users. I somehow doubt a user will note the difference between 1000 and 1024 as multiplier ;-) (well, maybe when it comes to harddisk sizes measured in "Marketing-MB" ;-) because fdisk will tell a quite different disk size, but probably not with mailboxes) > > You changed several "!" to ".". Are exclamation marks unusual in > > danish? (BTW: If you think the english text of a message needs to be > > changed, just tell me/us what you would change.) > > Like Johnny wrote, even though "!" can indeed be used interchangeably > with "." in danish (and probably norwegian and swedish to), it's > generally frowned upon. I don't think it's a problem outside of > Scandinavia, but I would like to leave them out of the translation. OK. Will you replace the "!" in the latest SVN version (again), or should I try to do the changes based on the file you sent yesterday? BTW: I also commited your translations to the 2.3 branch (including "!" replacements, but without the "MiB" changes) - if we do a 2.3.7 release, your updated translations will be included. > Damn, I tried to get hold of the newest translation :) But sure, no > problem. What should I do with the strings marked as "Obsolete"? Just ignore the "Obsolete" strings. They are unused in the latest SVN version and will be removed when I find some time. Regards, Christian Boltz -- > A "wait and see" attitude is definitely called for instead of > "headless chicken" mode. Ha ha.. come on... headless chicken mode is so much more entertaining to watch though :-) [Henne Vogelsang and Clayton in opensuse] |
From: Titanus <ti...@ap...> - 2013-06-16 09:11:50
|
Sun, 16 Jun 2013 01:58:51 +0200 skrev Christian Boltz <pos...@cb...>: ... > > The translation can be found here (but I would happily integrate it > > myself if I knew how): > > http://static.aptget.dk/da.lang.gz > > Thanks for the translations! And thank you for postfixAdmin :) > Some notes and questions: > > Please don't use "MiB" - it might be technically correct[1], but most > users know "MB" much better Agreed. I didn't really thought of it since I use 1024 as multiplier, and 1024 in the short manuel to my users. > You changed several "!" to ".". Are exclamation marks unusual in > danish? (BTW: If you think the english text of a message needs to be > changed, just tell me/us what you would change.) Like Johnny wrote, even though "!" can indeed be used interchangeably with "." in danish (and probably norwegian and swedish to), it's generally frowned upon. I don't think it's a problem outside of Scandinavia, but I would like to leave them out of the translation. To be honest I only read the english part on the strings that wasn't translated, and they all looked good to me. > And finally: you translated the texts from 2.3.x, but the current > development version has some new and changed texts. I'd be happy to > see translations for them also. (See below how to get the latest > version.) Damn, I tried to get hold of the newest translation :) But sure, no problem. What should I do with the strings marked as "Obsolete"? > I integrated most of your changes in the latest version (except the > "!" -> "." changes) and commited it to SVN. The integration was > partly manual work because of the changes since 2.3.x, so it would be > good if you can give it a quick proofreading ;-) Sure, no problem :) > General translation guidelines: ... > or send it to the mailinglist, as you did That I can do ;) Cheers, titanus |
From: Johnny S. <jo...@so...> - 2013-06-16 06:32:20
|
On Sunday 16. June 2013 01.58, Christian Boltz wrote: > You changed several "!" to ".". Are exclamation marks unusual in danish? As a norwegian translator (norwegian and danish written language is almost the same) I can say that I also tend to replace exclamation marks with periods in computer text, because shouting is sometimes improper. -- Johnny A. Solbu web site, http://www.solbu.net PGP key ID: 0xFA687324 |
From: Christian B. <pos...@cb...> - 2013-06-15 23:59:07
|
Hello, Am Samstag, 15. Juni 2013 schrieb Titanus: > I've recently updated the danish translation to 100%, and would like > to integrate it into postfixAdmin for future releases. However, I > seem to lack some basic understanding about how to do so... > > Could someone please point me in the right direction? > > The translation can be found here (but I would happily integrate it > myself if I knew how): > http://static.aptget.dk/da.lang.gz Thanks for the translations! Some notes and questions: Please don't use "MiB" - it might be technically correct[1], but most users know "MB" much better You changed several "!" to ".". Are exclamation marks unusual in danish? (BTW: If you think the english text of a message needs to be changed, just tell me/us what you would change.) And finally: you translated the texts from 2.3.x, but the current development version has some new and changed texts. I'd be happy to see translations for them also. (See below how to get the latest version.) I integrated most of your changes in the latest version (except the "!" -> "." changes) and commited it to SVN. The integration was partly manual work because of the changes since 2.3.x, so it would be good if you can give it a quick proofreading ;-) General translation guidelines: - download your language file from SVN http://postfixadmin.svn.sourceforge.net/viewvc/postfixadmin/trunk/languages/ - search for lines with '# XXX' comments and - translate the line - remove the '# XXX' Note: The file is utf-8 encoded. - post your translation to the tracker http://sourceforge.net/p/postfixadmin/patches/ or send it to the mailinglist, as you did Regards, Christian Boltz [1] or not, depending on your $CONF['quota_multiplier'] ;-) -- [20:21] <jospoortvliet> ok but IF we do that, note that you'll have to cook for 50+ people. [...] [20:21] <suseROCKs> jospoortvliet, so you're saying you need 50 microwaves??? :-) [from #opensuse-project] |
From: Titanus <ti...@ap...> - 2013-06-15 18:06:11
|
Hello all I've recently updated the danish translation to 100%, and would like to integrate it into postfixAdmin for future releases. However, I seem to lack some basic understanding about how to do so... Could someone please point me in the right direction? The translation can be found here (but I would happily integrate it myself if I knew how): http://static.aptget.dk/da.lang.gz Thanks, Titanus |
From: Christian B. <pos...@cb...> - 2013-06-07 20:30:03
|
Hello, Am Freitag, 7. Juni 2013 schrieb Yannik Sembritzki: > using hash:/etc/aliases it was possible to pipe mail to a script like > this: 'log: "|/usr/share/mail2log.sh"'. > > Is this also possible with postfixadmin? Postfix doesn't allow pipe targets in MySQL maps for security reasons, therefore: no, that's not possible. The usual way to do this is: - create an alias in PostfixAdmin that points to lo...@yo... (where "yourlocaldomain.com" is a domain that is listed in "mydestination" in main.cf, _not_ in PostfixAdmin) - add the "log: ..." line to /etc/aliases In theory you can also add a textfile-based map to virtual_alias_maps (pipe targets are allowed in this file), but this might be confusing because you won't see this alias in PostfixAdmin. Regards, Christian Boltz -- > Naja das ist hier ziehmlich OT aber ich werde > trotzdem mal meinen Senf hinzufügen. Senf? Beleidige nicht diese tolle Gewürzpaste, ja. ;-) [> "mrgates" und Matthias Houdek in suse-linux] |
From: Yannik S. <ya...@se...> - 2013-06-07 09:41:20
|
Hi, using hash:/etc/aliases it was possible to pipe mail to a script like this: 'log: "|/usr/share/mail2log.sh"'. Is this also possible with postfixadmin? Best regards Yannik Sembritzki |
From: Christian B. <pos...@cb...> - 2013-06-05 23:38:07
|
Hello, Am Mittwoch, 5. Juni 2013 schrieb Paul Msafiri: > Currently my mails are handled by my ISP who is using > Iredadmin-pro-mysql and i have configured my own mail server which is > using Postfixadmin, i need technical information on how to move > mailboxes from iredadmin to postfixadmin,any help will be > appreciated. First, please subscribe to the mailinglist on https://lists.sourceforge.net/lists/listinfo/postfixadmin-devel Otherwise, you won't receive the answers (unless you are in CC like in this mail). About the migration - how many mailboxes do you have to migrate? For 10 mailboxes, doing it manually by creating the mailboxes in PostfixAdmin is the fastest way. For 500 mailboxes, some scripting might make sense ;-) If you are using IMAP and want to migrate mails that are stored on the ISP's server to your new server, use imapsync. Regards, Christian Boltz -- >Die Glaskugel möchte ich ungerne rausholen. *Polierpaste und Microfasertuch reich* [> Sebastian Siebert und David Haller in opensuse-de] |
From: Paul M. <pau...@gm...> - 2013-06-05 10:10:18
|
Dear team, Currently my mails are handled by my ISP who is using Iredadmin-pro-mysql and i have configured my own mail server which is using Postfixadmin, i need technical information on how to move mailboxes from iredadmin to postfixadmin,any help will be appreciated. --- Paul |
From: Tanstaafl <tan...@li...> - 2013-05-30 12:00:55
|
Anyone? On 2013-05-22 11:25 AM, Tanstaafl <tan...@li...> wrote: > Hi all, > > Ok, puzzled... > > I though this final version of Rudi's had already been merged in trunk, > but I see that it has not: > > http://sourceforge.net/p/postfixadmin/code/HEAD/tree/trunk/VIRTUAL_VACATION/vacation.pl > > Rudi, or someone, can you please megre these final changes for the new > vacation variable/function for testing specified strings in the From > envelope & headers? > > Specifically, this version: > > https://github.com/valkum/postfixadmin/commit/cdcccddbe2e1d6758cd63899e7b8973156f1412a#VIRTUAL_VACATION/vacation.pl > > I'd really hate for this to fall through the cracks after all that work. > > Thanks, > > Charles > > > On 2013-03-27 8:25 AM, Tanstaafl <tan...@li...> wrote: >> On 2013-03-26 5:47 PM, Rudi Floren <rud...@go...> wrote: >>> Here are my changes. >>> https://github.com/valkum/postfixadmin/commit/cdcccddbe2e1d6758cd63899e7b8973156f1412a#VIRTUAL_VACATION/vacation.pl >>> My Version uses the same regex pattern as in prev. versions. >>> With your Version mails from fac...@ex... won't be vacationed >>> (is this a word??). But it could be an valid address e.g. for facebook >>> wins and notifacations by a real person. >> >> Excellent, much better (and shorter) descriptive text. I'm a bit too >> long winded sometimes, comes from too much writing step-by-step >> instructions for end users who have trouble finding the 'Start' button >> in Windows. ;) >> >> Thanks Rudi. >> >> As for the list of default strings - in my opinion, the kind of emails >> you describe shouldn't be responded to by the vacation script.I think >> only real emails, from real people (not automated notification systems, >> of any kind) should be replied to. >> >> Of course, I am fine if the decision is to leave the defaults as they >> are now, as long as I can change mine... :) >> >> Thanks again Rudi! >> >> So now the next release of postfixadmin 2.3.x will contain these >> changes, correct? One less thing to worry about/remember to fix after >> updating... |
From: Tanstaafl <tan...@li...> - 2013-05-22 15:26:28
|
Hi all, Ok, puzzled... I though this final version of Rudi's had already been merged in trunk, but I see that it has not: http://sourceforge.net/p/postfixadmin/code/HEAD/tree/trunk/VIRTUAL_VACATION/vacation.pl Rudi, or someone, can you please megre these final changes for the new vacation variable/function for testing specified strings in the From envelope & headers? Specifically, this version: https://github.com/valkum/postfixadmin/commit/cdcccddbe2e1d6758cd63899e7b8973156f1412a#VIRTUAL_VACATION/vacation.pl I'd really hate for this to fall through the cracks after all that work. Thanks, Charles On 2013-03-27 8:25 AM, Tanstaafl <tan...@li...> wrote: > On 2013-03-26 5:47 PM, Rudi Floren <rud...@go...> wrote: >> Here are my changes. >> https://github.com/valkum/postfixadmin/commit/cdcccddbe2e1d6758cd63899e7b8973156f1412a#VIRTUAL_VACATION/vacation.pl >> My Version uses the same regex pattern as in prev. versions. >> With your Version mails from fac...@ex... won't be vacationed >> (is this a word??). But it could be an valid address e.g. for facebook >> wins and notifacations by a real person. > > Excellent, much better (and shorter) descriptive text. I'm a bit too > long winded sometimes, comes from too much writing step-by-step > instructions for end users who have trouble finding the 'Start' button > in Windows. ;) > > Thanks Rudi. > > As for the list of default strings - in my opinion, the kind of emails > you describe shouldn't be responded to by the vacation script.I think > only real emails, from real people (not automated notification systems, > of any kind) should be replied to. > > Of course, I am fine if the decision is to leave the defaults as they > are now, as long as I can change mine... :) > > Thanks again Rudi! > > So now the next release of postfixadmin 2.3.x will contain these > changes, correct? One less thing to worry about/remember to fix after > updating... > > > ------------------------------------------------------------------------------ > Own the Future-Intel® Level Up Game Demo Contest 2013 > Rise to greatness in Intel's independent game demo contest. > Compete for recognition, cash, and the chance to get your game > on Steam. $5K grand prize plus 10 genre and skill prizes. > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d > _______________________________________________ > Postfixadmin-devel mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postfixadmin-devel > |
From: Christian B. <pos...@cb...> - 2013-05-13 22:29:08
|
Hello, just as a short update: Am Dienstag, 2. April 2013 schrieb Christian Boltz: > PostfixAdmin will be at LinuxTag (www.linuxtag.org) Berlin again :-) > > I'll be at LinuxTag from 23th to 25th May and will have a part-time > booth (called "Project Meeting Point"). This changed slightly - I'll be at the openSUSE booth. I have reserved two slots for PostfixAdmin: - thursday 15:00-16:00 - friday 11:00-12:00 If you meet me at another time (at the openSUSE booth or elsewhere), I'll of course also answer your questions ;-) > Of course I'll show the latest development version and answer > questions. I'd also be happy to meet some people I only know by name, > IRC nick or mail address ;-) > > I'll probably get some free tickets for LinuxTag - if you want to go > to LinuxTag and need one, send me a mail off-list. Norman, you should have received a mail with your ticket. I have some more free tickets - please send me a mail if you want one. Regards, Christian Boltz -- [...] aber letzten Endes ist er mein Chef, und wenn er karierte Maiglöckchen haben will, dann soll er sie kriegen, sofern ich diese beschaffen kann. [Martin Mewes in suse-linux] |
From: Tanstaafl <tan...@li...> - 2013-05-02 17:31:04
|
Ok, was/is a bug in Mail-Sender-0.8.22, downgrading to 0.8.21 fixed it... reporting bug to gentoo package maintainer (don't know if it is a generic bug in Mail-Sender or just gentoo's package)... On 2013-05-02 1:09 PM, Tanstaafl <tan...@li...> wrote: > Still struggling with this... > > Anyone? > > On 2013-05-02 9:58 AM, Tanstaafl <tan...@li...> wrote: >> Hello, >> >> Ok, something must have happened recently that broke vacation, but I >> can't figure out what it is... >> >> Everything works up until it comes time to send the actual message, >> which fails with: >> >>> ERROR> /var/spool/vacation/vacation.pl:469 main::send_vacation_email - Failed to send vacation response: Connection not established >> >> vacation.pl line 469 is in this block of code: >> >> $Mail::Sender::NO_X_MAILER = 1; >> my $sender = new Mail::Sender({%smtp_connection}); >> $sender->Open({%mail}); >> $sender->SendLineEnc($body); >> $sender->Close() or $logger->error("Failed to send vacation >> response: " . $sender->{'error_msg'}); >> $logger->debug("Vacation response sent to $to, from $from"); >> } >> >> So... what does this mean? Am I somehow missing a perl module? |
From: Tanstaafl <tan...@li...> - 2013-05-02 17:09:31
|
Still struggling with this... Anyone? On 2013-05-02 9:58 AM, Tanstaafl <tan...@li...> wrote: > Hello, > > Ok, something must have happened recently that broke vacation, but I > can't figure out what it is... > > Everything works up until it comes time to send the actual message, > which fails with: > >> ERROR> /var/spool/vacation/vacation.pl:469 main::send_vacation_email - Failed to send vacation response: Connection not established > > vacation.pl line 469 is in this block of code: > > $Mail::Sender::NO_X_MAILER = 1; > my $sender = new Mail::Sender({%smtp_connection}); > $sender->Open({%mail}); > $sender->SendLineEnc($body); > $sender->Close() or $logger->error("Failed to send vacation > response: " . $sender->{'error_msg'}); > $logger->debug("Vacation response sent to $to, from $from"); > } > > So... what does this mean? Am I somehow missing a perl module? > > Anyone have any ideas where to start looking? Perms for vacation.pl are > correct... > > ------------------------------------------------------------------------------ > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET > Get 100% visibility into your production application - at no cost. > Code-level diagnostics for performance bottlenecks with <2% overhead > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap1 > _______________________________________________ > Postfixadmin-devel mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postfixadmin-devel > |