Hi,
I tried to send Email from my localhost using php(installed) mail() function but the Email has not been delivered to external domains(gmail,yahoomail).
1.I'm using kubuntu linux with kernal release 2.6.35-22-generic,KDE 4.5.1,Grub is GRand Unified Bootloader(Legacy version)and operating system GNU/LINUX.
kubuntu is not installed inside windows.I also have windows xp installed in my laptop 32 bit intel pentium dual-core processor.
2.I have already installed the following:PEAR mail packages
i.sudo pear install mail
ii.sudo pear install Net_SMTP
iii.sudo pear install Auth_SASL
iv.sudo pear install mail_mime
3.Later sudo apt-get install postfix
Then in configuration window I have selected Internet site->localhost as System mail name
configured mailbox format and configured Postfix to do SMTP AUTH using SASL.
Generated certificates to be used for TLS and configured postfix for the same.
4.Then I have installed libsasl2-2,sasl2-bin and libsasl2-modules and I activeted saslauthd by setting START=yes and by adding PWDIR,PARAMS,PIDFILE to appropriate paths as mentioned in the help.ubuntu.com.
5.Finally I have installed amavis,clamav,spamassasin.
On running php script,does not show any error message,even then mail has not been delivered.
I have tried telnet localhost 25 it works fine.
Please help
The help is greatly appreciated.
Thanks.
I tried to send Email from my localhost using php(installed) mail() function but the Email has not been delivered to external domains(gmail,yahoomail).
1.I'm using kubuntu linux with kernal release 2.6.35-22-generic,KDE 4.5.1,Grub is GRand Unified Bootloader(Legacy version)and operating system GNU/LINUX.
kubuntu is not installed inside windows.I also have windows xp installed in my laptop 32 bit intel pentium dual-core processor.
2.I have already installed the following:PEAR mail packages
i.sudo pear install mail
ii.sudo pear install Net_SMTP
iii.sudo pear install Auth_SASL
iv.sudo pear install mail_mime
3.Later sudo apt-get install postfix
Then in configuration window I have selected Internet site->localhost as System mail name
configured mailbox format and configured Postfix to do SMTP AUTH using SASL.
Generated certificates to be used for TLS and configured postfix for the same.
4.Then I have installed libsasl2-2,sasl2-bin and libsasl2-modules and I activeted saslauthd by setting START=yes and by adding PWDIR,PARAMS,PIDFILE to appropriate paths as mentioned in the help.ubuntu.com.
5.Finally I have installed amavis,clamav,spamassasin.
On running php script,does not show any error message,even then mail has not been delivered.
I have tried telnet localhost 25 it works fine.
Please help
The help is greatly appreciated.
Thanks.
Comment