
8th October 2006, 11:28
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,872
Thanks: 689
Thanked 4,185 Times in 3,202 Posts
|
|
Your mail.log output is abit uncommon for ISPConfig. It seems that your psotfix configuration uses maildrop to deliver the emails, ISPConfig needs procmail.
Please post the content of your main.cf file.
|

8th October 2006, 14:58
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,592 Times in 2,443 Posts
|
|
Also, the correct permissions for the web3_jhurt directory should be as follows:
Code:
drwxr-xr-x 4 web3_jhurt web3 4096 1. Okt 01:10 .
drwxr-xr-x 4 web3_jhurt web3 4096 15. Okt 2004 ..
-rw-r--r-- 1 root root 534 28. Dez 2005 .antivirus.rc
-rw-r--r-- 1 root root 772 28. Dez 2005 .autoresponder.rc
-rw-r--r-- 1 root root 22 28. Dez 2005 .bounce-exceed-quota.txt
-rw------- 1 web3_jhurt web3 24 28. Dez 2005 .forward
-rw-r--r-- 1 root root 67866 28. Dez 2005 .html-trap.rc
-rw-r--r-- 1 root root 3889 28. Dez 2005 .local-rules.rc
drwx------ 5 web3_jhurt web3 4096 15. Okt 2004 Maildir
-rw-r--r-- 1 root root 175 28. Dez 2005 .mailsize.rc
-rw-r--r-- 1 root root 732 28. Dez 2005 .procmailrc
-rw-r--r-- 1 root root 2680 28. Dez 2005 .quota.rc
-rw-r--r-- 1 root root 1153 28. Dez 2005 .spamassassin.rc
-rw-r--r-- 1 root root 1641 28. Dez 2005 .user_prefs
-rw-r--r-- 1 root root 0 28. Dez 2005 .vacation.msg
drwxrwxr-x 2 web3_jhurt web3 4096 15. Okt 2004 web
|

10th October 2006, 05:14
|
|
Junior Member
|
|
Join Date: Sep 2006
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Great, I will track down the main.cf file and make sure those permissions are set correctly... *crossing my fingers*
Last edited by meekish; 10th October 2006 at 05:20.
|

10th October 2006, 05:27
|
|
Junior Member
|
|
Join Date: Sep 2006
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by till
Your mail.log output is abit uncommon for ISPConfig. It seems that your psotfix configuration uses maildrop to deliver the emails, ISPConfig needs procmail.
Please post the content of your main.cf file.
|
Here it is... How bad is it doc?
Code:
cat /etc/postfix/main.cf
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
# TLS parameters
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_use_tls = yes
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
myhostname = reformationstudios.com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
#mydestination = reformationstudios.com, localhost.com, , localhost
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command =
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
smtpd_tls_auth_only = no
smtp_use_tls = yes
smtp_tls_note_starttls_offer = yes
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
home_mailbox = Maildir/
virtual_maps = hash:/etc/postfix/virtusertable
mydestination = /etc/postfix/local-host-names
|

11th October 2006, 10:49
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,872
Thanks: 689
Thanked 4,185 Times in 3,202 Posts
|
|
looks fine so far. Which linux distribution do you use?
|

12th October 2006, 00:53
|
|
Junior Member
|
|
Join Date: Sep 2006
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Dapper Drake. I followed the perfect server setup HOWTO for Dapper.
|

12th October 2006, 18:32
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,592 Times in 2,443 Posts
|
|
Your main.cf looks ok.
|

15th October 2006, 01:34
|
|
Junior Member
|
|
Join Date: Sep 2006
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Is there anything else I can check?
|

16th October 2006, 14:24
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,592 Times in 2,443 Posts
|
|
Please check the permissions of your user directories (see http://www.howtoforge.com/forums/sho...1&postcount=12 ). I guess you made a chown -R sometime.
|

20th October 2006, 02:37
|
|
Junior Member
|
|
Join Date: Sep 2006
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I ran a 'postfix check' and found out that I had accidentally chowned a bunch of files in /usr/lib/postfix. I chowned those back to root. However, 'postfix check' is still yielding the following warnings:
Code:
root@reformationstudios:/home/meekish# postfix check
postfix: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
postfix: warning: inet_protocols: configuring for IPv4 support only
postsuper: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
postsuper: warning: inet_protocols: configuring for IPv4 support only
postfix/postfix-script: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
postfix/postfix-script: warning: inet_protocols: configuring for IPv4 support only
postfix/postfix-script: warning: not set-gid or not owner+group+world executable: /usr/sbin/postqueue
postfix/postfix-script: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
postfix/postfix-script: warning: inet_protocols: configuring for IPv4 support only
postfix/postfix-script: warning: not set-gid or not owner+group+world executable: /usr/sbin/postdrop
How would I go about fixing those?
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 06:02.
|
Recent comments
1 day 21 hours ago
2 days 5 hours ago
2 days 8 hours ago
2 days 9 hours ago
2 days 11 hours ago
2 days 12 hours ago
2 days 14 hours ago
2 days 15 hours ago
3 days 7 hours ago
3 days 8 hours ago