Technology Solutions

Full Version Softwares Free Download Software Free Download Keys for Software

Tuesday, September 24, 2019

How to Configre Email Setup in KOHA for Sending Notices

  technology solutions       Tuesday, September 24, 2019

1-Sir first we need to Install the required packages on ubuntusudo aptitude install postfix libsasl2 ca-certificate libsasl2-modules

2-Configure Postfix on your server
3-Use the Tab key to highlight <OK> and then press Enter
Postfix install Step 1 
4-choose Internet Site.
Postfix configuration set 2
5-Here you need to replace mail.example.com with the valid address of your mailserver.
Postfix setup 3
6-You’ll want to add the following lines to your /etc/postfix/main.cf file:
relayhost = [smtp.gmail.com]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_tls_CAfile = /etc/postfix/cacert.pem
smtp_use_tls = yes

7-Define Username and Password
Create the file /etc/postfix/sasl_passwd having following contents:
[smtp.gmail.com]:587    youremail@gmail.com:mypassword
8-This file should have restrictive permissions so that Postfix will read.
sudo chmod 400 /etc/postfix/sasl_passwd
sudo postmap /etc/postfix/sasl_passwd

>>>>>>>Now restart Postfix and it should work for you<<<<<<<<

Download Cloud-Server

Download Direct-Server

logoblog

Thanks for reading How to Configre Email Setup in KOHA for Sending Notices

Previous
« Prev Post

No comments: