⧼vector-jumptocontent⧽

Setting up email: Difference between revisions

From EPrints Documentation
Ckeene (talk | contribs)
No edit summary
 
Ckeene (talk | contribs)
mNo edit summary
Line 3: Line 3:
You need to add the following as a new line at around line 32:  
You need to add the following as a new line at around line 32:  


'''smtp_server' => 'smtp.foobar.ac.uk',''
'''smtp_server' => 'smtpserver.domain.tld',''


e.g.


 
'''smtp_server' => 'smtp.foobar.ac.uk',''
 
 
== Ubuntu specific instructions ==
* For general email, followed: https://help.ubuntu.com/ubuntu/serverguide/C/email-services.html
* In particular ran sudo dpkg-reconfigure postfix and followed instructions on page above.
* edit /etc/aliases to redirect mail to root and other local usernames to real people.

Revision as of 11:20, 18 August 2006

Edit /opt/eprints2/perl_lib/EPrints/SystemSettings.pm

You need to add the following as a new line at around line 32:

'smtp_server' => 'smtpserver.domain.tld',

e.g.

'smtp_server' => 'smtp.foobar.ac.uk',