Mam taki maly problem, zainstalowalem sobie mutt-a i esmtp. Wszystko dziala tylko jak wysle maila to jako nadawca jest nazwa_uzytkownika_systemu@debian a chce zeby byl mail skrzynki pocztowej.
.esmtprc
Kod: Zaznacz cały
# The SMTP host and service (port)
hostname=smtp.wp.pl:25
# The user name
username="mmm"
# The password
password="xxx"
# Whether to use Starttls
#starttls=disabled
# The certificate passphrase
#certificate_passphrase=
# The Mail Delivery Agent
mda="/usr/bin/procmail -d %T"
Kod: Zaznacz cały
set sendmail="/usr/bin/esmtp -d wp.pl -h smtp.wp.pl -f [email]mmm@wp.pl[/email]"