Adit, Sebelum setup smtp auth, saya mau tanya dulu nih goal auth-nya apa. Apakah rails app dan postfix mailer-nya berada di satu server.
Kalau mereka berada di satu server, saya anjurkan jangan menggunakan smtp transaction sama sekali. Cukup gunakan sendmail socket. Untuk smtp auth, ada beberapa website yang bisa saya refer. Nanti kalau sudah ketemu computer saya forward. -- http://beol.laksmana.com/ http://koprol.com/users/beol -----Original Message----- From: Aditya Agustyana <[email protected]> Sender: [email protected] Date: Tue, 10 Aug 2010 07:36:40 To: <[email protected]> Reply-To: [email protected] Subject: [id-ruby] tanya konfigurasi action mailer dgn postfix dear rubyist maaf kalo agak OOT saya sudah mensetup sebuah mail server pake postfix file konfigurasi Rails-nya diletakan di config/initializers/mail.rb dgn isi seperti ini ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.smtp_settings = { :address => "www.hello.com", :domain => "hello.com", :port => 25 } dan pengiriman email berjalan dgn sukses cuma sy ingin menambahkan authentication :login di file tsb, sehingga konfigurasinya menjadi seperti ini ActionMailer::Base.smtp_settings = { :address => "www.hello.com", :domain => "hello.com", :port => 25, :authetication => :login :user_name => "saya" :password => "testdoank" } nah yg ingin sy tanyakan, gmn yah cara setting hal ini di postfix ?, saya coba2 baca dokumentasi postfix tapi sy tidak menemukan authentication :login, lalu tentang user_name, apakah sy bisa memakai username & password yg digunakan oleh OS ?, ataukah sy harus membuat username di dalam postfixnya ?, kalo iya ? cara bikinnya gmn yah ?, terima kasih sebelumnya regards Aditya -- blog : http://adityakircon.blogsome.com ym / twitter : kirconboy skype : adit_skype Be Nice. Treat others with the same respect you'd want them to treat you. We're all here to learn together. Be tolerant of others who may not know everything you know. BRING YOUR SENSE OF HUMOR (stackoverflow.com) ------------------------------------ ID-Ruby Berdiskusi dan belajar bersama Bahasa Pemrograman Ruby, termasuk segala varian Ruby (JRuby, Rubinius, IronRuby, XRuby), dan program yang dibuat dengan Ruby (Ruby on Rails, JRuby on Rails, Merb) http://rubyurl.com/Q8DD http://news.gmane.org/gmane.comp.lang.ruby.region.indonesia ------------------------------------ ID-Ruby Berdiskusi dan belajar bersama Bahasa Pemrograman Ruby, termasuk segala varian Ruby (JRuby, Rubinius, IronRuby, XRuby), dan program yang dibuat dengan Ruby (Ruby on Rails, JRuby on Rails, Merb) <*> Follow Ruby Indonesia on Twitter http://twitter.com/rubyindonesia <*> Kunjungi Situs Resmi Ruby Indonesia http://www.ruby-lang.org/id/ <*> Join Ruby Indonesia on Facebook http://rubyurl.com/QV48 <*> Join Ruby Indonesia on LinkedIn http://rubyurl.com/eh0i <*> Kunjungi *arsip milis* id-ruby di http://groups.yahoo.com/group/id-ruby/messages http://www.mail-archive.com/[email protected]/ http://rubyurl.com/Q8DD http://news.gmane.org/gmane.comp.lang.ruby.region.indonesia <*> Baca peraturan id-ruby sebelum posting http://rubyurl.com/gay1 Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/id-ruby/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/id-ruby/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

