Switch to DuckDuckGo Search
   January 23, 2020  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >

Toggle Join/Part | bottom
[00:24:40] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has joined #postfix
[00:26:36] *** shibboleth <shibboleth!~shibbolet@gateway/tor-sasl/shibboleth> has quit IRC (Quit: shibboleth)
[00:29:27] *** jamiejackson <jamiejackson!c7df1efe@gateway/web/cgi-irc/kiwiirc.com/ip.199.223.30.254> has quit IRC (Remote host closed the connection)
[01:13:00] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has quit IRC (Ping timeout: 258 seconds)
[01:18:27] *** n_1-c_k <n_1-c_k!~n_1-c_k@2a02:8010:63a6::70> has quit IRC (Read error: Connection reset by peer)
[01:18:53] *** n_1-c_k <n_1-c_k!~n_1-c_k@2a02:8010:63a6::70> has joined #postfix
[01:26:51] *** Guest37 <Guest37!~textual@24.115.64.239.res-cmts.sesp.ptd.net> has joined #postfix
[01:27:44] *** Guest37 <Guest37!~textual@24.115.64.239.res-cmts.sesp.ptd.net> has left #postfix
[01:28:07] *** esk1mo <esk1mo!~textual@24.115.64.239.res-cmts.sesp.ptd.net> has joined #postfix
[01:28:13] <esk1mo> hey there
[01:28:41] <esk1mo> my emails don't seem to be sending as html, any idea what the issue could be?
[01:28:44] <esk1mo> not sure what to even try
[01:29:41] <ek> esk1mo: How are you sending the emails?
[01:29:46] <esk1mo> using phpmailer
[01:30:00] <esk1mo> i was previously using sendgrid, and everything was fine, but going through postfix seems to break the html?
[01:31:41] <esk1mo> when comparing the headers of both sent from sendgrid, and postfix everything looks identlca
[01:32:53] <ek> Yeah. I can't think of anyting that Postfix would do that would change formatting unless you really dug deep. It simply sends the data provided to it.
[01:33:06] <esk1mo> yeah i couldn't think of anythign to check
[01:33:14] <esk1mo> not sure why it works fine through send grid
[01:33:58] <ek> I'm not familiar with send grid but if nothing has changed with that it's certainly interesting.
[01:34:11] <esk1mo> yep, only changed smtp settings
[01:34:22] <esk1mo> and if i just switch those back to sendgrid it sends fine again
[01:34:28] <esk1mo> very strange
[01:34:46] <esk1mo> figured maybe theres something with postfix blocking it
[01:35:03] <rob0> nope
[01:35:33] <rob0> Postfix takes what it gets, and transports it
[01:35:58] <esk1mo> hrmmmmm
[01:36:38] <rob0> of course GIGO applies; if your mail is malformed, Postfix cleans it up to be RFC 5322-compliant and sends that on.
[01:36:39] <ek> esk1mo: What OS are you sending mail with?
[01:36:51] <esk1mo> ubuntu 18.04
[01:38:23] <esk1mo> and yeah rob0 just checked the body, the body is identical too
[01:38:28] <esk1mo> i'm so confused
[01:38:30] <ek> And the phpmailer application does or does not specify a format (or "Content-type")?
[01:38:55] <esk1mo> it does have an isHTML variable, but i tried to add content-type manually too
[01:38:57] <esk1mo> just in case
[01:39:25] <ek> It may be just the way that the application is sending the mail. Postfix *MAY* be cleaning it up like rob0 suggested. It's hard to say.
[01:40:20] <ek> If you send one via send grid and one via Postfix and compare the raw data, there should be a difference.
[01:40:29] <esk1mo> i just checked
[01:40:32] <esk1mo> no differences at all
[01:40:39] <ek> Unless the client is parsing it differently for some reason.
[01:40:59] <esk1mo> gmail web displays fine, but multiple mail clients on mac and ios are messed up
[01:43:11] <ek> Well, poop. I'm by no means an expert so I'm stumped. I've never seen that before. Any chance you could try a different sending method and see if the issue persists?
[01:43:36] <esk1mo> i don't really know how to any other way
[01:43:40] <ek> Like, maybe use mail(x) or something?
[01:43:42] <esk1mo> i'm definitely not an emailing expert
[01:46:50] <ek> Looks like there are some alternatives using a quick search for phpmailer alternatives.
[01:47:46] <ek> Maybe give one of those a shot and see if the issue remains? I really don't see how Postfix could be changing any of the formatting of something like that.
[01:47:50] * ek be's stumped
[01:48:50] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has joined #postfix
[01:55:33] <esk1mo> yeah it's gotta be the headers or something
[01:55:50] <esk1mo> i just took the body and everything the same
[01:55:52] <esk1mo> ughh
[01:56:27] <esk1mo> i'll difftool the headers and see
[01:57:28] <ek> esk1mo: Seems reasonable.
[01:57:49] <esk1mo> lol only difference is the ip and signatures
[01:57:53] <esk1mo> and message id and such
[01:58:08] <esk1mo> same content-type and charset
[01:58:13] <esk1mo> reeeeeee
[01:59:54] <esk1mo> i guess i'm left to assume it's a mail client bug
[01:59:56] <esk1mo> idk
[02:01:57] <rob0> Did you find a phpmailer channel which might be able to help? If not there is ##email , where this would be on topic, but not likely to have anyone who could help with it.
[02:02:59] <esk1mo> it's sending exactly the same
[02:03:11] <esk1mo> i don't think it's related to phpmailer
[02:03:34] <rob0> I am sure it's not related to Postfix.
[02:03:45] <esk1mo> yeah
[02:03:48] <esk1mo> it's gotta be something client side
[02:04:19] <esk1mo> i'll send the email to employees and have them try on all their devices and see
[02:04:41] <rob0> they'll love you for that ;)
[02:05:46] *** delacroix <delacroix!~delacroix@ip5b43a60b.dynamic.kabel-deutschland.de> has quit IRC (Write error: Connection reset by peer)
[02:06:31] <ek> Haha.
[02:06:45] <ek> Anyone willing to help is good!
[02:12:50] <esk1mo> dumb question, how can i see how many emails were succesfully sent?
[02:12:57] <esk1mo> aka not blocked, bounced etc
[02:13:07] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has quit IRC (Ping timeout: 268 seconds)
[02:14:14] <ek> esk1mo: Just check the mail log (likely /var/log/mail.log or something similar).
[02:15:02] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has joined #postfix
[02:16:57] <thumbs> if you do end up with a postfix question, do follow the /topic
[02:20:15] <ek> hello, thumbs. Long time, no chat. :)
[02:20:29] <thumbs> hullo
[02:20:44] <esk1mo> but what does a successful send output look like
[02:20:55] <thumbs> esk1mo: can we see what the /topic requires?
[02:21:37] <rob0> !logging
[02:21:37] <esk1mo> there are no relevant logs
[02:21:38] <knoba> rob0: Error: "logging" is not a valid command.
[02:21:49] <esk1mo> and my config is irrelevant as well
[02:21:54] <ek> esk1mo: It'll show a successful queue on the remote SMTP side.
[02:22:15] <rob0> if there are no logs you do have problems,
[02:22:20] <esk1mo> there are logs
[02:22:20] <rob0> !nologs
[02:22:20] <knoba> rob0: Nothing in your mail logs commonly means one of two things: either your syslogd is broken (try restarting it), or the connections are not coming to your server. Check your firewall/networking and the DNS for the domain in question. also see !logs.
[02:22:21] <esk1mo> lots of logs
[02:22:30] <esk1mo> but what looks like all errors
[02:22:35] <esk1mo> i want to know what a success looks like
[02:22:39] <esk1mo> thats all
[02:22:45] <thumbs> it depends on the message....
[02:22:48] <ek> esk1mo: Paste your logs somewhere.
[02:22:59] <rob0> !whatis relevant_logs 2
[02:22:59] <knoba> rob0: Error: That's not a valid number for that key.
[02:23:08] <rob0> !whatis relevant_logs
[02:23:08] <knoba> rob0: mail.* syslog Postfix log messages (NOT verbose, see !no_verbose) which show ONLY the entire handling of a single mail which illustrates the issue with which you want help. Random selections from your mail log are not adequate. IMAP/POP3 daemons and external delivery agents often log to the same syslog facility and should not be shown. Also see http://rob0.nodns4.us/postfix-logging
[02:23:20] <esk1mo> bruh
[02:23:32] <rob0> I think there might be an example in the link
[02:23:48] <rob0> you can find tons of them online
[02:24:20] <ek> Crap. I need to go build some book shelves. I'll be back in a little bit.
[02:24:25] <thumbs> let's not turn belligerent. Do your homework
[02:24:33] <esk1mo> ok so, this is simple
[02:24:42] <esk1mo> a success contains "250"
[02:24:49] <esk1mo> now why did you need my logs?
[02:24:57] <esk1mo> or status=sent
[02:25:47] <rob0> status=sent, yes
[02:26:00] <esk1mo> yep that's all i needed to know
[02:26:06] <esk1mo> so i can judge how many actually get sent and not blocked
[02:26:18] <esk1mo> not sure why thumbs is anal about logs for no reason
[02:26:21] <rob0> it would start with postfix/smtp[$PID]
[02:26:28] <rob0> err, no.
[02:26:36] <rob0> Don't get belligerent
[02:26:49] <esk1mo> yeah you're right rob0 postfix/smtp[pid]
[02:27:28] <esk1mo> well at least 800 of my 4k emails were delivered
[02:27:33] <esk1mo> lol
[02:29:41] <esk1mo> for anyone else curious, pflogsumm seems pretty neat
[02:29:48] <esk1mo> pflogsumm --detail 0 -d today /var/log/mail.log
[02:29:52] <esk1mo> gives you a nice little breakdown
[02:56:08] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has quit IRC (Ping timeout: 260 seconds)
[03:26:19] *** delacroix <delacroix!~delacroix@2a02:810c:640:e00:48bc:bfff:feb7:af31> has joined #postfix
[03:32:14] *** delacroix <delacroix!~delacroix@2a02:810c:640:e00:48bc:bfff:feb7:af31> has quit IRC (Quit: ZNC - http://znc.in)
[03:33:43] *** Blubberbop <Blubberbop!~quassel@187.211.1.108> has joined #postfix
[03:34:19] *** delacroix <delacroix!~delacroix@2a02:810c:640:e00:48bc:bfff:feb7:af31> has joined #postfix
[03:36:33] *** delacroix <delacroix!~delacroix@2a02:810c:640:e00:48bc:bfff:feb7:af31> has quit IRC (Client Quit)
[03:37:17] *** esk1mo <esk1mo!~textual@24.115.64.239.res-cmts.sesp.ptd.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[03:44:25] *** nyov is now known as Guest16127
[03:44:25] *** Guest16127 <Guest16127!~nyov@unaffiliated/nyov> has quit IRC (Killed (hitchcock.freenode.net (Nickname regained by services)))
[03:44:33] *** nyov <nyov!~nyov@unaffiliated/nyov> has joined #postfix
[03:51:59] *** delacroix <delacroix!~delacroix@91.67.166.11> has joined #postfix
[03:55:03] *** vetru <vetru!~vetru@gateway/tor-sasl/vetr> has quit IRC (Ping timeout: 240 seconds)
[03:55:23] *** delacroix <delacroix!~delacroix@91.67.166.11> has quit IRC (Client Quit)
[03:57:42] *** delacroix <delacroix!~delacroix@91.67.166.11> has joined #postfix
[03:58:52] *** vetru <vetru!~vetru@gateway/tor-sasl/vetr> has joined #postfix
[04:00:46] *** delacroix <delacroix!~delacroix@91.67.166.11> has quit IRC (Client Quit)
[04:02:52] *** delacroix <delacroix!~delacroix@91.67.166.11> has joined #postfix
[04:07:39] *** wonderworld <wonderworld!~wonderwor@unaffiliated/wonderworld> has quit IRC (Ping timeout: 240 seconds)
[04:07:46] *** wonderworld <wonderworld!~wonderwor@ip-84-119-185-50.unity-media.net> has joined #postfix
[04:08:57] *** delacroix <delacroix!~delacroix@91.67.166.11> has quit IRC (Quit: ZNC - http://znc.in)
[04:16:27] *** ehrenreich <ehrenreich!~ehrenreic@85.191.216.141> has quit IRC (Ping timeout: 240 seconds)
[04:22:58] *** delacroix <delacroix!~delacroix@91.67.166.11> has joined #postfix
[04:38:13] *** delacroix <delacroix!~delacroix@91.67.166.11> has quit IRC (Quit: ZNC - http://znc.in)
[04:42:28] *** ehrenreich <ehrenreich!~ehrenreic@85.191.216.141> has joined #postfix
[04:42:40] *** delacroix <delacroix!~delacroix@ip5b43a60b.dynamic.kabel-deutschland.de> has joined #postfix
[04:43:29] *** delacroix <delacroix!~delacroix@ip5b43a60b.dynamic.kabel-deutschland.de> has quit IRC (Client Quit)
[04:58:41] *** delacroix <delacroix!~delacroix@2a02:810c:640:e00:48bc:bfff:feb7:af31> has joined #postfix
[05:02:09] *** delacroix <delacroix!~delacroix@2a02:810c:640:e00:48bc:bfff:feb7:af31> has quit IRC (Client Quit)
[05:04:09] *** delacroix <delacroix!~delacroix@2a02:810c:640:e00:48bc:bfff:feb7:af31> has joined #postfix
[05:07:26] *** eelstrebor <eelstrebor!~eelstrebo@216-75-116-100.scb.ne.static.allophone.net> has quit IRC (Quit: Ex-Chat)
[05:22:03] *** Blubberbop <Blubberbop!~quassel@187.211.1.108> has quit IRC (Ping timeout: 240 seconds)
[05:25:25] *** delacroix <delacroix!~delacroix@2a02:810c:640:e00:48bc:bfff:feb7:af31> has quit IRC (Quit: ZNC - http://znc.in)
[05:27:40] *** n_1-c_k <n_1-c_k!~n_1-c_k@2a02:8010:63a6::70> has quit IRC (Read error: Connection reset by peer)
[05:28:04] *** n_1-c_k <n_1-c_k!~n_1-c_k@2a02:8010:63a6::70> has joined #postfix
[06:36:20] *** NonFree <NonFree!NonFree@gateway/vpn/privateinternetaccess/jasjar> has joined #postfix
[06:37:03] *** NonFree_ <NonFree_!NonFree@gateway/vpn/privateinternetaccess/jasjar> has quit IRC (Ping timeout: 268 seconds)
[06:44:06] *** Ner0Zer0 <Ner0Zer0!~Ner0Zer0@87.253.63.54> has joined #postfix
[06:44:42] *** Ner0Zer0 <Ner0Zer0!~Ner0Zer0@87.253.63.54> has quit IRC (Remote host closed the connection)
[07:09:53] *** ghoti <ghoti!~paul@dhcp-108-168-13-54.cable.user.start.ca> has quit IRC (Ping timeout: 258 seconds)
[07:11:29] *** ghoti <ghoti!~paul@dhcp-108-168-13-54.cable.user.start.ca> has joined #postfix
[07:17:01] *** led_dark_1 <led_dark_1!~Thunderbi@217.66.160.14> has quit IRC (Quit: led_dark_1)
[07:22:13] *** led_dark_1 <led_dark_1!~Thunderbi@217.66.160.14> has joined #postfix
[07:49:01] *** neo4 <neo4!~Thunderbi@212-247-92-178.pool.ukrtel.net> has quit IRC (Ping timeout: 268 seconds)
[07:51:13] *** deksar <deksar!~deksar@unaffiliated/deksar> has quit IRC (Disconnected by services)
[08:21:44] *** Noti <Noti!~steffan@185.2.243.3> has joined #postfix
[08:32:52] *** Noti <Noti!~steffan@185.2.243.3> has quit IRC (Quit: Konversation terminated!)
[08:35:22] *** Noti <Noti!~steffan@185.2.243.3> has joined #postfix
[08:58:28] *** sep <sep!~sep@2a05:6d40:0:147:ae1f:6bff:fef6:4afe> has quit IRC (*.net *.split)
[08:58:28] *** ih8wndz <ih8wndz!jwpierce3@000.srv.trnkmstr.com> has quit IRC (*.net *.split)
[08:58:29] *** Kelsar <Kelsar!~quassel@unaffiliated/kelsar> has quit IRC (*.net *.split)
[08:58:29] *** knoba <knoba!~limnoria@yoda.workaround.org> has quit IRC (*.net *.split)
[08:58:29] *** niee <niee!~user@MINE.THE.GAP.MEDOLINA.INFO> has quit IRC (*.net *.split)
[08:58:29] *** moviuro <moviuro!~moviuro@znc.popho.be> has quit IRC (*.net *.split)
[08:58:29] *** crest <crest!~quassel@sb27.bultmann.eu> has quit IRC (*.net *.split)
[08:58:30] *** Marc3l_ <Marc3l_!~Marc3l@unaffiliated/marc3l> has quit IRC (*.net *.split)
[08:58:31] *** heredoc <heredoc!~heredoc@2a01:7e01::f03c:91ff:fec1:de1d> has quit IRC (*.net *.split)
[08:58:31] *** jonssons <jonssons!~jonjon_jo@unaffiliated/jonssons> has quit IRC (*.net *.split)
[08:58:31] *** Rhvs <Rhvs!Rhys@help.lux.melted.me> has quit IRC (*.net *.split)
[08:58:31] *** trn <trn!jhj@prone.ws> has quit IRC (*.net *.split)
[08:58:31] *** karu <karu!~karasu@puffy.mat.univie.ac.at> has quit IRC (*.net *.split)
[08:58:36] *** wings <wings!~wings@unaffiliated/wings> has quit IRC (*.net *.split)
[08:58:36] *** tmberg <tmberg!tmberg@unaffiliated/tmberg> has quit IRC (*.net *.split)
[08:58:36] *** zapata <zapata!~zapata@2a02:1748:fad4:7260:f0e9:d975:40be:29eb> has quit IRC (*.net *.split)
[08:58:36] *** hexa- <hexa-!~hexa-@juno.lossy.network> has quit IRC (*.net *.split)
[08:58:36] *** Jikan <Jikan!~Jikan@noein.haruka.fr> has quit IRC (*.net *.split)
[08:58:36] *** PeGaSuS <PeGaSuS!PeGaSuS@unaffiliated/exterminador> has quit IRC (*.net *.split)
[08:58:36] *** MrC <MrC!Ben@mrbenc.net> has quit IRC (*.net *.split)
[08:58:36] *** jink <jink!~mrjink@chat.jink.net> has quit IRC (*.net *.split)
[08:58:36] *** daemonkeeper <daemonkeeper!~arno@debian/developer/arno> has quit IRC (*.net *.split)
[08:58:37] *** giesen <giesen!~ggiesen@ego.giesen.me> has quit IRC (*.net *.split)
[08:58:37] *** agile <agile!~v@whilecoding.com> has quit IRC (*.net *.split)
[08:58:37] *** godlike <godlike!~godlike@unaffiliated/godlike> has quit IRC (*.net *.split)
[08:58:38] *** anyk_ <anyk_!~quassel@2a01:4f9:2a:1b96:2::2> has quit IRC (*.net *.split)
[08:58:38] *** fiddlerwoaroof_ <fiddlerwoaroof_!~fiddlerwo@unaffiliated/fiddlerwoaroof> has quit IRC (*.net *.split)
[08:59:08] *** SteffanW <SteffanW!~steffan@185.2.243.3> has joined #postfix
[08:59:39] *** Noti <Noti!~steffan@185.2.243.3> has quit IRC (Ping timeout: 240 seconds)
[09:02:30] *** Jikan <Jikan!~Jikan@2001:41d0:8:7844::8> has joined #postfix
[09:03:02] *** wings <wings!~wings@unaffiliated/wings> has joined #postfix
[09:03:02] *** tmberg <tmberg!tmberg@unaffiliated/tmberg> has joined #postfix
[09:03:02] *** zapata <zapata!~zapata@2a02:1748:fad4:7260:f0e9:d975:40be:29eb> has joined #postfix
[09:03:02] *** hexa- <hexa-!~hexa-@juno.lossy.network> has joined #postfix
[09:03:02] *** PeGaSuS <PeGaSuS!PeGaSuS@unaffiliated/exterminador> has joined #postfix
[09:03:02] *** MrC <MrC!Ben@mrbenc.net> has joined #postfix
[09:03:02] *** jink <jink!~mrjink@chat.jink.net> has joined #postfix
[09:03:02] *** daemonkeeper <daemonkeeper!~arno@debian/developer/arno> has joined #postfix
[09:03:02] *** giesen <giesen!~ggiesen@ego.giesen.me> has joined #postfix
[09:03:02] *** agile <agile!~v@whilecoding.com> has joined #postfix
[09:03:02] *** godlike <godlike!~godlike@unaffiliated/godlike> has joined #postfix
[09:03:02] *** anyk_ <anyk_!~quassel@2a01:4f9:2a:1b96:2::2> has joined #postfix
[09:03:02] *** fiddlerwoaroof_ <fiddlerwoaroof_!~fiddlerwo@unaffiliated/fiddlerwoaroof> has joined #postfix
[09:03:10] *** hexa- <hexa-!~hexa-@juno.lossy.network> has quit IRC (Max SendQ exceeded)
[09:04:36] *** hexa- <hexa-!~hexa-@juno.lossy.network> has joined #postfix
[09:13:02] *** delacroix <delacroix!~delacroix@2a02:810c:640:e00:48bc:bfff:feb7:af31> has joined #postfix
[09:30:03] *** kakv <kakv!uid415068@gateway/web/irccloud.com/x-nogtcclbmseeyjon> has quit IRC (Quit: Connection closed for inactivity)
[09:36:33] *** n_1-c_k <n_1-c_k!~n_1-c_k@2a02:8010:63a6::70> has quit IRC (Read error: Connection reset by peer)
[09:37:15] *** n_1-c_k <n_1-c_k!~n_1-c_k@2a02:8010:63a6::70> has joined #postfix
[09:40:34] *** delacroix <delacroix!~delacroix@2a02:810c:640:e00:48bc:bfff:feb7:af31> has quit IRC (Quit: ZNC - http://znc.in)
[09:40:57] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has joined #postfix
[09:45:46] *** sep <sep!~sep@2a05:6d40:0:147:ae1f:6bff:fef6:4afe> has joined #postfix
[09:45:46] *** ih8wndz <ih8wndz!jwpierce3@000.srv.trnkmstr.com> has joined #postfix
[09:45:46] *** Kelsar <Kelsar!~quassel@unaffiliated/kelsar> has joined #postfix
[09:45:46] *** knoba <knoba!~limnoria@yoda.workaround.org> has joined #postfix
[09:45:46] *** niee <niee!~user@MINE.THE.GAP.MEDOLINA.INFO> has joined #postfix
[09:45:46] *** moviuro <moviuro!~moviuro@znc.popho.be> has joined #postfix
[09:45:46] *** crest <crest!~quassel@sb27.bultmann.eu> has joined #postfix
[09:45:46] *** Marc3l_ <Marc3l_!~Marc3l@unaffiliated/marc3l> has joined #postfix
[09:45:46] *** jonssons <jonssons!~jonjon_jo@unaffiliated/jonssons> has joined #postfix
[09:45:46] *** heredoc <heredoc!~heredoc@2a01:7e01::f03c:91ff:fec1:de1d> has joined #postfix
[09:45:46] *** Rhvs <Rhvs!Rhys@help.lux.melted.me> has joined #postfix
[09:45:46] *** trn <trn!jhj@prone.ws> has joined #postfix
[09:45:46] *** karu <karu!~karasu@puffy.mat.univie.ac.at> has joined #postfix
[09:47:12] *** ]SiB[1 <]SiB[1!~Thunderbi@unaffiliated/sib/x-9459575> has joined #postfix
[09:47:23] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has quit IRC (Ping timeout: 245 seconds)
[09:47:23] *** ]SiB[1 is now known as ]SiB[
[10:04:24] *** ]SiB[1 <]SiB[1!~Thunderbi@unaffiliated/sib/x-9459575> has joined #postfix
[10:08:27] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has quit IRC (Ping timeout: 240 seconds)
[10:08:27] *** ]SiB[1 is now known as ]SiB[
[10:24:49] *** delacroix <delacroix!~delacroix@ip5b43a60b.dynamic.kabel-deutschland.de> has joined #postfix
[10:27:25] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has quit IRC (Ping timeout: 265 seconds)
[10:27:26] *** ]SiB[1 <]SiB[1!~Thunderbi@unaffiliated/sib/x-9459575> has joined #postfix
[10:29:47] *** ]SiB[1 is now known as ]SiB[
[11:19:32] *** Noti <Noti!~steffan@194.44.236.118> has joined #postfix
[11:20:06] *** SteffanW <SteffanW!~steffan@185.2.243.3> has quit IRC (Ping timeout: 268 seconds)
[11:50:25] *** indy <indy!~indy@dsl-static-104.213-160-167.telecom.sk> has quit IRC (Quit: ZNC - http://znc.sourceforge.net)
[11:51:40] *** sk_tandt <sk_tandt!~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it> has joined #postfix
[11:58:25] *** stemid <stemid!~avatar@i-lands.anark.ist> has left #postfix
[12:13:13] *** neo4 <neo4!~Thunderbi@212-247-92-178.pool.ukrtel.net> has joined #postfix
[12:28:50] *** delacroix <delacroix!~delacroix@ip5b43a60b.dynamic.kabel-deutschland.de> has quit IRC (Quit: ZNC - http://znc.in)
[12:30:32] *** section1 <section1!~section1@178.33.109.106> has joined #postfix
[12:30:59] *** delacroix <delacroix!~delacroix@ip5b43a60b.dynamic.kabel-deutschland.de> has joined #postfix
[12:43:44] *** Blas <Blas!~a@unaffiliated/eth1> has quit IRC (Read error: Connection reset by peer)
[12:43:59] *** Blas <Blas!~a@unaffiliated/eth1> has joined #postfix
[12:45:45] *** sk_tandt <sk_tandt!~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it> has quit IRC (Ping timeout: 246 seconds)
[12:52:49] *** ]SiB[1 <]SiB[1!~Thunderbi@unaffiliated/sib/x-9459575> has joined #postfix
[12:56:08] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has quit IRC (Ping timeout: 245 seconds)
[12:56:08] *** ]SiB[1 is now known as ]SiB[
[12:58:51] *** delacroix <delacroix!~delacroix@ip5b43a60b.dynamic.kabel-deutschland.de> has quit IRC (Quit: ZNC - http://znc.in)
[13:00:54] *** delacroix <delacroix!~delacroix@ip5b43a60b.dynamic.kabel-deutschland.de> has joined #postfix
[13:30:42] *** tester is now known as dakar
[13:30:42] *** robinho86 <robinho86!~robson@179.180.175.114> has joined #postfix
[13:48:31] *** indy <indy!~indy@dsl-static-104.213-160-167.telecom.sk> has joined #postfix
[13:59:32] *** ]SiB[1 <]SiB[1!~Thunderbi@unaffiliated/sib/x-9459575> has joined #postfix
[13:59:42] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has quit IRC (Ping timeout: 260 seconds)
[13:59:42] *** ]SiB[1 is now known as ]SiB[
[14:04:07] *** jalalsfs <jalalsfs!~jalalsfs@unaffiliated/jalalsfs> has joined #postfix
[14:05:12] *** delacroix <delacroix!~delacroix@ip5b43a60b.dynamic.kabel-deutschland.de> has quit IRC (Quit: ZNC - http://znc.in)
[14:05:52] <ntnlzr> !dnswl
[14:05:53] <knoba> ntnlzr: http://www.dnswl.org The DNS Whitelist protects against false positives from known good senders
[14:07:19] *** delacroix <delacroix!~delacroix@2a02:810c:640:e00:48bc:bfff:feb7:af31> has joined #postfix
[14:08:06] *** neo4 <neo4!~Thunderbi@212-247-92-178.pool.ukrtel.net> has quit IRC (Ping timeout: 258 seconds)
[14:19:31] *** neo4 <neo4!~Thunderbi@212-247-92-178.pool.ukrtel.net> has joined #postfix
[14:24:58] *** SteffanW <SteffanW!~steffan@185.2.243.3> has joined #postfix
[14:25:09] *** Noti <Noti!~steffan@194.44.236.118> has quit IRC (Ping timeout: 246 seconds)
[14:34:47] *** jalalsfs <jalalsfs!~jalalsfs@unaffiliated/jalalsfs> has quit IRC (Ping timeout: 268 seconds)
[15:02:25] *** jalalsfs <jalalsfs!~jalalsfs@unaffiliated/jalalsfs> has joined #postfix
[15:09:49] *** neo4 <neo4!~Thunderbi@212-247-92-178.pool.ukrtel.net> has quit IRC (Ping timeout: 258 seconds)
[15:13:14] *** n_1-c_k <n_1-c_k!~n_1-c_k@2a02:8010:63a6::70> has quit IRC (Read error: Connection reset by peer)
[15:13:47] *** n_1-c_k <n_1-c_k!~n_1-c_k@2a02:8010:63a6::70> has joined #postfix
[15:14:02] *** jalalsfs <jalalsfs!~jalalsfs@unaffiliated/jalalsfs> has quit IRC (Ping timeout: 258 seconds)
[15:18:27] *** aniketh <aniketh!uid171160@gateway/web/irccloud.com/x-zopjnylbiozwdnuy> has joined #postfix
[15:19:53] *** Poster|z <Poster|z!~poster@cpe-184-57-5-201.columbus.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[15:39:27] *** wonderworld <wonderworld!~wonderwor@unaffiliated/wonderworld> has quit IRC (Remote host closed the connection)
[15:45:51] *** gams <gams!~user@cm245-139.liwest.at> has quit IRC (Remote host closed the connection)
[16:02:21] *** tachoknight <tachoknight!~tachoknig@205.178.20.7> has quit IRC (Remote host closed the connection)
[16:12:43] <kapil_> i want to setup postfix. to send email. is there a easy to follow guide available?
[16:14:12] <kapil_> i also need easy guide to setup dns
[16:18:21] <lunaphyte> if you're using postfix, the documentation is included with it
[16:18:27] *** nsegkos <nsegkos!~Thunderbi@lfbn-ann-1-113-54.w86-220.abo.wanadoo.fr> has joined #postfix
[16:18:28] <lunaphyte> it describes how to operate the software
[16:18:36] <lunaphyte> it doesn't describe how email works though
[16:19:00] <kapil_> do i should refer http://www.postfix.org/documentation.html ?
[16:20:15] <rob0> you're going to have to learn a lot, the learning curve is steep. What is the goal? For just sending, you don't need to host your own domain's mail.
[16:20:37] <kapil_> yes, i just want to send email
[16:20:39] *** nsegkos <nsegkos!~Thunderbi@lfbn-ann-1-113-54.w86-220.abo.wanadoo.fr> has quit IRC (Client Quit)
[16:20:42] <rob0> If this is for a business, consider outsourcing.
[16:21:07] <kapil_> i dont way to pay high cost, if i am able to setup it myself
[16:21:44] <survietamine> so, you want to be able and will spend time on it?
[16:21:57] <rob0> I guess you already have an email account somewhere?
[16:22:36] <kapil_> yes i will spend time on it
[16:22:57] <kapil_> i have gmail account, but i want email account for my domain
[16:24:07] <kapil_> I want to send transnational email
[16:33:55] *** tachoknight <tachoknight!~tachoknig@205.178.20.7> has joined #postfix
[16:40:43] *** Poster|z <Poster|z!~poster@cpe-184-57-5-201.columbus.res.rr.com> has joined #postfix
[16:56:35] <tuxick> a what?
[16:56:47] *** d3lphi <d3lphi!~d3lphi@unaffiliated/d3lphi> has left #postfix
[16:59:28] *** FinboySlick <FinboySlick!~shark@74.117.40.10> has quit IRC (Quit: Leaving.)
[17:00:03] *** kakv <kakv!uid415068@gateway/web/irccloud.com/x-cvzqdguylzpnmpxw> has joined #postfix
[17:03:20] *** FinboySlick <FinboySlick!~shark@74.117.40.10> has joined #postfix
[17:06:26] *** SteffanW <SteffanW!~steffan@185.2.243.3> has quit IRC (Quit: Konversation terminated!)
[17:20:25] *** neo4 <neo4!~Thunderbi@212-247-92-178.pool.ukrtel.net> has joined #postfix
[17:22:32] <rob0> language barrier I bet; probably s/na/ac/ ("transactional email")
[17:27:01] <jimpop> or multilingual
[17:28:04] <tuxick> or unsure about nationality?
[17:29:12] <jimpop> exactly, so send 1 email witb multiple languages
[17:29:43] <survietamine> or world company having subsidiaries
[17:30:42] <rob0> And again, if money is involved, it's too important to think you can get away without spending some of it.
[17:33:44] *** mitrax <mitrax!mitrax@lfbn-ncy-1-176-119.w83-194.abo.wanadoo.fr> has joined #postfix
[17:36:21] <mitrax> hey, i compiled postfix from source and specified an alternate path as config_directory but postfix keeps looking for /etc/postfix even though when i pass the directory with the -c switch
[17:36:25] *** Human_G33k <Human_G33k!~HumanG33k@62.147.242.8> has joined #postfix
[17:38:44] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has quit IRC (Ping timeout: 268 seconds)
[17:50:16] <mitrax> nevermind my mistake, it's meta_directory that was still set to /etc/postfix in main.cf
[17:53:10] *** limon <limon!~limon@unaffiliated/limon> has quit IRC (Ping timeout: 252 seconds)
[17:54:27] *** limon <limon!~limon@unaffiliated/limon> has joined #postfix
[17:56:27] *** TheFatherMind <TheFatherMind!~TheFather@cpe-172-117-218-16.socal.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[17:57:14] *** neo4 <neo4!~Thunderbi@212-247-92-178.pool.ukrtel.net> has quit IRC (Ping timeout: 268 seconds)
[18:01:24] <rob0> just curious, why did you need to change the paths?
[18:03:04] <mitrax> i didn't really need to but i have a bunch of services compiled from sources (including postfix) on a clean debian install and i wanted the conf folders for each to be all in /usr/local/etc instead of /etc/
[18:04:16] <rob0> are you using the Debian init scripts (systemd?) to manage the service?
[18:05:16] <mitrax> for the other services yup, haven't made/found one yet for postfix
[18:05:29] <rob0> (I think if it was me I would not; "postfix start" in rc.local.)
[18:08:16] <mitrax> rob0: err i meant init.d not systemd
[18:10:44] <mitrax> although that's still systemd
[18:16:22] *** TheFatherMind <TheFatherMind!~TheFather@cpe-172-117-218-16.socal.res.rr.com> has joined #postfix
[18:32:47] *** shibboleth <shibboleth!~shibbolet@gateway/tor-sasl/shibboleth> has joined #postfix
[18:41:31] *** gu1lle_ <gu1lle_!~Thunderbi@201.216.253.75> has joined #postfix
[18:41:42] *** rsx <rsx!~rsx@ppp-188-174-143-104.dynamic.mnet-online.de> has joined #postfix
[18:43:17] *** slave_blocker <slave_blocker!~slave_blo@x4e376e6f.dyn.telefonica.de> has joined #postfix
[18:56:02] *** rsx <rsx!~rsx@ppp-188-174-143-104.dynamic.mnet-online.de> has quit IRC (Quit: rsx)
[19:17:14] *** jwhitmore <jwhitmore!~jwhitmore@109.79.186.108> has joined #postfix
[19:21:44] *** n_1-c_k <n_1-c_k!~n_1-c_k@2a02:8010:63a6::70> has quit IRC (Read error: Connection reset by peer)
[19:22:57] *** n_1-c_k <n_1-c_k!~n_1-c_k@2a02:8010:63a6::70> has joined #postfix
[19:27:53] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has joined #postfix
[19:28:40] *** ]SiB[1 <]SiB[1!~Thunderbi@unaffiliated/sib/x-9459575> has joined #postfix
[19:33:06] *** ]SiB[ <]SiB[!~Thunderbi@unaffiliated/sib/x-9459575> has quit IRC (Ping timeout: 265 seconds)
[19:33:06] *** ]SiB[1 is now known as ]SiB[
[19:54:04] *** Elisha <Elisha!~elisha@93-103-57-197.dynamic.t-2.net> has joined #postfix
[19:58:05] *** jwhitmore <jwhitmore!~jwhitmore@109.79.186.108> has quit IRC (Ping timeout: 258 seconds)
[20:01:00] *** TheFatherMind <TheFatherMind!~TheFather@cpe-172-117-218-16.socal.res.rr.com> has quit IRC (Read error: Connection reset by peer)
[20:01:26] *** TheFatherMind <TheFatherMind!~TheFather@cpe-172-117-218-16.socal.res.rr.com> has joined #postfix
[20:05:13] *** neo4 <neo4!~Thunderbi@212-247-92-178.pool.ukrtel.net> has joined #postfix
[20:10:59] *** shibboleth <shibboleth!~shibbolet@gateway/tor-sasl/shibboleth> has quit IRC (Quit: shibboleth)
[20:20:23] *** section1 <section1!~section1@178.33.109.106> has quit IRC (Quit: Leaving)
[20:52:23] *** NonFree <NonFree!NonFree@gateway/vpn/privateinternetaccess/jasjar> has quit IRC (Ping timeout: 260 seconds)
[20:53:05] *** nutron <nutron!~nutron@unaffiliated/nutron> has quit IRC (Ping timeout: 272 seconds)
[20:53:47] *** NonFree_ <NonFree_!NonFree@gateway/vpn/privateinternetaccess/jasjar> has joined #postfix
[20:54:09] *** nutron <nutron!~nutron@unaffiliated/nutron> has joined #postfix
[21:14:53] *** shibboleth <shibboleth!~shibbolet@gateway/tor-sasl/shibboleth> has joined #postfix
[21:34:08] *** eelstrebor <eelstrebor!~eelstrebo@216-75-116-100.scb.ne.static.allophone.net> has joined #postfix
[21:39:28] *** aniketh <aniketh!uid171160@gateway/web/irccloud.com/x-zopjnylbiozwdnuy> has quit IRC (Quit: Connection closed for inactivity)
[21:57:17] *** gu1lle_ <gu1lle_!~Thunderbi@201.216.253.75> has quit IRC (Read error: Connection reset by peer)
[22:00:28] *** Elisha <Elisha!~elisha@93-103-57-197.dynamic.t-2.net> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[22:03:06] *** yoavz <yoavz!~yoavz@82.166.176.37> has quit IRC (Ping timeout: 268 seconds)
[22:06:27] *** shal3r <shal3r!~shal3r@80.232.250.159> has quit IRC (Ping timeout: 240 seconds)
[22:06:41] *** shal3r <shal3r!~shal3r@80.232.250.159> has joined #postfix
[22:07:30] *** yoavz <yoavz!~yoavz@82.166.176.37> has joined #postfix
[22:08:39] *** tenaglia <tenaglia!~jack@pb-d-128-141-210-93.cern.ch> has quit IRC (Ping timeout: 268 seconds)
[22:08:54] *** tenaglia <tenaglia!~jack@pb-d-128-141-210-93.cern.ch> has joined #postfix
[22:18:20] *** Poster|z <Poster|z!~poster@cpe-184-57-5-201.columbus.res.rr.com> has quit IRC (*.net *.split)
[22:18:21] *** ehrenreich <ehrenreich!~ehrenreic@85.191.216.141> has quit IRC (*.net *.split)
[22:18:21] *** nyov <nyov!~nyov@unaffiliated/nyov> has quit IRC (*.net *.split)
[22:18:21] *** foxxx0 <foxxx0!~fox@archlinux/trusteduser/foxxx0> has quit IRC (*.net *.split)
[22:18:21] *** r0kc4t <r0kc4t!~frosch@static.179.17.76.144.clients.your-server.de> has quit IRC (*.net *.split)
[22:18:21] *** fling <fling!~fling@fsf/member/fling> has quit IRC (*.net *.split)
[22:18:21] *** Columbo0815 <Columbo0815!~Columbo08@HSI-KBW-46-223-210-8.hsi.kabel-badenwuerttemberg.de> has quit IRC (*.net *.split)
[22:18:21] *** mz` <mz`!~mz@gandi/mz> has quit IRC (*.net *.split)
[22:18:21] *** phunyguy <phunyguy!~blaahchm@ubuntu/member/phunyguy> has quit IRC (*.net *.split)
[22:18:22] *** epony <epony!epony@unaffiliated/epony> has quit IRC (*.net *.split)
[22:18:22] *** monkeynuts <monkeynuts!~monkeynut@unaffiliated/monkeynuts> has quit IRC (*.net *.split)
[22:18:22] *** defanor <defanor!~defanor@cupcake.uberspace.net> has quit IRC (*.net *.split)
[22:18:22] *** kingkong <kingkong!antalya@shellium/member/kingkong> has quit IRC (*.net *.split)
[22:18:22] *** Kronuz <Kronuz!~Kronuz@unaffiliated/kronuz> has quit IRC (*.net *.split)
[22:18:22] *** dh <dh!dh@bsd.ee> has quit IRC (*.net *.split)
[22:18:22] *** f3ew <f3ew!~devdas@2.d3.1343.static.theplanet.com> has quit IRC (*.net *.split)
[22:18:22] *** bookworm <bookworm!~reto@unaffiliated/reto> has quit IRC (*.net *.split)
[22:18:22] *** jerlique1 <jerlique1!~stavros@210.8.168.2> has quit IRC (*.net *.split)
[22:18:22] *** avu <avu!~jan@unaffiliated/avu> has quit IRC (*.net *.split)
[22:18:22] *** Silicium <Silicium!~Silicium@95.216.156.84> has quit IRC (*.net *.split)
[22:18:22] *** DoDu2 <DoDu2!~DoDu@static.248.79.243.136.clients.your-server.de> has quit IRC (*.net *.split)
[22:18:22] *** audiodef <audiodef!~serverdef@static.207.9.4.46.clients.your-server.de> has quit IRC (*.net *.split)
[22:18:22] *** amospalla <amospalla!~amospalla@unaffiliated/amospalla> has quit IRC (*.net *.split)
[22:18:22] *** Tulah <Tulah!~tulah@durhur.fi> has quit IRC (*.net *.split)
[22:18:22] *** aadz <aadz!~Alexander@92.255.127.5> has quit IRC (*.net *.split)
[22:18:23] *** ced117 <ced117!~ced117@opensuse/member/ced117> has quit IRC (*.net *.split)
[22:18:23] *** DLange <DLange!~DLange@about/linux/staff/dlange> has quit IRC (*.net *.split)
[22:18:23] *** tykling_ <tykling_!~tykling@irc.tyknet.dk> has quit IRC (*.net *.split)
[22:18:23] *** dka <dka!~code-is-a@master-sbg-01.kopaxgroup.com> has quit IRC (*.net *.split)
[22:18:23] *** Sarodj <Sarodj!~pr0nstar@unaffiliated/sarodj> has quit IRC (*.net *.split)
[22:18:23] *** atmx <atmx!~atmx@185.40.20.96> has quit IRC (*.net *.split)
[22:18:23] *** dostoyevsky <dostoyevsky!~sck@unaffiliated/dostoyevsky> has quit IRC (*.net *.split)
[22:19:09] *** deksar <deksar!~unix@unaffiliated/deksar> has joined #postfix
[22:20:04] *** deksar <deksar!~unix@unaffiliated/deksar> has quit IRC (Remote host closed the connection)
[22:21:38] *** Columbo0815 <Columbo0815!~Columbo08@HSI-KBW-46-223-210-8.hsi.kabel-badenwuerttemberg.de> has joined #postfix
[22:22:02] *** DoDu2 <DoDu2!~DoDu@static.248.79.243.136.clients.your-server.de> has joined #postfix
[22:25:36] *** dh <dh!dh@bsd.ee> has joined #postfix
[22:25:37] *** f3ew <f3ew!~devdas@2.d3.1343.static.theplanet.com> has joined #postfix
[22:25:55] *** nyov <nyov!~nyov@unaffiliated/nyov> has joined #postfix
[22:26:06] *** r0kc4t <r0kc4t!~frosch@static.179.17.76.144.clients.your-server.de> has joined #postfix
[22:26:09] *** Silicium <Silicium!~Silicium@95.216.156.84> has joined #postfix
[22:26:10] *** atmx <atmx!~atmx@185.40.20.96> has joined #postfix
[22:26:12] *** DLange <DLange!~DLange@about/linux/staff/dlange> has joined #postfix
[22:26:17] *** dostoyevsky <dostoyevsky!~sck@unaffiliated/dostoyevsky> has joined #postfix
[22:26:18] *** tykling <tykling!~tykling@irc.tyknet.dk> has joined #postfix
[22:26:20] *** ced117 <ced117!~ced117@opensuse/member/ced117> has joined #postfix
[22:51:10] *** Elisha <Elisha!~elisha@93-103-57-197.dynamic.t-2.net> has joined #postfix
[22:53:11] *** Elisha <Elisha!~elisha@93-103-57-197.dynamic.t-2.net> has quit IRC (Client Quit)
[22:59:36] *** slave_blocker <slave_blocker!~slave_blo@x4e376e6f.dyn.telefonica.de> has quit IRC (Quit: Leaving)
[23:01:43] *** tulah_vg <tulah_vg!~tulah@durhur.fi> has joined #postfix
[23:01:43] *** Poster|z <Poster|z!~poster@cpe-184-57-5-201.columbus.res.rr.com> has joined #postfix
[23:01:43] *** ehrenreich <ehrenreich!~ehrenreic@85.191.216.141> has joined #postfix
[23:01:43] *** foxxx0 <foxxx0!~fox@archlinux/trusteduser/foxxx0> has joined #postfix
[23:01:43] *** fling <fling!~fling@fsf/member/fling> has joined #postfix
[23:01:43] *** mz` <mz`!~mz@gandi/mz> has joined #postfix
[23:01:43] *** phunyguy <phunyguy!~blaahchm@ubuntu/member/phunyguy> has joined #postfix
[23:01:43] *** epony <epony!epony@unaffiliated/epony> has joined #postfix
[23:01:43] *** monkeynuts <monkeynuts!~monkeynut@unaffiliated/monkeynuts> has joined #postfix
[23:01:43] *** defanor <defanor!~defanor@cupcake.uberspace.net> has joined #postfix
[23:01:43] *** kingkong <kingkong!antalya@shellium/member/kingkong> has joined #postfix
[23:01:43] *** Kronuz <Kronuz!~Kronuz@unaffiliated/kronuz> has joined #postfix
[23:01:43] *** bookworm <bookworm!~reto@unaffiliated/reto> has joined #postfix
[23:01:43] *** jerlique1 <jerlique1!~stavros@210.8.168.2> has joined #postfix
[23:01:43] *** avu <avu!~jan@unaffiliated/avu> has joined #postfix
[23:01:43] *** audiodef <audiodef!~serverdef@static.207.9.4.46.clients.your-server.de> has joined #postfix
[23:01:43] *** amospalla <amospalla!~amospalla@unaffiliated/amospalla> has joined #postfix
[23:01:43] *** aadz <aadz!~Alexander@92.255.127.5> has joined #postfix
[23:01:43] *** dka <dka!~code-is-a@master-sbg-01.kopaxgroup.com> has joined #postfix
[23:01:43] *** Sarodj <Sarodj!~pr0nstar@unaffiliated/sarodj> has joined #postfix
[23:04:42] *** avu <avu!~jan@unaffiliated/avu> has quit IRC (Max SendQ exceeded)
[23:04:42] *** mz` <mz`!~mz@gandi/mz> has quit IRC (Max SendQ exceeded)
[23:04:42] *** fling <fling!~fling@fsf/member/fling> has quit IRC (Max SendQ exceeded)
[23:04:42] *** epony <epony!epony@unaffiliated/epony> has quit IRC (Max SendQ exceeded)
[23:05:08] *** epony <epony!epony@unaffiliated/epony> has joined #postfix
[23:05:29] *** avu <avu!~jan@unaffiliated/avu> has joined #postfix
[23:05:30] *** fling <fling!~fling@fsf/member/fling> has joined #postfix
[23:05:38] *** mz` <mz`!~mz@gandi/mz> has joined #postfix
[23:15:00] *** HumanGeek <HumanGeek!~HumanG33k@62.147.242.8> has joined #postfix
[23:18:48] *** Human_G33k <Human_G33k!~HumanG33k@62.147.242.8> has quit IRC (Ping timeout: 260 seconds)
[23:18:49] *** HumanG33k <HumanG33k!~HumanG33k@62.147.242.8> has quit IRC (Ping timeout: 260 seconds)
[23:19:31] *** HumanG33k <HumanG33k!~HumanG33k@62.147.242.8> has joined #postfix
top

   January 23, 2020  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >