--- ../../../default/modules/smtp/smtp.module	2008-09-23 23:03:01.000000000 +0100
+++ smtp.module	2009-04-26 11:54:35.000000000 +0100
@@ -38,7 +38,7 @@ function smtp_menu() {
     'title'            => 'SMTP Authentication Support',
     'page callback'    => 'drupal_get_form',
     'page arguments'   => array('smtp_admin_settings'),
-    'access arguments' => array('administer site configuration'),
+    'access arguments' => array('administer smtp module'),
     'description'      => 'Allows the sending of site e-mail through an SMTP server of your choice.',
   );
 
@@ -48,6 +48,15 @@ function smtp_menu() {
 
 
 /**
+ * Implementation of hook_perm().
+ */
+function smtp_perm() {
+  return array('administer smtp module');
+}  //  End of smtp_perm().
+
+
+
+/**
  * Administrative settings.
  *
  * @return
