You are not logged in.
is there a simple alternative to sendmail out there (specifically getting php to use it.) our sendmail doesn't work, no idea how to fix it, so just wondering what's else is out there.
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol
Offline
postfix?
![]()
Offline
I'm really only trying to get my server to be able to send outgoing mail from wikis and forums and stuff btw.
I already have postfix installed. what would it's mail command be? I know it comes bundled with sendmail.. thought it just used that.
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol
Offline
postfix has it's own "sendmail"
You just need to edit mailer.conf
When I installed postfix on my FreeBSD server I just edited mailer.conf to point to the new sendmail
ty@rose /home/ty > cat /etc/mail/mailer.conf
#
# Execute the Postfix sendmail program, named /usr/local/sbin/sendmail
#
sendmail /usr/local/sbin/sendmail
send-mail /usr/local/sbin/sendmail
mailq /usr/local/sbin/sendmail
newaliases /usr/local/sbin/sendmail![]()
Offline
i've been using msmtp to bounce off gmail. postfix is a bit heavy if all you want is an MTA.
I thought that at first too but it really isn't. Postfix is full featured but is really not heavy at all.
![]()
Offline
falconindy wrote:i've been using msmtp to bounce off gmail. postfix is a bit heavy if all you want is an MTA.
I thought that at first too but it really isn't. Postfix is full featured but is really not heavy at all.
Postfix also has excellent documentation.http://www.postfix.org/documentation.html
Makes it very easy to setup in simple use cases. The first three links under General Configuration are particularly helpful.
Offline
Offline