
29th May 2008, 01:42
|
|
Junior Member
|
|
Join Date: May 2008
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Help Installing Postfix
I need some help installing Postfix on the latest Ubuntu. First off, here are my DNS records from freedns.afraid.org just in case i got anything wrong:
Code:
localserver.mooo.com A 71.14.99.36
localserver.mooo.com MX 10:localserver
When I try to telnet into it, I get this:
Code:
jesse@ubuntu:~$ telnet localhost pop3
Trying 127.0.0.1...
Connected to localhost
Escape character is '^]'.
+OK Hello there.
user admin
+OK Password required.
pass *****
+ERR Temporary problem, please try again later
Connection closed by foreign host.
Help
|

29th May 2008, 19:04
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
POP3 has nothing to do with Postfix. What'S your POP3 daemon?
Any errors in your logs?
|

30th May 2008, 14:46
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
What's in /etc/postfix/mysql-virtual_forwardings.cf?
|

1st June 2008, 05:06
|
|
Junior Member
|
|
Join Date: May 2008
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I fixed that file. Here's what's happening now:
POP3
Still getting a temporary problem error.
Code:
Account: 'localserver.mooo.com', Server: 'localserver.mooo.com', Protocol: POP3, Server Response: '-ERR Temporary problem, please try again later', Port: 110, Secure(SSL): No, Server Error: 0x800CCC90, Error Number: 0x800CCC92
SMTP
This error when I send mail to someone in the network:
Code:
The rejected e-mail address was 'jesse@localserver.mooo.com'. Subject 'hee', Account: 'localserver.mooo.com', Server: 'localserver.mooo.com', Protocol: SMTP, Server Response: '451 4.3.0 <jesse@localserver.mooo.com>: Temporary lookup failure', Port: 25, Secure(SSL): No, Server Error: 451, Error Number: 0x800CCC79
And a relay access denied error when i send a message to someone outside the network.
|

1st June 2008, 11:38
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Can you post the exact error messages from your mail log?
What's in /etc/resolv.conf?
|

1st June 2008, 22:38
|
|
Junior Member
|
|
Join Date: May 2008
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by falko
Can you post the exact error messages from your mail log?
|
Some error messages that keep popping up that I haven't already fixed are:
Code:
May 31 19:31:17 ubuntu postfix/master[5752]: warning: /usr/lib/postfix/cleanup: bad command startup -- throttling
Code:
May 29 17:46:17 ubuntu postfix/pickup[17481]: fatal: watchdog timeout
Code:
May 29 17:46:18 ubuntu postfix/master[5891]: warning: process /usr/lib/postfix/pickup pid 17481 exit status 1
Code:
May 31 19:31:17 ubuntu postfix/master[5752]: warning: process /usr/lib/postfix/cleanup pid 6291 exit status 1
Quote:
Originally Posted by falko
What's in /etc/resolv.conf?
|
Code:
search sc.charter.com
nameserver 192.168.0.1
|

2nd June 2008, 10:40
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
What's in your /etc/postfix/main.cf?
Can you add other name servers to /etc/resolv.conf, e.g. the ones of your ISP?
|

2nd June 2008, 18:53
|
|
Junior Member
|
|
Join Date: May 2008
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by falko
What's in your /etc/postfix/main.cf?
|
Code:
# 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/smtpd.cert
smtpd_tls_key_file = /etc/postfix/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 = localserver.mooo.com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = localserver.mooo.com, localhost, localhost.localdomain
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
readme_directory = /usr/share/doc/postfix
html_directory = /usr/share/doc/postfix/html
virtual_alias_domains =
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_mailbox_base = /home/vmail
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
virtual_create_maildirsize = yes
virtual_mailbox_extended = yes
virtual_mailbox_limit_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes
virtual_maildir_limit_message = "The user you are trying to reach is over quota."
virtual_overquota_bounce = yes
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
content_filter = amavis:[127.0.0.1]:10024
receive_override_options = no_address_mappings
Quote:
Originally Posted by falko
Can you add other name servers to /etc/resolv.conf, e.g. the ones of your ISP?
|
ok
Last edited by FreeBullets; 2nd June 2008 at 19:38.
|

3rd June 2008, 01:56
|
|
Junior Member
|
|
Join Date: May 2008
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
bumpity bump
|
| 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 00:46.
|
|
Recent comments
18 hours 59 min ago
1 day 1 hour ago
1 day 5 hours ago
1 day 7 hours ago
1 day 15 hours ago
2 days 1 hour ago
2 days 1 hour ago
2 days 5 hours ago
2 days 9 hours ago
2 days 10 hours ago