aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-09-02 14:41:32 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-09-02 14:41:32 +0000
commit8ceea4f33b675c38c5ea6d9cd75ed73178d12763 (patch)
treeb50632364c797fdc5f188bdad8e3cbe5e0f6e1b3 /src/main.c
parent1bc3789b8a12c7b924f3d87a53e2bad15c51b4b3 (diff)
downloadmailfromd-8ceea4f33b675c38c5ea6d9cd75ed73178d12763.tar.gz
mailfromd-8ceea4f33b675c38c5ea6d9cd75ed73178d12763.tar.bz2
(get_smtp_domain): Remove function
(main): Call builtin_post_setup after configuration git-svn-id: file:///svnroot/mailfromd/trunk@500 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/main.c b/src/main.c
index b0ca7dc1..369f7adc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -301,14 +301,6 @@ log_status(sfsistat status, SMFICTX *ctx)
}
}
-const char *
-get_smtp_domain ()
-{
- if (!smtp_domain)
- mu_get_host_name(&smtp_domain);
- return smtp_domain;
-}
-
/* Sendmail class file support */
@@ -2301,6 +2293,9 @@ main(int argc, char **argv)
cache_format->expire_interval = negative_expire_interval =
rate_format->expire_interval = expire_interval;
#endif
+
+ builtin_post_setup();
+
if (debug_level >= 100)
prog_trace_option = 1;

Return to:

Send suggestions and report system problems to the System administrator.