[00:23:39] *** Draecos has left #postfix [00:30:15] *** vertigo- has joined #postfix [00:40:20] *** Fallenou has quit IRC [01:02:43] *** XazZ has joined #postfix [01:03:25] *** the-f4f4 has joined #postfix [01:03:42] <XazZ> hi [01:03:52] *** jpalmer has quit IRC [01:03:56] <XazZ> I got a little problem with my postfix/dovecot combination [01:04:11] <XazZ> I'm not 100% sure if it's a postfix problem but I need to start somewhere [01:04:34] <XazZ> in my /var/log/mail.log I find this entry (there are many of them): Jun 30 13:36:46 darklight postfix/pipe[2973]: 5DC7612515: to=<me@domain>, relay=dovecot, delay=29870, delays=29870/0.01/0/0.01, dsn=4.3.0, status=deferred (temporary failure. Command output: Can't open log file /var/log/mail.log: Permission denied ) [01:04:55] <XazZ> after that no mails are received by dovecot [01:05:05] <XazZ> I have to chmod 777 /var/log/mail.log to get it working again [01:05:10] <shasta> ohmy [01:05:20] <XazZ> my dovecot relay (from master.cf): dovecot unix - n n - - pipe flags=DRhu user=mailsystem:mailsystem argv=/usr/libexec/dovecot/deliver -d ${recipient} [01:05:21] <shasta> 777 on *any* system log is like asking for trouble [01:05:28] <XazZ> I know :-) [01:06:16] <shasta> can't you setup dovecot to log using syslog()? [01:06:33] <shasta> i have no practical knowledge of dovecot configuration [01:06:54] <XazZ> dovecot uses syslog for it's own output [01:08:19] <shasta> then why does it want to explicitly open /var/log/mail.log? [01:08:53] *** jpalmer has joined #postfix [01:09:03] <XazZ> let me check, maybe I made a mistake [01:12:24] <XazZ> shasta: I think you were right :-) [01:12:56] <XazZ> I removed log_path and info_log_path (which both pointed to /var/log/mail.log) from my dovecot.conf and added syslog_facility = mail [01:14:12] <shasta> sounds like a better plan [01:23:54] <XazZ> indeed, it's working now :-) [01:23:57] <XazZ> thank you shasta [01:26:28] <shasta> np [01:37:37] <bondoer> hi folks, i got one question regarding to content filtering. I want to be able to analyze the body of the email and depending on the word presented in it(ie. if i find viagra in it) reject the message or pass it. What will be the easiest implementation for this? I was looking to before-queue content filter and also to SpamAssassin and i wonder why do iahve to put always shell script which will afterwards execute some kind of content analyzer. Why t [01:42:02] *** vishku is now known as vinces [01:44:12] *** XazZ has left #postfix [01:52:28] *** FuriousGeorge has joined #postfix [01:52:49] <FuriousGeorge> could installing horde webmail somehow mess up my postfix config [01:53:07] <FuriousGeorge> and, hi all ;) [01:57:29] <rob0> Um, if it did, perhaps it is a bug in your distributor's installation scripts and/or package management system. Postfix would have little contact with a webmail client, only when a webmail user sends mail, sendmail(1) is invoked. [01:58:45] <FuriousGeorge> rob0: i know it was a stupid question, but since harde webmail is also a groupware project, i thought there was a chance it would want to take over postfix configuration or something [01:58:48] <FuriousGeorge> i havent installed ti [01:58:52] <FuriousGeorge> brb [02:09:09] *** Roobarb has quit IRC [02:11:40] *** suuuper has quit IRC [02:11:49] *** war9407 has quit IRC [02:12:54] *** Southron has left #Postfix [02:24:31] <Captain> anybody knows how to delete the mbox on the hdd if a user is deleted in the DB without to a rm manual... [02:24:39] <Captain> *do [02:29:54] *** raz has quit IRC [02:30:05] *** raz has joined #postfix [02:31:13] *** JDLSpeedy has joined #postfix [02:32:40] <JDLSpeedy> anyone have an up to date on a tutorial on getting postfix to work with mailman? [02:33:21] <JDLSpeedy> its acting "|/usr/lib/mailman/mail/mailman post .." as a user, not a command [02:42:28] <FuriousGeorge> Captain: if your setup is like mine, check /home/vmail/domain/user [02:42:45] <Captain> oO [02:42:53] <Captain> i know where the boxes are [02:43:11] <rob0> So what are you asking? [02:43:25] <Captain> my question is "is it possible to delete the boxes automatic if a user was deleted in the mysql-db" [02:43:46] <FuriousGeorge> oh, you said "without" a manual rm ;) [02:43:47] <Captain> without manual do a rm /home/vmail/.. [02:44:06] <FuriousGeorge> how are you deleting from the db? [02:44:07] <Captain> right :D [02:44:09] <FuriousGeorge> manually? [02:44:18] <rob0> um, I guess you could write a wrapper script to delete the user and the mail. [02:44:35] <Captain> yeah, but this isnt realtime [02:44:37] <Captain> or... [02:44:38] <Captain> hm [02:44:49] <Captain> a content-filter-activate-script [02:45:00] <Captain> but this is a shit-hack [02:45:01] <Captain> :D [02:45:35] <FuriousGeorge> how does the db row get deleted to begin with? [02:45:51] <Captain> from "hand" [02:45:54] <Captain> interface... [02:45:56] <JDLSpeedy> hello all, anyone know why postfix would throw "|<command>" as a unknown user instead of running the command? [02:46:29] <rob0> !debug [02:46:30] <knoba> rob0: "debug" : http://www.postfix.org/DEBUG_README.html : a good starting point for how to deal with problems and to report information to those who might help. Post your information in a pastebin such as http://pastebin.ca/ or http://rafb.net/paste/ . [02:46:42] <rob0> JD, too many variables. [02:46:54] <FuriousGeorge> Captain: im presuming you mean the mysql cli, right? [02:47:08] <Captain> right [02:47:27] <JDLSpeedy> rob0: ok, i'll read the debug part, hopefully that would point me into the right direction [02:47:36] <Captain> i think the best way is to send a rm over ssh if a user is deleted [02:48:38] <FuriousGeorge> Captain: so, is there a way to execute a bash command from the mysql cli? ive never heard of such a thing, but im no expert... couldnt you write a simple shell script [02:48:55] <Captain> but... why cant the method which create the maildir also erase it :/ [02:49:35] <FuriousGeorge> err, does postfix automatically make a row in your table when you maildirmake? [02:49:47] <FuriousGeorge> ive always had to add the row, maildirmake, and set my perms accordingly [02:50:11] <FuriousGeorge> iow, i do something in the db and i do something in the shell [02:50:19] <Captain> nope, it creates the dir autom. if he is in a row [02:50:32] <Captain> but.. why dont erase if he not [02:50:33] <Captain> :) [02:50:36] *** m0f0x has joined #postfix [02:50:37] <FuriousGeorge> cool [02:50:41] <FuriousGeorge> i gotta try that [02:50:45] <JDLSpeedy> anyone know if an alias file can contain a command instead of an UNIX user? [02:51:20] <Captain> F'FuriousGeorge: but you must send a email after create the row [02:51:28] <Captain> THEN postfix create it [02:51:40] <FuriousGeorge> good to know [02:51:48] <FuriousGeorge> my method is still faster :) [02:52:29] <Captain> yeah, but more mistakes i the process :D [02:52:38] <rob0> jd, "man 5 aliases", basically yes, but it can be disabled [02:52:46] <FuriousGeorge> Captain: simple shell script seem to be the move [02:52:55] <FuriousGeorge> your in the terminal anyway when you manually delete right [02:53:03] <Captain> sure [02:53:08] <FuriousGeorge> and isnt this why we use *nix anyway [02:53:16] <Captain> :P [02:53:38] <Captain> but.. i programmed an interface for "end-users" [02:53:44] <FuriousGeorge> a lot of little programs that do one thing well, rather than adding endless trivial features to one giant ms product [02:53:55] <FuriousGeorge> Captain: web based? [02:54:00] <Captain> yep [02:54:01] <Captain> php [02:54:18] <Captain> manage apche/mysql/postfix/ftp ... [02:54:20] <JDLSpeedy> rob0: thanks, my friend thinks mailman is throwing that error not postfix as i thought [02:54:30] <FuriousGeorge> so whats the big deal? php does what you want, right? [02:55:04] <FuriousGeorge> when they delete a user, delete the row and the dir from you php script [02:55:14] <FuriousGeorge> am i missing something again? [02:55:14] <Captain> php does a not all [02:55:19] <FuriousGeorge> doesnt? [02:55:27] <Captain> there are some perl scripts too ;) [02:55:29] <Captain> mom [02:55:51] <Captain> auto_responder.php mail_action.pl responder.log smtp.log ssh.log ssh_action.pl ssh_key.priv ssh_key.pub vhost.log vhost_compare.pl [02:55:53] <Captain> :) [02:56:23] <FuriousGeorge> http://www.ozzu.com/programming-forum/php-delete-directory-folder-t47492.html [02:56:30] <Captain> .. [02:56:32] <Captain> unlink [02:56:48] <Captain> its ok, i know how to do this with perl/php or something [02:57:16] <Captain> but i hope there is a way to get this up with postfix [02:57:24] <Captain> you know? ;) [03:10:56] *** Tachy has joined #postfix [03:11:06] *** Tachy_ has quit IRC [03:11:27] *** martianixor has joined #postfix [03:29:43] *** leleobhz has joined #postfix [03:29:48] *** leleobhz has left #postfix [03:35:12] *** jart has joined #postfix [03:36:01] *** snappy has left #postfix [03:38:15] <jart> is there anyway to have my postfix put a fake Received header in the emails i send from thunderbird? I have Comcast which is in SpamHaus and gets me quite a few spam points. I also don't want everyone i email to know my home network details. I tried deleting the Received header but then spamassassin gives me points for not having relay info. [03:42:54] *** jart has left #postfix [03:43:13] *** vinces has left #postfix [04:10:25] *** cpm has quit IRC [04:39:19] *** ming_zym has joined #postfix [04:45:38] *** Ed_away has quit IRC [05:05:20] *** Zeit|awy_ has joined #postfix [05:11:31] *** Zeit|awy has quit IRC [05:27:14] *** pitakill has quit IRC [05:34:45] *** pitakill has joined #postfix [05:36:00] *** echinos has joined #postfix [05:39:30] *** echinos_ has left #postfix [05:43:56] *** Evill- has quit IRC [05:44:40] *** pitakill has quit IRC [05:48:52] *** Motoko-chan has joined #postfix [06:07:30] *** katie has joined #postfix [06:07:45] <katie> if postfix is configured correctly -- shouldn't I be able to telnet to port 25 on localhost? [06:09:06] <Motoko-chan> Yes, [06:09:31] <katie> thanks..thought so..back at it... [06:13:29] *** seekwill has quit IRC [06:28:59] *** katie has quit IRC [06:34:38] *** ming_zym has quit IRC [06:38:27] *** ming_zym has joined #postfix [06:39:47] *** ming_zym has quit IRC [06:40:16] *** ming_zym has joined #postfix [07:11:02] *** amrit|afk is now known as amrit [07:29:02] *** idle-boy` has quit IRC [07:29:25] *** idle-boy` has joined #postfix [07:56:29] *** ming_zym has quit IRC [08:17:19] *** EasilyOdd has joined #postfix [08:17:28] *** higuita has quit IRC [08:45:15] *** _Tino is now known as Tinozaure [09:14:44] *** master_of_master has joined #postfix [09:15:31] *** af_ has joined #postfix [09:25:46] *** master_o1_master has quit IRC [09:32:25] *** capt_rogers has quit IRC [09:33:26] *** capt_rogers has joined #postfix [09:35:41] *** martianixor has quit IRC [09:38:45] *** j_s has joined #postfix [09:39:11] *** rootsvr has joined #postfix [09:44:31] *** af_ has quit IRC [09:48:25] *** Lap_64 has joined #postfix [09:53:53] *** af_ has joined #postfix [09:59:26] *** war9407 has joined #postfix [10:01:35] *** ming_zym has joined #postfix [10:02:04] *** Haris has joined #postfix [10:02:06] <Haris> oop [10:04:00] <Haris> s [10:04:04] *** Haris has left #postfix [10:19:50] *** war9407 has quit IRC [10:20:10] *** war9407 has joined #postfix [10:20:32] *** rootsvr has quit IRC [10:37:52] *** amrit is now known as amrit|zzz [10:44:06] *** af_ has quit IRC [10:45:23] *** bast1aan has left #postfix [10:46:18] *** Motoko-chan has quit IRC [10:58:41] *** war9407 has quit IRC [11:20:05] *** Odd_Bloke has joined #postfix [11:23:47] <Odd_Bloke> Hey guys, I'm getting the error message at http://rafb.net/p/YoHO2B83.html when I attempt to send a mail from an external mail client to an external host (using SMTP AUTH). What can I do to either: a) create the requisite file, or b) obviate the need for it? [11:32:21] *** Internat has quit IRC [11:33:05] <pa> i got virtual users in postfix. is there a way to pass their mail through a procmail too? [11:39:52] *** Draecos has joined #postfix [12:02:52] *** Internat has joined #postfix [12:03:49] *** Fallenou has joined #postfix [12:05:31] *** githogori_ has joined #postfix [12:09:08] *** pirho has joined #postfix [12:16:54] *** sophokles has joined #postfix [12:42:54] *** af_ has joined #postfix [12:45:48] *** af_ has quit IRC [13:20:31] *** action09 has joined #postfix [13:21:00] <action09> hi [13:22:54] *** action09 has quit IRC [13:22:58] *** action09 has joined #postfix [13:24:42] <xpoint> why is this not valid ? smtpd_proxy_filter = smtp:[127.0.0.2]:10025, smtp:[127.0.0.3]:10025 [13:30:37] *** Zyna has joined #postfix [13:44:22] *** action09 has quit IRC [14:04:27] *** deftunix has joined #postfix [14:04:42] <deftunix> hi all... [14:05:00] <deftunix> i've some question about postfix configuration parser [14:05:09] *** Draecos has quit IRC [14:05:11] <deftunix> i'need to mask mail_name [14:05:30] <deftunix> is possible patching code or modify code for it? [14:05:33] <deftunix> thanks [14:15:20] *** Draecos has joined #postfix [14:21:43] *** pirho has quit IRC [14:24:28] *** pirho has joined #postfix [14:25:21] *** pirho has quit IRC [14:26:25] *** pirho has joined #postfix [14:31:39] *** AcTiVaTe has joined #postfix [14:33:20] *** af_ has joined #postfix [14:49:01] *** columbin has joined #postfix [14:50:22] *** mrglinux has joined #postfix [14:52:01] <mrglinux> I have postfix on my server but each mail send to yahoo mail accounts go to the bulk ...what is the problem and what is the solution ? [14:53:22] *** Draecos has quit IRC [14:57:21] *** deftunix_ has joined #postfix [14:58:11] *** deftunix has quit IRC [15:00:00] *** AcTiVaTe has quit IRC [15:06:14] *** action09 has joined #postfix [15:08:34] *** ming_zym has quit IRC [15:12:18] *** ming_zym has joined #postfix [15:13:12] *** spiekey has joined #postfix [15:17:06] *** af_ has quit IRC [15:23:03] *** shinao1 has joined #postfix [15:27:07] *** spiekey_ has joined #postfix [15:29:25] *** idle-boy`` has joined #postfix [15:29:26] *** idle-boy` has quit IRC [15:32:40] *** Juspion has joined #postfix [15:33:32] *** deftunix has joined #postfix [15:34:58] *** af_ has joined #postfix [15:36:26] *** spiekey has quit IRC [15:43:13] *** deftunix has left #postfix [15:50:48] *** deftunix_ has quit IRC [15:56:06] *** carl- has joined #postfix [15:57:29] *** spiekey_ has quit IRC [16:01:34] *** war9407 has joined #postfix [16:04:11] *** columbin has quit IRC [16:12:46] *** Juspion has quit IRC [16:13:31] *** columbin has joined #postfix [16:25:17] *** PhilKC has joined #Postfix [16:30:43] *** csm-laptop has joined #postfix [16:33:56] *** oledole has joined #postfix [16:35:21] <snadge> if im only using amavisd-new for spamassassin, is it better to just use spamc/spamd directly? [16:36:09] <oledole> Q: I've tried setting up an alias from my local username on my server to my gmail.com address, so I will have system notifications delivered there, but they end up in the Sendt folder of my Gmail, with the To: address myusername@localhost, instead of myusername at gmail dot com. Is there a way to make postfix also rewrite the To: field when expanding aliases? [16:44:45] <Odd_Bloke> Hey guys, I'm getting "warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory" when trying to authenticate. How can I determine what file or directory is being referred to, to fix the error? [16:47:07] *** mrglinux has quit IRC [17:02:22] *** oledole has quit IRC [17:13:00] *** sophokles has quit IRC [17:14:03] *** Joe_Wulf has joined #postfix [17:14:26] *** Internat has quit IRC [17:15:46] *** phnord has joined #postfix [17:33:49] *** Dominian has quit IRC [17:35:30] <Odd_Bloke> OK, I've managed to sort that out. [17:35:41] *** FuriousGeorge has quit IRC [17:35:42] <Odd_Bloke> Differences between Debian and upstream were causing confusion. [17:40:24] *** punkpussy has joined #postfix [17:41:28] *** columbin has quit IRC [17:48:20] *** war9407 has quit IRC [17:51:57] *** deftunix has joined #postfix [17:54:31] <sahil> snadge: imho stick w/ amavisd as the wrapper that also happens to pass mail through SA. [17:55:59] *** mark-use has joined #postfix [17:56:30] <deftunix> who referer in pickup.c he message file ownership, in Message content segment? [17:56:38] <sahil> deftunix: huh? [17:56:55] *** devdas has joined #postfix [17:57:22] <sahil> ah, desi brethren. :) [17:57:33] <sahil> devdas: mtnl still providing dialup in bombay?! [17:57:41] <devdas> yes [17:58:00] <devdas> this is the only city where they don't offer an unlimited access plan [17:58:07] <sahil> jerks. [17:58:16] <devdas> yes [17:58:39] *** csm-laptop has quit IRC [17:59:06] *** war9407 has joined #postfix [18:03:11] *** tuxianer has joined #postfix [18:05:27] <deftunix> sahil: in a mail sending with postfix who is the owner of the file mentioned pickup.c [18:05:28] <deftunix> ? [18:05:58] <mwalling> !basic [18:05:59] <knoba> mwalling: "basic" : http://www.postfix.org/BASIC_CONFIGURATION_README.html : a good starting place for Postfix beginners, many common questions are answered here. [18:09:59] *** phnord has quit IRC [18:10:04] *** ming_zym has quit IRC [18:10:18] *** Lap_64 has quit IRC [18:10:57] *** Lap_64 has joined #postfix [18:19:18] *** carl- has quit IRC [18:23:50] *** Juspion has joined #postfix [18:27:50] *** punkpussy has quit IRC [18:36:26] <deftunix> what is the best method for performances issues for integrating postfix and spamassassin and clamav? [18:37:31] <mark-use> use FreeBSD ;) [18:37:44] <devdas> lol [18:37:55] <devdas> Getting rid of Windows? [18:38:31] *** Draecos has joined #postfix [18:46:25] *** spiekey has joined #postfix [18:49:14] *** deftunix_ has joined #postfix [18:50:05] *** punkpussy has joined #postfix [18:51:24] *** Juspion has quit IRC [18:52:58] *** tuxianer has quit IRC [18:54:50] *** amrit|zzz is now known as amrit [18:54:56] *** dusty has joined #postfix [18:59:41] *** deftunix has quit IRC [19:02:02] *** webar7 has quit IRC [19:06:28] *** devdas has left #postfix [19:07:57] *** action099 has joined #postfix [19:08:10] *** action09 has quit IRC [19:10:30] *** Dominian has joined #postfix [19:15:14] *** af_ has quit IRC [19:28:16] <bondoer> hi, i am trying to write my firt simple content filtering for postfix, don't you know of some simple implementations of content filtering or some good examples? i've gone through source code of some implementations, but they seem to be too complicated, so i am wondering whether it canbe done easier... [19:37:17] *** action099 has quit IRC [19:42:22] <adaptr> yes, we don't [19:42:44] *** spiekey has quit IRC [19:46:03] *** idle-boy has joined #postfix [19:46:21] *** deftunix_ has quit IRC [19:47:31] *** idle-boy has quit IRC [20:00:48] *** Draecos has left #postfix [20:01:39] *** Draecos has joined #postfix [20:05:33] *** punkpussy has quit IRC [20:07:14] *** punkpussy has joined #postfix [20:08:36] *** dusty has quit IRC [20:10:01] *** dusty has joined #postfix [20:17:37] *** akhilesh has joined #postfix [20:18:01] <akhilesh> Hi, how do I write a script which will get fired witht he email body automatically whenever I get an email ? [20:18:29] <adaptr> #mail-sripts-R-us ? [20:18:45] <adaptr> or, for obviosity points - with a text editor ? [20:20:25] *** JoeWulf has joined #postfix [20:24:34] *** Joe_Wulf has quit IRC [20:26:28] *** Flobbie_ is now known as Flobbie [20:27:38] <akhilesh> do we have anything like qmail email filters for postfix ? [20:38:32] *** Fallenou has quit IRC [20:39:16] *** dusty_ has joined #postfix [20:39:21] *** dusty has quit IRC [21:01:10] *** punkpussy has quit IRC [21:07:42] *** akhilesh has quit IRC [21:12:50] *** af_ has joined #postfix [21:21:19] *** Draecos has left #postfix [21:45:14] *** spiekey has joined #postfix [21:55:57] *** mark-use has quit IRC [21:57:06] *** Internat has joined #postfix [21:57:13] *** dusty_ has quit IRC [22:11:18] *** hever has joined #postfix [22:12:56] *** dusty has joined #postfix [22:16:27] *** dusty has quit IRC [22:20:18] *** rootsvr has joined #postfix [22:24:40] *** growltiger has quit IRC [22:29:46] *** rabbit7 has quit IRC [22:29:50] *** rabbit7 has joined #postfix [22:31:32] *** spiekey has quit IRC [22:41:28] *** Fallenou has joined #postfix [22:46:23] *** McJerr1 has quit IRC [22:47:38] *** sypher has joined #postfix [22:51:42] *** af_ has quit IRC [22:52:27] *** fabounio has joined #postfix [22:59:20] *** JDLSpeedy has quit IRC [23:13:14] *** jpalmer has quit IRC [23:17:38] *** mwalling has quit IRC [23:17:49] *** mwalling has joined #postfix [23:21:57] *** fabounio has quit IRC [23:23:04] *** shinao1 has quit IRC [23:25:22] *** jpalmer has joined #postfix [23:29:15] *** idle-boy`` has quit IRC [23:29:33] *** idle-boy`` has joined #postfix [23:39:30] *** hever has quit IRC [23:39:39] *** j_s has quit IRC [23:40:23] *** xnixan has quit IRC [23:41:38] <bondoer> !milter [23:41:39] <knoba> bondoer: "milter" : Postfix support for Sendmail milters: http://www.postfix.org/MILTER_README.html