/srv/irclogs.ubuntu.com/2011/01/07/#ubuntu-us-co.txt

joeyFunnyLookinHat: have you tried just using a mail alias?17:01
FunnyLookinHatjoey: Well wouldn't that just forward the email?17:02
FunnyLookinHatIn effect - we need to redirect the actual SMTP request to this new service.17:02
joeyyes, but I guess I misunderstood then17:02
joeyoh17:02
FunnyLookinHatSo we're using Sendmail to increase deliverability, etc.17:02
joeycan you do it by IP?17:02
FunnyLookinHatAnd they provide an SMTP server, etc.17:02
FunnyLookinHatNo - different credentials between services.17:02
FunnyLookinHati.e. the localhost sendmail user has different username/password from the Sengrid info.17:03
joeyah17:03
joeyI don't know how to do that, sorry17:03
FunnyLookinHatI'm thinking I might be out of luck : )17:03
FunnyLookinHatNo worries17:03
joeynot without changing something you don't want to17:03
FunnyLookinHatIf I'm lucky Kevin Fries will chime in with his mastery of all things admin.17:03
joeyyeah17:04
joeygood luck :-)17:05
FunnyLookinHatjoey: ping18:12
FunnyLookinHat?18:12
joeyhi FunnyLookinHat18:12
FunnyLookinHatI'm super rusty - with sed and s/search/replace18:12
FunnyLookinHatCan search and replace include spaces and special characters?18:12
FunnyLookinHati.e. $_['whatever'] ?18:12
joeyoops18:22
joeysorry I forgot about you :-)18:22
joeyyep18:22
joeydepending on what you want, sed or awk18:22
joeyFunnyLookinHat: awk is better if you want to print results, sed is better for modifying items in the pipe18:24
joeyFunnyLookinHat: http://www.grymoire.com/Unix/Sed.html18:24
FunnyLookinHatYeah I'm nearly there... something like this: find ./ -type f -exec sed -i 's/\$params\[\'host\'\]\ \=\ \'localhost\'/\$params\[\'host\'\]\ \=\ \'smtp.sendgrid.com\'/' {} \;18:24
FunnyLookinHatlol18:24
FunnyLookinHatI have one too many characters escaped though :)18:24
FunnyLookinHatThanks for the link18:25

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!