[00:02:01] *** pirho has quit IRC [00:02:17] *** Matt has joined #postfix [00:04:06] *** netcrash has quit IRC [00:18:12] *** madrescher1 has quit IRC [00:19:53] *** madrescher has joined #postfix [00:23:13] *** j_s has quit IRC [00:33:38] *** Mavvie has left #postfix [00:36:15] *** Fallenou has quit IRC [00:46:35] *** the-herby has quit IRC [00:54:00] *** the_herby has joined #postfix [00:54:42] *** the_herby has quit IRC [00:56:24] *** the-fafa has joined #postfix [01:01:38] *** adaptr has quit IRC [01:01:50] *** adaptr has joined #postfix [01:02:33] *** adaptr has quit IRC [01:06:51] *** adaptr has joined #postfix [01:10:52] *** githogori has quit IRC [01:15:52] <thumbs> I have a question! I'm looking for sysmonk! [01:18:08] *** hparker has joined #postfix [01:19:37] <Trengo> he must be asleep [01:19:40] <Trengo> or drunk [01:19:51] <thumbs> oh OK. I'll settle for rob0 [01:24:02] *** madrescher has quit IRC [01:33:21] *** robboplus has quit IRC [01:38:38] *** Motoko-chan has joined #postfix [01:41:23] *** tomocha6 has joined #postfix [01:47:17] *** suuuper has quit IRC [01:58:59] *** danfg has joined #postfix [02:00:40] <danfg> when i send e-mail thru postfix, in my mail log it says the mail is from=danfg at myhostname dot com, even though i'm sending out the e-mail with another from address. how do i tell postfix to stop "fixing" my from address? [02:01:00] *** Juspion has joined #postfix [02:01:02] *** TuxPat has joined #postfix [02:02:26] *** loompek has quit IRC [02:03:07] *** war9407 has quit IRC [02:06:30] <rob0> thumbs, second choice? [02:06:43] <thumbs> rob0: yeah. [02:07:07] *** [diablo] has joined #postfix [02:07:25] <rob0> dan, HOW are you sending this? [02:07:37] <thumbs> :/ [02:07:44] <thumbs> I was bored for a moment. [02:08:05] <danfg> rob0: a rails app is sending as if thru sendmail [02:08:10] <rob0> Bored? We cannot tolerate that. [02:08:28] <thumbs> blashpemy! [02:09:24] <danfg> rob0: in my /etc/postfix/generic, i set danfg at myhostname dot com something at whatever dot com, but my mail log says from=danfg at myhostname dot com, who should i trust? [02:09:32] <rob0> Show the sendmail command line. It's probably not using "another from address". [02:09:57] <rob0> "man sendmail", I think it's -f [02:10:03] <danfg> rob0: /usr/sbin/sendmail , arguments are -i -t [02:10:22] <danfg> so i should add a -fsomethingelse at whatever dot com , right? [02:10:59] * danfg tries it out brb [02:17:14] * lunaphyte lights a string of firecrackers, throws it into the room and runs off. [02:17:15] <danfg> rob0: it worked yay! :D i've heard of that option before, should have thought of it, thanks! [02:22:09] *** Internat has quit IRC [02:23:44] *** columbin has joined #postfix [02:25:10] *** Internat has joined #postfix [02:35:34] <Lars_G> I wonder why americans use "sitting with a thumb up my ass" to denote boredom... it sounds so much fun. [02:36:02] <thumbs> that sounds like a silly saying [02:37:05] <Lars_G> Oh my, I swear I hand't noticed your nick [02:37:30] <thumbs> right. [02:46:02] *** Juspion has quit IRC [02:46:10] <rob0> haha [02:46:20] * thumbs smashes rob0 [02:49:20] <Lars_G> Be carefull rob0, we don't know where those thumbs have been [03:08:06] *** GoGi has quit IRC [03:11:09] *** Tachy_ has joined #postfix [03:25:47] *** Tachy has quit IRC [03:35:34] *** TuxPat has quit IRC [03:41:18] *** hparker has quit IRC [03:59:14] *** jMCg has quit IRC [04:31:26] *** danfg has quit IRC [04:44:01] *** growltiger has quit IRC [04:45:34] *** growltiger has joined #postfix [05:06:57] *** magyar has quit IRC [05:09:21] *** f3ew has quit IRC [05:11:38] *** Zeit|awy_ has quit IRC [06:25:35] *** Spec has quit IRC [06:25:55] *** Spec has joined #postfix [06:25:56] *** Lap_64 has joined #postfix [06:26:35] *** thumbs has quit IRC [06:26:40] *** thumbs has joined #postfix [07:00:05] *** Zblakany has joined #postfix [07:01:41] *** Zblakany_ has joined #postfix [07:06:33] *** Zblakany_ has quit IRC [07:07:30] *** Zblakany has quit IRC [07:10:45] *** wi1 has joined #postfix [07:11:38] <wi1> Does anyone know how to make postfix permit HELO commands with no hostname? [07:11:59] <wi1> I've set smtpd_helo_required = no [07:12:20] <wi1> smtpd_helo_restrictions = permit [07:13:03] <wi1> And postfix still returns '501 Syntax: HELO hostname' [07:26:54] *** Lap_64 has quit IRC [07:27:57] *** idle-boy` has quit IRC [07:28:26] *** idle-boy` has joined #postfix [07:36:47] *** githogori has joined #postfix [07:47:22] <Internat> why would you want it acceping helo with no hostname [07:47:38] <Internat> isnt that the point of helo to "introduce" itself? [07:57:24] <wi1> Because I have a compiled app that I can't get to send a hostname. :( [07:58:06] <wi1> It should be safe- it's a server that is in a trusted environment. [07:59:08] <wi1> I'm really stumped. The settings above should work. [08:00:43] *** Lengsel has joined #postfix [08:00:44] <Motoko-chan> Use a fake hostname, or even just the name of the machine it is running on. [08:00:50] <wi1> The other weird thing is that if I set invalid_hostname_reject_code = 502 it seems to get ignored. [08:01:05] <wi1> And I have restarted, reloaded, etc. [08:01:40] <wi1> I can't use any hostname- it's a Java app and it's ignoring the java options that should set the hostname on the HELO. [08:01:55] <Motoko-chan> Sounds like a problem with the smtp component. [08:02:08] <Motoko-chan> It should *always* send a hostname on the HELO/EHLO line. [08:02:33] *** Lengsel has left #postfix [08:02:52] <wi1> Well, I agree. But I tried everything with that app and I can't get it to set the hostname. [08:03:07] * Motoko-chan shrugs [08:03:43] <wi1> I figured it wouldn't be that hard to configure postfix to not reject HELOs without hostnames, but it just isn't doing what the configuration guide says it should be doing. [08:04:22] <Motoko-chan> reject_invalid_hostname only means it will reject a hostname that isn't valid [08:04:25] <xpoint> postconf -n [08:04:27] <Motoko-chan> Not one that doesn't exist. [08:04:31] <Motoko-chan> afaik [08:05:04] <xpoint> currect [08:05:44] <xpoint> its just not for the client name here [08:06:05] <xpoint> confusing names [08:06:58] <wi1> Yeap. They show up in postconf -n [08:07:23] <wi1> So, is it just impossible to get postfix to permit a blank hostname? [08:18:27] <xpoint> blank as missing ? [08:19:42] <xpoint> postconf -n was to see what your config look like to get more idear of how to help you, no postconf -n no help [08:21:25] <wi1> OK. Just a sec. . . [08:22:59] <wi1> Hope it's OK to just paste it in. . . [08:23:03] <wi1> alias_database = hash:/etc/aliases [08:23:03] <wi1> alias_maps = hash:/etc/aliases [08:23:03] <wi1> command_directory = /usr/sbin [08:23:03] <wi1> config_directory = /etc/postfix [08:23:03] <wi1> daemon_directory = /usr/libexec/postfix [08:23:04] <wi1> debug_peer_level = 2 [08:23:06] <wi1> debug_peer_list = 127.0.0.1 [08:23:08] <wi1> html_directory = no [08:23:10] <wi1> inet_interfaces = localhost [08:23:12] <wi1> mail_owner = postfix [08:23:13] <wi1> mailq_path = /usr/bin/mailq.postfix [08:23:16] <wi1> manpage_directory = /usr/share/man [08:23:18] <wi1> mydestination = $myhostname, localhost.$mydomain, localhost [08:23:20] <wi1> mydomain = zend.com [08:23:21] <wi1> myhostname = fw02.zend.com [08:23:24] <wi1> mynetworks = 127.0.0.0/8 [08:23:26] <wi1> myorigin = $mydomain [08:23:27] <wi1> newaliases_path = /usr/bin/newaliases.postfix [08:23:29] <wi1> queue_directory = /var/spool/postfix [08:23:32] <wi1> readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES [08:23:33] <wi1> sample_directory = /usr/share/doc/postfix-2.3.3/samples [08:23:36] <wi1> sendmail_path = /usr/sbin/sendmail.postfix [08:23:38] <wi1> setgid_group = postdrop [08:23:40] <wi1> smtpd_delay_reject = no [08:23:42] <wi1> smtpd_helo_required = no [08:23:43] <wi1> smtpd_helo_restrictions = permit [08:23:46] <wi1> unknown_local_recipient_reject_code = 550 [08:23:59] <Internat> fuck me [08:24:02] <Internat> use pastbin dammit1 [08:24:04] <Internat> !paste [08:24:05] <knoba> Internat: "paste" : a way to paste larger amounts of text so that other people can read it. Try http://www.rafb.net/paste/ or http://paste.debian.net/ - Do not forget to tell us the URL where you pasted it. [08:25:23] <wi1> Sorry bout that. [08:25:25] <wi1> http://rafb.net/p/fbbVxD60.html [08:29:04] *** [diablo] has quit IRC [08:30:00] <xpoint> wi1, what helo is the problem there ? [08:30:12] *** echinos_ has quit IRC [08:31:28] <wi1> Actually, I figured out what was happening in the Java app. They were throwing an exception away without logging it. :( [08:31:59] <wi1> It's passing the hostname now, which is a better solution anyways- thanks for the help anyways, guys. [08:32:06] <xpoint> wi1, make main.cf empty and change what need to be changed from postconf -d [08:32:19] *** echinos has joined #postfix [08:33:07] <xpoint> wi1, running behind nat ? [08:34:53] <xpoint> wi1, if yes: postconf -e 'proxy_interfaces=<wan-ip>' < replace <wan-ip> with your wan ip, but only if you are on static ip with a router [08:35:04] <wi1> xpoint: Thanks- the immediate problem is solved with the Java app. I think I'll leave figuring out postfix configuraiton for another day. Thanks! [08:38:10] <xpoint> wi1, its not a fault to begin with a empty main.cf, since postfix uses all settings as default then, most of the time it works this way [08:39:46] <xpoint> wi1, alot of silly distros like linux and freebsd like to help with bogus networking and totaly brokken configs that mostly is fatal if you dont know why thay are there in the first place [08:41:59] *** dragonheart has quit IRC [08:42:46] <xpoint> wi1, to your app in java, amavisd costom-hook can do what you need very easyly to extract attachments and post it to a webpage, if it was what you wanted [09:08:11] *** j_s has joined #postfix [09:14:39] *** master_o1_master has joined #postfix [09:25:38] *** master_of_master has quit IRC [09:39:52] *** echinos has quit IRC [09:39:55] *** echinos has joined #postfix [09:41:38] *** pulsar has quit IRC [09:42:06] *** pulsar has joined #postfix [09:46:44] *** echinos_ has joined #postfix [09:47:25] *** echinos has quit IRC [09:53:42] *** suuuper has joined #postfix [09:58:03] *** hark has joined #postfix [10:01:24] *** war9407 has joined #postfix [10:04:35] *** Motoko-chan has quit IRC [10:09:43] *** githogori has quit IRC [10:20:28] *** Southron has left #Postfix [10:37:58] *** wi1 has quit IRC [11:19:23] *** action09 has joined #postfix [11:21:49] *** Zeit|awy has joined #postfix [11:21:50] *** af_ has joined #postfix [11:51:08] *** drake2 has joined #postfix [11:52:53] *** pirho has joined #postfix [12:08:17] *** sophokles has joined #postfix [12:23:17] *** diqpib has joined #postfix [12:25:04] *** af_ has quit IRC [13:13:26] *** action09 has quit IRC [13:13:35] *** action09 has joined #postfix [13:28:53] *** slin has joined #postfix [13:28:55] <slin> re [13:29:43] *** denis has joined #postfix [13:31:22] <slin> can I somehow use amavis as content filter, and any solution for autoreply? [13:32:33] <slin> when mail comes back from content_filter, i has two recipients, one 'user at foo dot bar' and one user at foo dot bar@autoreply@dom.ain - my autoreplies are sent twice [13:34:09] <adaptr> amavis IS a content filter, I don't see how you could use it as anything else [13:35:11] <slin> i use amavis AS content filter [13:35:48] <slin> but i see, when mail comes back from amavis, i got two mail [13:35:50] <slin> gr [13:36:19] <slin> one for the original recipient, and one for the aliased for autoreply [13:37:09] <slin> hm. weird. 'moment, i 'll show the logs [13:38:35] <adaptr> a web browser doesn't need to be told the standard HTTP port [13:38:38] <adaptr> damn! [13:38:40] <adaptr> sorry :) [13:45:46] <slin> http://paste2.org/p/45251 [13:45:53] <slin> there are the revelant log entries [13:51:39] *** [diablo] has joined #postfix [14:06:01] *** [diablo] has quit IRC [14:09:56] *** Zyna has joined #postfix [14:13:47] *** sophokles has quit IRC [14:14:13] *** sophokles has joined #postfix [14:24:57] *** [diablo] has joined #postfix [14:30:53] *** denis has quit IRC [14:46:29] *** c00l2sv has joined #postfix [15:28:24] *** idle-boy` has quit IRC [15:28:44] *** cpm has joined #postfix [15:31:00] *** idle-boy` has joined #postfix [15:34:49] *** vertigo- has quit IRC [15:38:47] *** diqpib has quit IRC [16:37:04] <cpm> can haz postfix? [16:43:51] *** columbin has quit IRC [17:12:21] <lysander> I can has postfixadmin [17:32:19] *** cpm has quit IRC [17:40:00] *** adaptr has quit IRC [17:40:15] *** warnk has joined #postfix [17:40:58] <warnk> i have a server down w/ /var that needs fsck, but postdrop is spawning. what ultimately spawns that, sendmail? [17:41:23] <mwalling> *blink* [17:42:36] <warnk> nvm, found answer [17:43:43] *** adaptr has joined #postfix [17:46:40] *** af_ has joined #postfix [17:50:07] *** sophokles has quit IRC [18:03:03] *** drake2 has quit IRC [18:18:34] *** action09 has left #postfix [18:35:31] *** diabollo has joined #postfix [18:35:36] *** warnk has left #postfix [18:36:09] *** af_ has quit IRC [18:40:03] *** hark has quit IRC [18:40:41] *** carl- has joined #postfix [18:41:00] *** Fallenou has joined #postfix [18:50:56] *** cpm has joined #postfix [18:51:17] *** raz has joined #postfix [18:51:48] <raz> anyone know a plugin to auto-blacklist ip addresses that are delivering mail to configurable honeypot addresses? [19:27:45] *** [diablo] has quit IRC [19:32:24] *** Juspion has joined #postfix [19:37:27] *** carl- has quit IRC [19:40:10] *** nphase_ has joined #postfix [19:43:49] *** nphase_ has quit IRC [19:59:19] *** xnixan has quit IRC [20:02:03] *** fafa_ has joined #postfix [20:09:14] *** Fallenou has quit IRC [20:09:28] *** Fallenou has joined #postfix [20:14:12] *** xnixan has joined #postfix [20:14:59] <_apk> hi! :) [20:15:38] <webar7> using qpsmtpd in front of postfix is fun ... but is there any real advantage? [20:18:04] *** the-fafa has quit IRC [20:20:28] *** ZeiP has joined #Postfix [20:21:30] <ZeiP> Postfix shows me that my messages are in the queue because of ?connect to mta.inet.fi[IP]: connection refused?, however I can telnet from the same host just fine to the server. Any ideas why this could be? [20:21:30] *** fafa_ has quit IRC [20:24:55] *** the-f4f4 has joined #postfix [20:25:23] *** AcTiVaTe has joined #postfix [20:27:16] <AcTiVaTe> I'm having some problems with a Confixx based install. After creating a new pop user there is a directory for that user and the mail gets delivered to Maildir/new but never makes it to cur [20:27:48] <AcTiVaTe> And when I try to get the email list in the webmail interface it waits a long time before saying the pop3 server is unavailable [20:33:05] <mwalling> AcTiVaTe: i dont see postfix mentioned anywhere in that question [20:33:58] <AcTiVaTe> So what is responsible for getting the mail to the Maildir ? [20:34:07] *** magyar has joined #postfix [20:34:12] <mwalling> your LDA [20:34:20] <mwalling> ZeiP: !debug [20:34:44] <mwalling> ZeiP: specificly http://www.postfix.org/DEBUG_README.html#debug_peer [20:35:07] <mwalling> AcTiVaTe: wait... what? [20:35:24] <mwalling> "the mail gets delivered to Maildir/new but never makes it to cur" ... thats whats supposed to happen [20:35:35] <mwalling> because they are *new* messages [20:36:11] <AcTiVaTe> Aha [20:37:12] <AcTiVaTe> Well, for some reason for newly created users I cannot access the list of emails thru the webmail. Guess I'll need to look elsewhere then [20:38:00] <mwalling> does your webmail use imap to access the inbox (alla squirrel mail?) [20:38:48] <AcTiVaTe> I think not coz after a certain time I get a message about "POP3 server not ready or unavailable" [20:38:58] <AcTiVaTe> But for existing users it works no problems [20:39:17] * mwalling shrugs... [20:39:24] <mwalling> postfix is working though ;) [20:39:44] <AcTiVaTe> Well, that's something I guess ;) [20:40:11] <ZeiP> mwalling, thanks. [21:02:45] *** diqpib has joined #postfix [21:04:02] *** diqpib has quit IRC [21:15:08] *** AcTiVaTe has quit IRC [21:21:26] *** pitakill has joined #postfix [21:23:34] *** Southron has joined #Postfix [21:26:09] *** githogori has joined #postfix [21:45:03] *** slin has quit IRC [21:47:04] *** nixaki has joined #postfix [21:47:07] <nixaki> http://lindsay.watchhertits.com/?id=2537cde911c18763fa772c8ca42582cf [21:50:00] *** mextli has joined #postfix [21:51:28] *** seekwill has joined #postfix [21:57:37] <nixaki> http://sarah.watchhertits.com/?id=2537cde911c18763fa772c8ca42582cf [21:57:49] *** nixaki has quit IRC [22:11:34] *** pirho has quit IRC [22:20:56] *** santoshr has joined #postfix [22:21:20] <santoshr> how does one flush out mail selectively. something similar to sendmail -qShotmail.com [22:22:40] <santoshr> using postqueue [22:27:56] *** vishku has joined #postfix [22:42:23] *** Fallenou has quit IRC [22:44:47] *** the-f4f4 has quit IRC [22:52:38] *** Juspion has quit IRC [22:54:16] *** Fallenou has joined #postfix [23:08:17] *** mextli has left #postfix [23:11:13] *** j_s has quit IRC [23:21:48] *** santoshr has quit IRC [23:24:17] *** Draecos has joined #postfix [23:28:17] *** idle-boy` has quit IRC [23:28:42] *** idle-boy` has joined #postfix [23:56:34] *** Zyna has quit IRC