On Monday, March 21, 2011 09:12:52 PM John M. Dlugosz wrote: > On 3/21/2011 4:46 PM, Dave Rolsky autarch-at-urth.org |Catalyst/Allow to home| wrote: > > Usually, this will be implemented as something that just writes a file to > > the server's mail queue, without relying on the server actually running. > > The server will pick it up when it runs, and will handle it from there. > > > > TL;DR - Use Email::Sender::Transport::Sendmail unless you have a really > > good reason to use something else. > > Ah, that's very good to know. > > However, I don't seem to have a program called 'sendmail' on the path. > I had installed Postfix via the Debian package.
The postfix debian package installs sendmail as /usr/sbin/sendmail which isn't on the path for non-root users by default. Not sure why, exactly. Andrew _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
