[00:00:03] * pickcoder just checked out the MobileDemand xTablet [00:00:46] <pickcoder> tough little tablets [00:01:07] <seekwill> Did you drop it already? [00:01:23] <pickcoder> nope [00:01:26] <pickcoder> getting a price quote [00:01:35] <pickcoder> will probably get a 15-day eval though [00:01:49] <seekwill> What for? [00:01:53] <pickcoder> warehouse [00:02:19] <seekwill> That'll be kinda cool for my Jeep [00:02:31] <seekwill> How much is it for 1 :) [00:02:35] <pickcoder> dunno yet [00:02:41] <pickcoder> I doubt it'll be under $5K though [00:02:45] <seekwill> oh [00:03:17] <pickcoder> have you seen the yourtube vids? [00:03:34] <seekwill> nope [00:04:10] <pickcoder> they are vids of it being used as a hammer, catching a baseball, and going through the car wash [00:04:45] <seekwill> lol [00:04:51] <seekwill> Ok, I don't need anything that hardcore [00:05:14] <pickcoder> if you do trails you may [00:05:17] <pickcoder> heh [00:07:45] *** deadpigeon has quit IRC [00:08:15] *** Pazzo has quit IRC [00:08:31] <pickcoder> time to head home [00:08:33] *** pickcoder has quit IRC [00:11:42] *** ikaro has quit IRC [00:17:47] *** ki_ has joined #postfix [00:18:42] *** eydaimon has left #postfix [00:18:59] *** F6F has quit IRC [00:19:30] *** pugsly_ has joined #postfix [00:19:47] *** seekwill has quit IRC [00:22:28] *** cilly has joined #postfix [00:25:30] *** ikaro^ has joined #postfix [00:25:43] *** eanxgeek has quit IRC [00:26:14] *** cilly has quit IRC [00:28:49] *** pugsly__ has joined #postfix [00:31:08] *** pugsly_ has quit IRC [00:34:43] *** madrescher has joined #postfix [00:35:32] *** pugsly has quit IRC [00:36:23] *** pugsly__ has quit IRC [00:37:09] *** Knoedel2 has quit IRC [00:39:18] *** ikaro^ is now known as ikaro [00:59:36] *** war9407 has quit IRC [01:01:32] *** githogori has quit IRC [01:09:17] *** Tykling has left #postfix [01:21:53] *** saurabhb has joined #postfix [01:47:55] *** ming_zym has joined #postfix [01:59:39] *** jra has joined #postfix [02:14:29] *** tombar has joined #postfix [02:20:37] *** wei has joined #postfix [02:25:30] *** pirho has quit IRC [02:45:51] *** m1n3s6 has quit IRC [03:05:14] *** hparker has quit IRC [03:14:09] <wei> hi all, my system still fail to send mail to "outside" domain (yahoo,etc). i figured..it depends on relay_domains config that currently querying mysql db: relay_domains = mysql:/etc/postfix/mysql-relay-domains.cf , i've filled with just 1 domain: gmail.com , so i can send only to gmail.com. should i inserting all domains here or is there any easiest way like asterisk * (have tried wont work too) ? [03:14:36] <growltiger> you dont need to put stuff in there [03:15:10] <wei> growltiger: i have set empty too, relay_domains = [03:15:54] <wei> when sending, it replied with: 554 5.7.1 <jsshw1225 at yahoo dot com>: Relay access denied [03:17:07] <wei> growltiger: pls any suggestion, thanks [03:17:35] <growltiger> !relay denied [03:17:36] <knoba> growltiger: Error: "relay" is not a valid command. [03:17:45] <growltiger> !relay_denied [03:17:45] <knoba> growltiger: "relay_denied" : \"554 5.7.1 <RECIPIENT@RCPT_DOMAIN>: Relay access denied; from=<SENDER_ADDRESS> to=<RECIPIENT@RCPT_DOMAIN> proto=ESMTP helo=<HELO>\": This typically means that CLIENT_IP is not in mynetworks (and did not AUTH), and that RCPT_DOMAIN was not recognized as one of this Postfix's domains (not listed in mydestination, relay_domains or virtual_*_domains). [03:18:03] <growltiger> fix your mynetworks is all [03:18:36] <wei> !mynetworks [03:18:37] <knoba> wei: "mynetworks" : a configuration parameter in the main.cf: The list of "trusted" SMTP clients that can relay email. [03:20:55] *** hparker has joined #postfix [03:23:08] <wei> growltiger: assuming like jair yesterday.. when using mobile device with gprs/wifi internet connection.. is that..we do not know the ip or network address of the gp/wifi? sorry if i mistaken the meaning of mynetworks. [03:23:57] <wei> current setting is: mynetworks = 117.103.57.0/24, 127.0.0.0/8 [03:28:28] *** matt_ has quit IRC [03:28:28] *** freqmod_qu has quit IRC [03:28:30] *** freqmod_qu has joined #postfix [03:29:07] *** matt_ has joined #postfix [03:29:52] <wei> The mynetworks parameter specifies the list of "trusted" SMTP clients that have more privileges than "strangers". In particular, "trusted" SMTP clients are allowed to relay mail through Postfix. See the smtpd_recipient_restrictions parameter in postconf(5). [03:30:37] <wei> my current setting of smtpd_recipient_restrictions is none.. [03:30:46] <wei> unset [03:31:31] <jra> postfix requires at least reject_unauth_destination to be set somewhere. [03:32:12] *** jra has quit IRC [03:36:29] *** Severed_Head_Of_ has joined #postfix [03:37:19] *** growltiger has quit IRC [03:38:25] *** Severed_Head_Of_ is now known as growltiger [03:46:14] *** Izlots has joined #postfix [03:46:36] *** jense has quit IRC [03:49:41] *** Kroooks has joined #postfix [03:49:48] <Kroooks> What is a good spamassassin score to put ? Mine is 5 but still a lot of spams goes through. [03:55:45] *** Motoko-chan has joined #postfix [03:59:09] *** pulsar has quit IRC [04:15:41] *** pitakill has joined #postfix [04:19:28] *** xpoint has quit IRC [04:22:49] *** mavrick61 has quit IRC [04:23:57] *** mavrick61 has joined #postfix [04:28:22] <wei> found http://www.postfix.org/SMTPD_ACCESS_README.html [04:28:22] <wei> # Whitelisting: local clients may specify any destination domain. [04:28:22] <wei> smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination [04:29:57] <wei> but sending email to yahoo keep failed: [04:29:57] <wei> The following recipient(s) could not be reached: [04:29:57] <wei> 'jsshw1225 at yahoo dot com' on 11/5/2008 10:28 AM [04:29:57] <wei> 554 5.7.1 <jsshw1225 at yahoo dot com>: Relay access denied [04:31:16] <wei> >> relay_domains = mysql:/etc/postfix/mysql-relay-domains.cf , i've filled with just 1 domain: gmail.com , so i can send only to gmail.com. should i inserting all domains here or is there any easiest way??? thanks all.. any suggest are welcome :) [04:39:55] *** tomocha66 has quit IRC [04:44:16] *** githogori has joined #postfix [04:53:10] <growltiger> in smptd_recipient_restrictions, put permit_sasl_authenticated [04:53:30] <growltiger> then restart postfix and rejoice [04:58:58] *** tombar_ has joined #postfix [05:15:50] *** tombar has quit IRC [05:36:16] *** goldfisc1li has joined #postfix [05:37:12] *** goldfischli has quit IRC [06:09:55] *** Fallenou has quit IRC [06:35:49] *** Verilium has quit IRC [06:39:52] *** chadmaynard has joined #postfix [06:49:13] *** niki has quit IRC [06:59:29] *** ming_zym has quit IRC [07:02:06] *** chadmaynard has quit IRC [07:05:14] *** ming_zym has joined #postfix [07:23:15] *** hparker has quit IRC [07:27:28] *** muecke77 has joined #postfix [07:28:09] *** muecke77 has quit IRC [07:30:00] *** ming_zym has quit IRC [07:36:59] *** Haris_ has quit IRC [07:50:41] <cite> Good morning. [07:54:48] *** Motoko-chan has quit IRC [08:08:00] *** tombar_ has quit IRC [08:10:02] <jmazaredo> anyone can give me a smtp server that i can telnet to see if i can connect on port 25 [08:10:45] *** jair has quit IRC [08:10:56] *** ming_zym has joined #postfix [08:13:31] <growltiger> mail.microsoft.com [08:14:26] *** muecke77 has joined #postfix [08:14:41] <jmazaredo> i get a connection refused on all that ive tried [08:14:52] <jmazaredo> does this means my port 25 is blocked by isp? [08:15:12] *** Severed_Head_Of_ has joined #postfix [08:15:32] *** growltiger has quit IRC [08:16:05] *** pitakill has quit IRC [08:16:30] *** muecke77 has quit IRC [08:18:41] *** weedar has joined #postfix [08:20:49] *** sophokles1 has joined #postfix [08:20:58] *** Severed_Head_Of_ is now known as growltiger [08:27:18] *** xpoint has joined #postfix [08:30:11] <wei> !defer_if_permit [08:30:12] <knoba> wei: Error: "defer_if_permit" is not a valid command. [08:34:05] *** Kako has quit IRC [08:38:37] *** sophokles has quit IRC [08:38:38] <xpoint> wei, http://www.postfix.org/SMTPD_POLICY_README.html [08:39:57] <jmazaredo> can i change the smtp port of postfix to other port? [08:43:23] <xpoint> see master.cf [08:43:32] *** phnord has joined #postfix [08:52:16] *** weedar has quit IRC [09:00:38] <wei> smtp still won't send to yahoo.com (sigh), available resctrictions: [09:00:38] <wei> 1.permit 2.reject 3.reject_unknown_client with unknown_client_reject_code [09:00:38] <wei> 4.permit_mynetworks 5.check_relay_domains with relay_domains_reject_code [09:00:38] <wei> 6.permit_mx_backup 7.check_recipient_access,check_sender_access,check_client_access,check_helo_access. [09:00:38] <wei> growltiger: i currently not using sasl so permit_sasl_authenticated wont do, or maybe not a valid option on smtpd_recipient_restrictions [09:01:21] <wei> has tried permit_sasl, error in log: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit [09:03:00] <wei> has try smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination (failed) [09:03:00] <wei> smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination,permit (failed) [09:03:00] <wei> smtpd_recipient_restrictions = permit (failed) [09:08:38] <wei> xpoint: check policy service seems nothing to do with domain being sent..?? [09:10:10] <xpoint> it will apply to all domains yes [09:10:35] <xpoint> its up to the policy daemond to decide what to do [09:11:17] <xpoint> smtp vs smtpd [09:24:54] *** jpalmer has quit IRC [09:25:47] *** kiliko_ has joined #postfix [09:29:06] *** growltiger has quit IRC [09:29:27] *** growltiger has joined #postfix [09:38:40] *** denis_ has joined #postfix [09:39:42] *** lap64 has joined #postfix [09:42:05] *** kiliko has quit IRC [09:47:53] *** ki_ has quit IRC [09:53:53] *** saurabhb has quit IRC [09:56:31] *** war9407 has joined #postfix [09:56:37] *** |_Knoedel_| has joined #postfix [09:57:10] *** cilly has joined #postfix [09:59:26] *** Tykling has joined #postfix [10:01:16] *** imgrey has joined #postfix [10:01:23] <imgrey> morning #postfix [10:01:40] *** alienbrain has joined #postfix [10:01:58] <imgrey> could someone tell how to make postfix to store all mail for all domains in one mailbox ? [10:04:55] *** donald has joined #postfix [10:06:21] *** k4z has joined #postfix [10:06:27] <k4z> Hi, I have problem with sasl: in main.cf i have smtpd_sasl_auth_enable = yes and smtpd_sasl2_auth_enable = yes, in /etc/postfix/sasl/smtpd.conf i have mech_list: plain login, my saslauthd is running: /usr/sbin/saslauthd -a pam -c -n 5, but when i connect to my localhost 25, i cant see 250-AUTH LOGIN PLAIN... [10:08:17] *** madrescher has quit IRC [10:15:08] <donald> k4z: telnet into localhost 25 and make "ehlo test" [10:15:26] <donald> then you should see it. [10:18:25] <k4z> donald: the problem is that i cant see 250-AUTH LOGIN PLAIN there.. [10:24:53] *** cilly has quit IRC [10:35:00] *** stefan__ is now known as blackflag [10:40:28] *** Niemi_ has quit IRC [10:41:06] *** Niemi_ has joined #postfix [10:46:22] <imgrey> hmm, what is wrong here: main.cf: virtual_alias_maps = cdb:/etc/postfix/virtual virtual: @* imgrey ? [10:46:33] <imgrey> I want all mail from all domains [10:46:43] <imgrey> but postfix relays everything [10:48:04] *** brancaleone has joined #postfix [10:50:47] *** naoto_gohko has quit IRC [10:52:51] *** ming_zym has quit IRC [10:57:59] *** wei has left #postfix [11:01:33] <imgrey> anyone ? [11:05:20] *** naoto_gohko has joined #postfix [11:13:11] *** nfi|ermes has joined #postfix [11:18:13] *** madrescher has joined #postfix [11:19:55] *** perlmonkey has joined #postfix [11:19:59] <perlmonkey> hi guys [11:20:31] <perlmonkey> I'm getting a load of cron messages relating to sendmail and someone said it's related to postfix.. can anyone tell me if sendmail is even needed by postfix? [11:21:45] <jduggan> the sendmail binary will be provided by postfix [11:21:48] <jduggan> or shuld be [11:22:34] <perlmonkey> ah [11:22:58] <perlmonkey> Cron <smmsp@server> test -x /etc/init.d/sendmail && /usr/share/sendmail/sendmail cron-msp .. /usr/share/sendmail/sendmail: 1248: /usr/sbin/sendmail-msp: not found [11:23:03] *** cilly has joined #postfix [11:23:06] <perlmonkey> that's the msg I'm getting every 20 minutes [11:24:48] <jduggan> did you google the error [11:24:57] <jduggan> there's loads of hits with the exact problem [11:26:17] <perlmonkey> I think I got a solution on Google [11:26:30] <perlmonkey> which is basically to comment or disable something [11:41:35] *** cilly has quit IRC [11:43:03] <imgrey> damn, how to specify _all_ destinations in virtual_alias_maps ? [11:43:32] *** pirho has joined #postfix [11:50:46] <Subdino> how can, in a virtual setup, make all mails @bar.com be delivered to @baz.com ? (it's not a catchall address, just a "domain alias"). All I could find so far is a possibility with address rewriting, and it sounds dirty to me. [11:52:31] *** jense has joined #postfix [12:00:01] *** Niemi__ has joined #postfix [12:17:42] *** Niemi_ has quit IRC [12:22:37] *** Kroooks has quit IRC [12:27:37] <dragonheart> Subdino: if it looks like address rewriting then address rewriting is probably the answer [12:27:39] *** Niemi__ is now known as Niemi [12:39:35] *** jense has quit IRC [12:40:01] *** jense has joined #postfix [12:40:36] *** Fallenou has joined #postfix [12:42:04] *** Juspion has joined #postfix [12:45:59] *** cpm has joined #postfix [12:50:53] *** blackflag has quit IRC [12:57:02] *** lap64 has quit IRC [13:01:08] *** shal3r has joined #postfix [13:01:22] <shal3r> <receiver at theirserver dot at>: host mail.theirserver.at[62.99.xx.xx] said: 554 [13:01:25] <shal3r> <info at myserver dot lv>: Sender address rejected: MX record not found (in reply to RCPT TO command) [13:01:50] <shal3r> how to understand this? Is it because myserver.lv don`t have MX record? [13:08:29] *** blackflag has joined #postfix [13:10:48] *** gutocarvalho has joined #postfix [13:17:43] <Subdino> dragonheart: it's as much adress rewriting as /etc/aliases job, to me. So no, I don't think it is nice to use it, if there is any alternative. [13:18:32] *** AcTiVaTe has quit IRC [13:18:57] *** AcTiVaTe has joined #postfix [13:23:19] *** web_knows has quit IRC [13:24:31] *** Verilium has joined #postfix [13:41:55] *** netcrash has joined #postfix [13:44:41] *** Haris_ has joined #postfix [13:54:48] *** muecke77 has joined #postfix [13:56:00] *** cilly has joined #postfix [14:01:41] *** muecke77 has quit IRC [14:03:00] *** xpoint has quit IRC [14:05:18] *** web_knows has joined #postfix [14:05:28] *** pirho has quit IRC [14:06:23] <web_knows> hi [14:11:21] <jduggan> is there a nice way to stop anvil rate limiting from one host? [14:11:54] <sysmonk> !smtpd_client_event_limit_exceptions [14:11:54] <knoba> sysmonk: "smtpd_client_event_limit_exceptions" : Clients that are excluded from connection count, connection rate, or SMTP request rate restrictions. [14:11:57] <sysmonk> jduggan: ^^ [14:12:44] *** perlmonkey has left #postfix [14:16:17] <jduggan> wow useful [14:16:18] <jduggan> cheers [14:16:47] *** xpoint has joined #postfix [14:19:31] *** cilly has quit IRC [14:22:24] *** eanxgeek has joined #postfix [14:34:13] *** pirho has joined #postfix [14:35:02] *** pirho has quit IRC [14:36:42] *** imgrey has quit IRC [14:36:55] *** pirho has joined #postfix [14:38:03] *** jense has quit IRC [14:38:04] *** inad922 has quit IRC [14:38:04] *** Zeit|awy_ has quit IRC [14:38:04] *** mjoseph has quit IRC [14:38:04] *** amrit has quit IRC [14:38:04] *** thumbs has quit IRC [14:38:04] *** cdavis has quit IRC [14:38:04] *** AllenJB has quit IRC [14:38:04] *** LordLame1 has quit IRC [14:38:04] *** lennard has quit IRC [14:38:04] *** Nothing__ has quit IRC [14:38:04] *** c00l2sv has quit IRC [14:38:05] *** idle-boy has quit IRC [14:38:47] *** jense has joined #postfix [14:38:47] *** inad922 has joined #postfix [14:38:47] *** Zeit|awy_ has joined #postfix [14:38:47] *** mjoseph has joined #postfix [14:38:47] *** amrit has joined #postfix [14:38:47] *** thumbs has joined #postfix [14:38:47] *** LordLame1 has joined #postfix [14:38:47] *** c00l2sv has joined #postfix [14:38:47] *** cdavis has joined #postfix [14:38:47] *** Nothing__ has joined #postfix [14:38:47] *** lennard has joined #postfix [14:38:47] *** idle-boy has joined #postfix [14:38:47] *** AllenJB has joined #postfix [14:39:37] *** thumbs has quit IRC [14:39:47] *** thumbs has joined #postfix [14:49:58] *** manguz has joined #postfix [14:50:28] *** Pazzo has joined #postfix [14:52:03] *** Juspion has quit IRC [14:56:09] <jduggan> wtf [14:56:24] <jduggan> im gettin loads of 'Server configuration problem;' but no logs saying what the problem is [14:56:27] <jduggan> any ideas? ;o [14:56:51] <Nockian> sounds like a server configuration problem [14:56:59] <Nockian> what do your logs say? [14:57:08] <jduggan> 'Server configuration problem;' [14:58:06] *** madrescher has quit IRC [15:00:16] *** cedric33 has joined #postfix [15:01:09] <cedric33> hi i have a postfix server but i have a problem on the postqueu i have 200 mails i don't know if my master.conf file is good [15:03:13] <manguz> cedric33: check your dns resolution [15:05:00] <manguz> if your system cannot find the mx for the domains your sending mail [15:05:10] <manguz> the mails will stay enqueued [15:05:30] <manguz> whats the output of dig mx gmail.com [15:05:32] <manguz> ? [15:08:17] *** m0niker has joined #postfix [15:09:44] <xpoint> jduggan, welcome to postfix :) [15:10:28] <xpoint> jduggan, out of disk space ? [15:11:09] <jduggan> no [15:12:49] *** inad922 has quit IRC [15:15:09] *** zer0mdq has quit IRC [15:16:15] <cedric33> manguz : it work the mail is send but my problem it's it's very long to check the mail and send [15:16:18] *** zer0mdq has joined #postfix [15:16:56] <cedric33> the mail is cheked by amavis and spamassasin and after it put on the directory of the user [15:17:22] <jduggan> also [15:17:40] <jduggan> (unknown mail transport error) in mailq [15:17:47] <jduggan> how do i know, if postfix doesnt know? =] [15:18:17] <cedric33> thanks for your help [15:22:05] *** stationone has joined #postfix [15:22:50] <stationone> Today I received around 5,000 unknown bounces to my webmaster email address. I verfity the logs and made sure none of those emails originated from my server. what could be causing the problem? [15:26:06] <_ruben> sounds like backscatter [15:26:52] <cpm> indeed [15:28:50] *** nphase_ has joined #postfix [15:30:02] <jduggan> :\ [15:31:37] <stationone> this article might help too: http://www.opennix.com/qmailresources/stopbackscatter [15:31:41] <stationone> thanks for the assistance [15:36:58] *** telmich has left #postfix [15:37:53] *** tombar has joined #postfix [15:38:38] <manguz> hello good morning, this is my postfix configuration: http://pastebin.com/mc92dfbb, im getting of spam, from my users (original users) directed to my users(original users), im using postfix+dovecot+sasl-auth [15:38:54] <manguz> ive tested and im not an open relay [15:39:00] <manguz> this is an example/; [15:40:11] *** stationone has quit IRC [15:41:48] <manguz> sorry tha pastebin dint allow me to paste spam :( [15:42:03] <shal3r> <receiver at theirserver dot at>: host mail.theirserver.at[62.99.xx.xx] said: 554 [15:42:05] <shal3r> <info at myserver dot lv>: Sender address rejected: MX record not found (in reply to RCPT TO command) [15:42:06] <shal3r> how to understand this? Is it because myserver.lv don`t have MX record? [15:42:23] *** xous has quit IRC [15:42:55] *** brancaleone has quit IRC [15:42:56] *** martianixor has joined #postfix [15:43:50] <manguz> shal3r: yep [15:44:01] <manguz> postfix should try the A record anyway [15:44:12] <manguz> but its a good practice to have an MX record [15:44:50] <shal3r> So, there are some mailservers which don`t receive emails from hosts without MX records? [15:45:57] <manguz> yea as anti-spam policies [15:46:11] <manguz> so go ahead and create your mx record [15:47:27] <shal3r> bad, bad, bad. [15:47:30] <shal3r> ok, thanks [15:50:23] *** brancaleone has joined #postfix [15:51:08] *** donald has quit IRC [15:52:05] *** LordDicranius has joined #postfix [16:04:44] *** dam85 has joined #postfix [16:04:47] <dam85> hello everybody [16:04:57] <dam85> i have a problem with postfix [16:05:04] <dam85> i can send email [16:05:14] <dam85> but i can't receive email....i get a strange error [16:05:23] <dam85> what is this? [16:06:24] <f3ew> !loopback [16:06:25] <knoba> f3ew: "loopback" : 'Mail loops back to myself' means that your Postfix wanted to send out the mail to the internet but then discovered that the DNS says your mail server should be responsible. Most likely you forgot to list your domain in mydestination or virtual_(alias|mailbox)_domains [16:08:05] <dam85> no [16:08:06] <dam85> one moment [16:08:10] <dam85> i have my account [16:08:15] <dam85> example at example dot com [16:08:28] <dam85> i can send email from example at example dot com to @gmail.com account [16:08:29] <dam85> but [16:08:36] *** nphase_ has quit IRC [16:08:51] <dam85> if @gmail.com account send an email to example at example dot com i don't receive it [16:09:08] <dam85> in /var/log/mail.log there isn't a REJECT error [16:10:07] *** rosco has joined #postfix [16:10:10] <dam85> i made mydestination change [16:10:51] <dam85> i trying to send [16:12:14] <dam85> mmm no [16:12:44] <manguz> dam85: check your mx [16:12:45] <dam85> i get this error: Diagnostic-Code: X-Postfix; mail for mail.MYWEBSITE.com loops back to myself (when i send email from @gmail.com account to the other) [16:12:53] <dam85> sure i have [16:13:01] <manguz> check your hostname [16:13:04] <dam85> mx --> mail.MYWEBSITE.COM [16:13:07] <manguz> and mydestination [16:13:14] <dam85> ok one moment [16:13:17] <dam85> ipost all the config file [16:13:34] <manguz> loops backs to myself, means there are two mailservers with the same hostname [16:13:51] <manguz> same $myhostname [16:14:25] <dam85> http://rafb.net/p/wzlFHG20.html [16:15:05] <dam85> i have only one myhostname look at config file [16:16:22] <dam85> mmm [16:16:25] <dam85> found!!! [16:16:31] <dam85> i have two [16:16:34] <dam85> mydestination [16:16:55] <dam85> mmmm no no is not the problem [16:20:59] <dam85> manguz [16:21:02] <dam85> i have the same problem [16:22:00] <dam85> what can i do? [16:22:10] <manguz> umm strange.. [16:22:47] <dam85> http://rafb.net/p/9yNEBR24.html <--- this is correct [16:22:56] <dam85> the first mydestination has # [16:24:59] <dam85> one moment i post the log [16:26:15] <dam85> http://rafb.net/p/oCYeOO99.html [16:26:39] *** plee has quit IRC [16:26:44] *** plee has joined #postfix [16:26:47] <dam85> ispconfig create web1_USERNAME but obvsioly the real email is damiano at MYDOMAIN dot com [16:30:03] <dam85> ?? [16:30:10] <dam85> manguz? [16:30:53] <manguz> 1.try to lowercase your domain [16:31:14] *** Niemi_ has joined #postfix [16:31:20] <dam85> sure [16:31:25] <dam85> i replace MYDOMAIN [16:31:29] <dam85> with my real domain [16:31:33] <dam85> lowercase [16:31:33] <manguz> 2ok [16:32:10] *** davividal has joined #postfix [16:32:21] *** adnc has joined #postfix [16:32:27] <manguz> also look your logs [16:32:32] <dam85> sure [16:32:38] <dam85> i post it for you [16:32:44] <dam85> http://rafb.net/p/oCYeOO99.html [16:35:02] <davividal> Hi all. I'm implementing an internal mail server at my company. I've only one dynamic ip address. I'm trying to use no-ip.com's services in order to get MX records. How can I send email to hotmail/gmail/whatever? [16:35:18] <dam85> what could i do? i'm desperade [16:37:09] <davividal> also note that when I try to send mail to hotmail, I got http://pastebin.com/d678e0057 and when I try to send to gmail, I got http://pastebin.com/d4821dbff [16:37:39] <f3ew> davividal, you don't need a MX record to sent mail [16:38:10] <dam85> manguz are you here? [16:38:23] <dam85> it's very strange because [16:38:26] <davividal> f3ew: I do. but I need a MX record to get my mail classified as not spam, am I correct? [16:38:32] <f3ew> Add mail.gleeam.com to mydestination [16:38:38] <f3ew> davividal, no [16:38:46] <f3ew> dam85, look at that :) [16:39:06] <manguz> also you yeed PTR record on dns [16:39:07] <manguz> to get your mail on hotmail, gmail not taken as spam [16:39:13] <dam85> if i comment the last "mydestination" i get Relay access denied ....... if i comment the first mydestination i get "loops back to myself" [16:39:28] <davividal> f3ew: ok. [16:39:36] <davividal> so, what am I missing here? only PTR record? [16:39:44] <f3ew> yes [16:39:51] * f3ew sighs [16:39:54] <davividal> ok. thank you very much [16:40:01] <f3ew> dam85 what does postconf mydestination say? [16:40:27] <dam85> i using ISPCONFIG [16:40:32] <dam85> it added [16:40:37] <cite> davividal: Sending mail to gmail/hotmail from a dynmaic IP address will not succeed, no matter what you do. [16:40:44] <dam85> mydestination = /etc/postfix/local-host-names [16:40:49] <davividal> thank you very much, f3ew and manguz. sorry for my dumb question [16:40:50] * f3ew screams [16:41:03] *** ikaro has quit IRC [16:41:06] <f3ew> Is that what postconf -n reports? [16:41:14] <davividal> cite: oh... ok... thank you very much, btw. :-) [16:41:31] <f3ew> ISTR ISPConfig uses LDAP for everything [16:42:30] <dam85> http://rafb.net/p/PbWTAV89.html [16:43:18] *** m0niker has quit IRC [16:43:57] <dam85> what could i do? [16:45:01] <dam85> loops back to myself <--- the response [16:45:04] <dam85> mmmm [16:45:15] <dam85> drive me craxy [16:46:43] <dam85> f3ew? [16:46:56] <f3ew> postconf -e 'mydestination = /etc/postfix/local-host-names, $myhostname' && postfix reload [16:46:59] <f3ew> run that [16:47:47] *** McJerry has joined #postfix [16:48:59] <dam85> ok [16:49:01] <dam85> one moment [16:49:15] *** pulsar has joined #postfix [16:49:16] <dam85> done [16:49:28] *** BuenGenio has joined #postfix [16:50:31] *** blackflag has quit IRC [16:51:36] <dam85> i my god [16:51:41] <dam85> workssssssssssssssssssssssssssssssssssssss [16:51:48] <dam85> THANKS SO MUCH!!!!!!!! [16:52:01] <dam85> how this modify does ? [16:52:04] <cite> Did he just climax? [16:52:05] <cite> ;-) [16:52:08] <plee> dam85, do you know why it works= [16:52:11] <plee> ? [16:52:27] *** davividal has quit IRC [16:53:03] <dam85> yes i see [16:53:16] <dam85> it add $myhostname in mydestination [16:53:25] <dam85> i see [16:53:26] <dam85> mydestination = /etc/postfix/local-host-names, $myhostname [16:53:51] <dam85> so is correct right? [16:54:03] <dam85> have i do to other modifies ? [16:54:15] <plee> $myhostname can also be a fqdn (fully qualified domain name) as in linux.com [16:54:22] *** nphase_ has joined #postfix [16:54:26] *** nphase_ has quit IRC [16:55:03] *** seekwill has joined #postfix [16:55:04] <plee> dam85, so, that $myhostname does the job for you, instead of typing in domain.com. [16:56:02] <dam85> ok perfect!!! [16:58:30] <manguz> good morning, i ve set up, my mail server, with postfix with smtp auth, but strange, my users are getting lot of spam, from themselves, to themselves, [16:59:12] <dam85> plee how to set postfix to sent wmail to @hotmail.it [16:59:33] <manguz> http://pastebin.com/mc92dfbb, [16:59:34] <plee> You should read up some on http://www.postfix.org so that you get to understand more of the process and also learn more of the options in the config files. Those things would enable you to make your mailserver perform better and also make it more secure in use. [16:59:48] *** pitakill has joined #postfix [16:59:52] <dam85> ok [17:00:04] *** tombar_ has joined #postfix [17:00:06] <manguz> what could be wrong with my conf [17:00:16] <dam85> i reconnet later [17:00:16] *** blackflag has joined #postfix [17:00:17] <dam85> bye [17:00:19] <dam85> thanks a lot!! [17:00:21] <dam85> bye [17:00:24] *** dam85 has quit IRC [17:01:24] <manguz> yea understand a bit how postfix works [17:01:52] <manguz> maybe something wrong with my smtpd_recipient_restrictions [17:02:51] <manguz> but, im clueless about what could be the exact error [17:03:17] *** tombar has quit IRC [17:03:23] *** blackflag has quit IRC [17:03:54] *** blackflag has joined #postfix [17:06:26] *** suprsonic has joined #postfix [17:08:23] <plee> manguz, hopefully someone here can help.. I don't know enough to be able to assist you :) [17:09:00] <manguz> ok thanks [17:11:03] <Roobarb> manguz: having the envelope From/To addresses the same in spam, is a common problem. [17:11:29] <seekwill> eh [17:11:42] <seekwill> A lot of people bcc to themselves [17:12:19] <seekwill> !cheatsheet [17:12:20] <knoba> seekwill: "cheatsheet" : http://jimsun.linxnet.com/misc/postfix-anti-UCE.txt : A HOWTO for pre-DATA spam control. [17:12:24] <seekwill> manguz: --^ ? [17:12:31] <manguz> yep [17:12:56] <seekwill> SA/dspam? [17:13:11] <manguz> yea [17:13:26] <manguz> from/to addresses same in spam as Roobarb said [17:13:38] <seekwill> That's not a good way to identify spam [17:13:42] <seekwill> I.e., don't do it [17:13:48] <suprsonic> when injecting back into local, are UCE controls evaluated? [17:13:55] <manguz> ah im using mailscanner [17:14:01] <manguz> with spamassassin [17:14:33] <manguz> let me tell you versions [17:14:44] <seekwill> That isn't going to help [17:14:46] <suprsonic> manguz Im currently moving off of mailscanner, whats the issue? [17:14:52] <seekwill> You need to use your tools properly [17:16:04] <manguz> mailscanner-4.69.9-3 [17:16:14] <suprsonic> whats the issue? [17:16:29] <manguz> spamassassin-3.2.5-1.el5.rf [17:16:29] <seekwill> I'd contact mailscanner for support [17:16:46] <suprsonic> this thing on? [17:16:54] <manguz> the issue is my users are getting lof of spam [17:16:56] <seekwill> Supaplex: :) [17:16:57] <seekwill> errr [17:17:00] <manguz> from themselves to themselves [17:17:01] <seekwill> suprsonic: :) [17:17:17] <seekwill> manguz: Talk to mailscanner [17:17:23] <seekwill> They can help you better [17:17:34] <suprsonic> sounds like spammers are forging [17:18:16] <seekwill> They like doing that for some reason... [17:18:21] <suprsonic> have an example email manguz? [17:18:25] <manguz> yep [17:18:31] <suprsonic> send me an example [17:18:33] <manguz> ok [17:18:41] <manguz> whats your mail [17:18:48] <suprsonic> PM [17:19:00] <manguz> ok thanks [17:19:23] <suprsonic> full email with headers [17:19:29] <suprsonic> not a forward or a reply [17:21:22] <manguz> done [17:21:31] <manguz> i ve sent the mail [17:21:44] <suprsonic> okay [17:21:48] <suprsonic> waiting on greylisting [17:21:53] <suprsonic> this a new install? [17:22:09] <manguz> yep [17:22:13] <manguz> fresh [17:22:30] <suprsonic> what os? [17:22:45] <manguz> centos 5.1 [17:22:58] <suprsonic> public and private mail flowing through mailscanner? [17:23:11] <manguz> with postfix-2.3.3-2.1.el5_2 [17:23:21] <manguz> yea both of them [17:23:38] <suprsonic> alright [17:23:51] <manguz> im belive its a postfix thing instead of mailscanner [17:24:03] <manguz> but if you want i can paste you my ms conf [17:24:20] <manguz> and its related to something with smtp-auth [17:24:21] <suprsonic> sounds like spammers are forging email addresses [17:24:41] <manguz> and smptd_recipient_restrictions [17:24:45] <seekwill> Why do you believe it is postfix instead of MS, or related to smtp-auth? [17:25:35] <manguz> because, the spam mail has on the headers the same username and domain as the real username [17:25:41] <manguz> for example [17:25:50] <manguz> felipe.ceballos at disan dot com.co [17:26:14] <seekwill> Like suprsonic has been saying, spam messages forge those. [17:26:32] <seekwill> Look at your headers, check the IP address of where the message came from [17:27:00] <seekwill> Or pastebin the headers [17:27:04] <manguz> ok [17:27:05] <seekwill> Full, intact. [17:28:56] <manguz> http://pastebin.com/m593762f4 [17:30:06] <plee> looks like a forged one [17:30:10] <seekwill> :) [17:30:32] <seekwill> See that "Received" header? [17:30:55] <manguz> yep// [17:31:01] <suprsonic> 190.41.22.44 your box? [17:31:02] <manguz> so, how can i solve this problem ? [17:31:19] <seekwill> Like I said from the start [17:31:19] <suprsonic> or a computer on your network [17:31:30] <manguz> no [17:31:51] <seekwill> Contact Mailscanner, and learn how to use your tools properly [17:31:56] <manguz> or maybe i think it could be a virus on a inffected machine on the lan [17:32:15] *** phnord has quit IRC [17:32:15] <seekwill> That IP is listed on Spamhaus [17:32:15] <seekwill> CBL [17:32:23] <plee> manguz, that could be a possibility [17:32:25] <suprsonic> is that a LAN ip? [17:32:44] <suprsonic> nm seekwill answered the question [17:33:14] <manguz> maybe a strange virus making spoofing [17:33:40] <seekwill> YES [17:33:47] <seekwill> You got it! [17:33:56] <seekwill> Now talk to Mailscanner and find out why that wasn't caught [17:34:03] <suprsonic> hold up [17:34:13] <suprsonic> you're saying 190.41.22.44 is on your LAN? [17:34:40] <seekwill> A public IP? [17:34:48] *** |_Knoedel_| has quit IRC [17:34:56] <suprsonic> he can be hosting a public range [17:34:59] <suprsonic> I have no idea [17:35:06] <suprsonic> he's the one talking about it might being a virus [17:35:18] <seekwill> I think he's shooting in the dark [17:35:21] <manguz> no its not on the lan [17:35:44] <manguz> my lan range is 192.168.249.0/2 [17:35:46] <manguz> sorry [17:35:48] <manguz> my lan range is 192.168.249.0/24 [17:36:03] <suprsonic> then blacklist the address at the postfix level [17:36:07] <suprsonic> just for starters [17:36:21] <seekwill> Well, shouldn't it be done via mailscanner? [17:36:55] <suprsonic> why waste cpu cycles on something you can stop at the border? [17:37:02] <suprsonic> stop it from postfix first [17:37:08] <seekwill> MS doesn't do that? [17:37:21] <seekwill> When I referred him to the predata cheatsheet, he said "yes" [17:37:42] <suprsonic> they do, but you're wasting cycles by having it scanned when you KNOW its spam. [17:37:55] <suprsonic> just to make it stop for now seekwill [17:38:03] <seekwill> ah, I didn't know how MS worked. [17:38:33] * seekwill makes too many bad assumptions :/ [17:40:13] <seekwill> !cheatsheet [17:40:13] <knoba> seekwill: "cheatsheet" : http://jimsun.linxnet.com/misc/postfix-anti-UCE.txt : A HOWTO for pre-DATA spam control. [17:40:18] <seekwill> manguz: --^ again... [17:40:54] <manguz> ok thanks [17:43:08] <suprsonic> postfix should take care of his issue, not mailscanner [17:44:05] <seekwill> suprsonic: When I mentioned the cheatsheet before, he said "yep" so I assumed that mailscanner handled this somehow. [17:44:13] <suprsonic> ah [17:44:56] <plee> I really want to setup my mailserver again.. [17:45:18] <seekwill> I really don't care much for prepackaged solutions like that... [17:46:41] <suprsonic> move to dspam plee [17:46:57] <suprsonic> that's what Im doing. [17:47:14] <seekwill> Run both :) [17:47:19] <seekwill> SA and dspam [17:47:31] <suprsonic> which produces better results? [17:47:46] <suprsonic> sa is just a beast to run [17:47:53] <seekwill> Spam detection is a beast [17:47:54] <suprsonic> dspam is lightning quick and small. [17:48:49] <plee> yeah :) want to start with setting up the host as it should.. it was kind of a rush job when it was done last time [17:55:06] <suprsonic> but there are some great features in mailscanner [17:55:20] *** shal3r has quit IRC [17:55:33] *** tshine has left #postfix [17:56:04] <suprsonic> I just had a client that seriously messed up their exchange server and mailscanner saved the day because it saved all incoming messages. So I ran a sql query and requeued all of the mail they recieved durning their downtime. [18:03:59] <seekwill> eh.... [18:12:53] *** netcrash has quit IRC [18:16:34] *** Pazzo has quit IRC [18:26:38] *** deadpigeon has joined #postfix [18:26:38] *** xnixan has joined #postfix [18:29:31] *** BuenGenio has quit IRC [18:33:54] *** Knoedel2 has joined #postfix [18:39:34] *** hipodilski has joined #postfix [18:40:13] *** ki_ has joined #postfix [18:41:09] <hipodilski> I'm trying to setup postfix+smtp auth for some stupid reason (can't really figure it out), the smtp auth is not working I receive the error mail server does not support secure authentication could you please point me where should I check ? I have few variables in /etc/postfix/main.cf that enables secure auth [18:41:20] *** suprsonic has left #postfix [18:43:11] <plee> what sasl client are you using? [18:43:47] <plee> or sasl-auth I mean [18:44:20] <hipodilski> plee: thunderbird [18:44:27] <hipodilski> for a mail client [18:44:54] <plee> yeah.. that was a typo from me.. what sasl-auth are you using on the mail server? [18:45:20] <hipodilski> plee: how can I determine I'm new to postfix until now I always used qmail [18:45:23] <plee> as in dovecot / cyrus-sasl ? [18:45:29] <hipodilski> plee: dovecot [18:45:49] <plee> ok :) [18:45:54] <hipodilski> plee: so? [18:46:00] <plee> can you pastebin your main.cf? [18:46:06] <hipodilski> plee: yes sure [18:46:26] <plee> brb, getting icecream :) [18:46:34] <Supaplex> get us some [18:46:37] <plee> sure [18:47:23] <plee> back [18:47:42] <hipodilski> plee: http://pastebin.com/d4e5b7ba8 [18:48:43] *** githogori has quit IRC [18:50:32] <plee> have any error messages? [18:51:07] <hipodilski> plee: in mail.log, no [18:51:33] <hipodilski> plee: I think I have configured all the right way? [18:52:38] <plee> try smtpd_sasl_type = dovecot [18:52:59] <plee> and smtpd_sasl_path P [18:53:10] <plee> and smtpd_sasl_path = private/auth [18:53:26] <plee> forget the : smtpd_sasl_path P [18:55:28] <hipodilski> plee: tried that one, and nothing changed same shit? anything else I might try? [18:56:29] <plee> do you know if dovecot works as it should? [18:57:42] <hipodilski> plee: well I don't know I hope so [18:57:50] <hipodilski> can I check it somehow I followed a tutorial online [18:58:07] <plee> which tutorial? [18:58:55] <hipodilski> http://www.debianadmin.com/debian-mail-server-setup-with-postfix-dovecot-sasl-squirrel-mail.html [18:58:59] <hipodilski> this one [18:59:01] *** BuenGenio has joined #postfix [19:01:16] <plee> well, you need that smtpd_sasl_type = dovecot and smtpd_sasl_path = private/auth [19:03:09] <plee> and then you should check with the guys in dovecot, to find out how to check if your dovecot setup is working [19:08:10] <hipodilski> plee: probably I'll just abandon my efforts and give qmail a go since I'm familiar with it [19:09:30] <plee> well, postfix and dovecot is quite nice. :) I believe that as what it does, it nails my needs perfect. :) [19:14:11] *** amrit is now known as amrit|wrk [19:15:10] <plee> hipodilski, but does it work without tls? [19:16:25] <hipodilski> plee: well apparently it doesn't since I have ticked "use TLS if available" in thunder bird [19:18:30] *** Zeit|awy_ has quit IRC [19:18:36] <plee> what does mail.err say? [19:21:01] <hipodilski> plee: nothing in mail.err [19:23:27] *** ki__ has joined #postfix [19:23:53] <plee> hipodilski, have a look at this, http://www.postfix.org/SASL_README.html [19:25:06] <plee> I think that the howto you posted was kinda small. There should be some more info and how to test the different services. [19:25:12] *** Zeit|awy has joined #postfix [19:26:56] *** tshine has joined #postfix [19:32:09] *** niki has joined #postfix [19:36:19] <hipodilski> plee: I have everything form the README in my conf my dovecot.conf look OK so I'll just drop it the good old qmail will do the trick [19:38:06] <plee> yeah, it would be better if some of the other guys had been here. :) [19:38:17] *** ploploop has joined #postfix [19:38:32] <plee> a good deal of them know alot more than me :) [19:40:55] *** ki_ has quit IRC [19:46:14] *** F6F has joined #postfix [19:47:22] *** hal1on has quit IRC [19:55:19] *** brancaleone has quit IRC [19:58:00] *** xnixan_ has joined #postfix [20:00:04] *** dp_ has joined #postfix [20:00:15] <dp_> what is the difference between aliases and virtual aliases? [20:00:37] <growltiger> aliases are for local users [20:00:56] <dp_> ok [20:01:36] <growltiger> !virtual [20:01:38] <knoba> growltiger: "virtual" : a way to configure additional domains and user accounts (that do not need to exist in your /etc/passwd). See: http://www.postfix.org/VIRTUAL_README.html [20:01:53] <dp_> I'm using a mysql based virtual alias table, and I want to have the message delivered to some program, instead of an address. can you tell me what the deliver to should be? [20:02:43] <growltiger> !mailbox_command [20:02:44] <knoba> growltiger: "mailbox_command" : a configuration parameter in the main.cf: Optional external command that the local(8) delivery agent should use for mailbox delivery. The command is run as the recipient. Exception: command delivery for root executes with $default_user privileges. [20:04:13] <dp_> which, I assume, has nothing to do with transports? [20:07:28] *** pirho has quit IRC [20:08:08] *** hparker has joined #postfix [20:08:10] *** muecke77 has joined #postfix [20:08:57] *** pirho has joined #postfix [20:09:04] *** muecke77 has quit IRC [20:09:09] *** muecke77 has joined #postfix [20:10:26] *** ploploop has quit IRC [20:14:42] *** xnixan has quit IRC [20:20:26] *** githogori has joined #postfix [20:28:21] *** hal1on has joined #postfix [20:29:02] *** muecke77 has quit IRC [20:31:20] *** gutocarvalho has quit IRC [20:31:54] *** alienbrain has quit IRC [20:32:09] *** rouri has joined #postfix [20:35:58] *** dp_ has left #postfix [20:41:48] *** dp_ has joined #postfix [20:42:33] <dp_> I know about the mailbox command, but that seems overkill for what I'm wanting to do, which is just pipe all mail for a single virtual alias (or possibly user) to a command. is that possible? [20:46:47] *** mib_waqa63 has joined #postfix [20:48:37] <mib_waqa63> hey, i currently have postfix running but auditd.conf requires /usr/lib/sendmail which i didnt see mentioned during installation [20:48:45] <mib_waqa63> what should i do about that [20:53:20] <mib_waqa63> i tried a symlink to /usr/sbin/sendmail.postfix but that didnt get auditd working [20:54:41] *** mib_waqa63 is now known as grkblood13 [20:56:59] * c00l2sv help [20:57:28] * c00l2sv nu are nimeni chef s? ajute un pic la traducerea WordPress-ului (300 de stringuri au mai r?mas!) [20:57:34] <growltiger> make the recipient | /path/to/command $args [20:57:49] * c00l2sv http://tradu.softwareliber.ro [20:58:52] *** havvg has joined #postfix [20:59:19] <hipodilski> plee: thanks for your help. it's running qmail+vpopmail already works like a charm :) [20:59:28] *** hipodilski has left #postfix [21:03:19] *** muecke77 has joined #postfix [21:06:44] *** dp_ has left #postfix [21:07:42] *** cdavis_ has joined #postfix [21:07:58] *** rouri has quit IRC [21:08:14] <cdavis_> What would be a good mechanism for me to research to automatically put spam tagged messages into a folder in each users virtual maildir? [21:10:13] <manguz> cdavis using sieve [21:10:37] <manguz> look this howto: http://www.vogelweith.com/debian_server/07_postfix.php [21:10:41] <manguz> it explains how. [21:18:19] <cdavis_> thanks [21:25:25] *** cdavis_ has quit IRC [21:36:41] *** BuenGenio has quit IRC [21:40:58] *** grkblood13 has quit IRC [21:44:27] *** cpm has quit IRC [21:48:43] *** eanxgeek has quit IRC [22:04:51] *** bahadunn has quit IRC [22:05:02] *** bahadunn has joined #postfix [22:07:10] *** cilly has joined #postfix [22:07:23] *** AcTiVaTe has quit IRC [22:13:16] *** bpgoldsb_ has joined #postfix [22:15:01] *** mypenquinisl33t has joined #postfix [22:15:31] *** sknox has joined #postfix [22:17:23] *** sknox has quit IRC [22:17:50] *** deftunix has joined #postfix [22:18:38] <deftunix> how can i customizing overquota bounce message? [22:19:19] <manguz> it depends of your imap/pop server [22:19:24] *** x-spec-t has joined #postfix [22:19:39] <manguz> or procmail [22:20:20] *** Spec has quit IRC [22:20:41] <sysmonk> or postfix bounce template. [22:20:54] <sysmonk> !bounce_template_file [22:20:54] <deftunix> postfix bounce template [22:20:55] <knoba> sysmonk: "bounce_template_file" : Pathname of a configuration file with bounce message templates. These override the built-in templates of delivery status notification (DSN) messages for undeliverable mail, for delayed mail, successful delivery, or delivery verification. The bounce(5) manual page describes how to edit and test template files. [22:21:17] <deftunix> who is the dsn for overquota? [22:22:22] *** alienbrain has joined #postfix [22:22:39] *** BuenGenio has joined #postfix [22:24:38] *** havvg has quit IRC [22:26:07] *** ikaro has joined #postfix [22:32:48] *** deadpigeon has quit IRC [22:33:04] *** mypenquinisl33t has quit IRC [22:35:35] *** Zeit|awy has quit IRC [22:41:00] *** martianixor has quit IRC [22:43:33] *** hal1on has quit IRC [22:48:45] *** muecke77 has quit IRC [22:48:50] *** alienbrain has quit IRC [22:49:43] *** alienbrain has joined #postfix [22:51:35] *** xnixan__ has joined #postfix [22:55:57] *** pitakill has quit IRC [23:04:44] *** Niemi_ has quit IRC [23:04:58] *** deftunix has quit IRC [23:06:50] *** cilly has quit IRC [23:06:54] *** xnixan_ has quit IRC [23:07:48] *** martianixor has joined #postfix [23:08:18] *** carl- has joined #postfix [23:21:01] *** bpgoldsb_ has quit IRC [23:25:14] *** hal1on has joined #postfix [23:28:04] *** manguz has quit IRC [23:30:15] *** elliottcable has joined #Postfix [23:30:17] *** elliottcable has left #Postfix [23:31:08] *** Jippi has joined #postfix [23:31:44] <Jippi> Can anyone recommend a good guide migrating from sendmail to psotfix ? :) [23:33:53] *** cos has left #postfix [23:34:19] *** F6F has quit IRC [23:36:32] *** Pazzo has joined #postfix [23:44:45] *** chadmaynard has joined #postfix [23:45:26] *** carl- has quit IRC [23:55:21] <growltiger> you just install it and it will use your sendmail settings [23:55:53] *** Knoedel2 has quit IRC [23:56:52] *** adnc has quit IRC