Difference between revisions of "Setting up email"

From EPrints Documentation
Jump to: navigation, search
 
(3 intermediate revisions by 3 users not shown)
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',''
 
+
[[Category:Configuration]]
 
+
[[Category:Rubbish]]
== 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 17:07, 8 February 2010

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',