LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-29-2006, 02:38 AM   #1
lt_wentoncha
Member
 
Registered: Apr 2005
Posts: 42

Rep: Reputation: 15
Postfix woes


Hi all,

So, basically, I don't seem to be able to send or receive emails. I followed these howtos:
http://www.phparchitecture.com/howto_show.php?id=2
http://genco.gen.tc/postfix_virtual.php

And I got everything to compile and install fine (well, I think since I got to the end of each and the tests seemed to result in ok)

postconf -n:
Code:
alias_maps = mysql:/etc/postfix/mysql-aliases.cf
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
home_mailbox = Maildir/
html_directory = no
local_recipient_maps = $alias_maps $virtual_mailbox_maps unix:passwd.byname
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
mydestination = MY_DOMAIN, www.$mydomain, mail.$mydomain, $transport_maps
mydomain = MY_DOMAIN
myhostname = mail.MY_DOMAIN
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
relayhost = smtp.sbcglobal.yahoo.com
relocated_maps = mysql:/etc/postfix/mysql-relocated.cf
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-client.cf
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated,check_recipient_access mysql:/etc/postfix/mysql-recipient.cf, reject_unauth_destination, permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-sender.cf
transport_maps = mysql:/etc/postfix/mysql-transport.cf
unknown_local_recipient_reject_code = 550
virtual_gid_maps = mysql:/etc/postfix/mysql-virtual-gid.cf
virtual_mailbox_base = /home/vmail
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-maps.cf
virtual_uid_maps = mysql:/etc/postfix/mysql-virtual-uid.cf
/var/log/mail/info
Code:
Jun 28 21:05:40 localhost postfix/smtpd[7462]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550 <test@test.com>: Recipient address rejected: User unknown in local recipient table; from=<test@test.com> to=<test@test.com> proto=ESMTP helo=<test.com>
Jun 28 21:06:00 localhost postfix/pickup[7442]: 9EB1FBE829: uid=0 from=<root>
Jun 28 21:06:00 localhost postfix/cleanup[7446]: 9EB1FBE829: message-id=<20060629040600.9EB1FBE829@mail.MY_DOMAIN>
Jun 28 21:06:00 localhost postfix/qmgr[7443]: 9EB1FBE829: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 21:06:00 localhost postfix/local[7454]: 9EB1FBE829: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=0, status=sent (delivered to mailbox)
Jun 28 21:06:00 localhost postfix/qmgr[7443]: 9EB1FBE829: removed
Jun 28 21:07:00 localhost postfix/pickup[7442]: B93CBBE829: uid=0 from=<root>
Jun 28 21:07:00 localhost postfix/cleanup[7446]: B93CBBE829: message-id=<20060629040700.B93CBBE829@mail.MY_DOMAIN>
Jun 28 21:07:00 localhost postfix/qmgr[7443]: B93CBBE829: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 21:07:00 localhost postfix/local[7454]: B93CBBE829: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=0, status=sent (delivered to mailbox)
Jun 28 21:07:00 localhost postfix/qmgr[7443]: B93CBBE829: removed
Jun 28 21:07:18 localhost postfix/smtpd[7462]: disconnect from localhost[127.0.0.1]
Jun 28 21:08:00 localhost postfix/pickup[7442]: DEC9CBE829: uid=0 from=<root>
Jun 28 21:08:00 localhost postfix/cleanup[7446]: DEC9CBE829: message-id=<20060629040800.DEC9CBE829@mail.MY_DOMAIN>
Jun 28 21:08:00 localhost postfix/qmgr[7443]: DEC9CBE829: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 21:08:00 localhost postfix/local[7454]: DEC9CBE829: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=0, status=sent (delivered to mailbox)
Jun 28 21:08:00 localhost postfix/qmgr[7443]: DEC9CBE829: removed
Jun 28 21:09:01 localhost postfix/pickup[7442]: 07130BE829: uid=0 from=<root>
Jun 28 21:09:01 localhost postfix/cleanup[7446]: 07130BE829: message-id=<20060629040901.07130BE829@mail.MY_DOMAIN>
Jun 28 21:09:01 localhost postfix/qmgr[7443]: 07130BE829: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 21:09:01 localhost postfix/local[7454]: 07130BE829: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=0, status=sent (delivered to mailbox)
Jun 28 21:09:01 localhost postfix/qmgr[7443]: 07130BE829: removed
Jun 28 21:10:01 localhost postfix/pickup[7442]: A07E1BE829: uid=0 from=<root>
Jun 28 21:10:01 localhost postfix/cleanup[7446]: A07E1BE829: message-id=<20060629041001.A07E1BE829@mail.MY_DOMAIN>
Jun 28 21:10:01 localhost postfix/qmgr[7443]: A07E1BE829: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 21:10:01 localhost postfix/local[7454]: A07E1BE829: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=0, status=sent (delivered to mailbox)
Jun 28 21:10:01 localhost postfix/qmgr[7443]: A07E1BE829: removed
Jun 28 21:10:59 localhost postfix/pickup[7442]: B867EBE829: uid=0 from=<root>
Jun 28 21:10:59 localhost postfix/cleanup[7446]: B867EBE829: message-id=<20060629041059.B867EBE829@mail.MY_DOMAIN>
Jun 28 21:10:59 localhost postfix/qmgr[7443]: B867EBE829: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 21:10:59 localhost postfix/local[7454]: B867EBE829: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=0, status=sent (delivered to mailbox)
Jun 28 21:10:59 localhost postfix/qmgr[7443]: B867EBE829: removed
Jun 28 21:12:00 localhost postfix/pickup[7442]: D16CBBE829: uid=0 from=<root>
Jun 28 21:12:00 localhost postfix/cleanup[7446]: D16CBBE829: message-id=<20060629041200.D16CBBE829@mail.MY_DOMAIN>
Jun 28 21:12:00 localhost postfix/qmgr[7443]: D16CBBE829: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 21:12:00 localhost postfix/local[7454]: D16CBBE829: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=0, status=sent (delivered to mailbox)
Jun 28 21:12:00 localhost postfix/qmgr[7443]: D16CBBE829: removed
Jun 28 21:12:24 localhost postfix/postfix-script: refreshing the Postfix mail system
Jun 28 21:12:24 localhost postfix/master[7441]: reload configuration /etc/postfix
Jun 28 21:12:31 localhost postfix/smtpd[7524]: connect from localhost[127.0.0.1]
Jun 28 21:12:55 localhost postfix/smtpd[7524]: C90EEBE828: client=localhost[127.0.0.1]
Jun 28 21:13:00 localhost postfix/pickup[7520]: F2CBABE82A: uid=0 from=<root>
Jun 28 21:13:01 localhost postfix/cleanup[7535]: F2CBABE82A: message-id=<20060629041300.F2CBABE82A@mail.MY_DOMAIN>
Jun 28 21:13:01 localhost postfix/qmgr[7521]: F2CBABE82A: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 21:13:01 localhost postfix/local[7537]: F2CBABE82A: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=1, status=sent (delivered to maildir)
Jun 28 21:13:01 localhost postfix/qmgr[7521]: F2CBABE82A: removed
Jun 28 21:26:00 localhost postfix/pickup[7520]: 9E7FFBE839: uid=0 from=<root>
Jun 28 21:26:00 localhost postfix/cleanup[7620]: 9E7FFBE839: message-id=<20060629042600.9E7FFBE839@mail.MY_DOMAIN>
Jun 28 21:26:00 localhost postfix/qmgr[7521]: 9E7FFBE839: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 21:26:00 localhost postfix/local[7537]: 9E7FFBE839: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=0, status=sent (delivered to maildir)
Jun 28 21:26:00 localhost postfix/qmgr[7521]: 9E7FFBE839: removed
Jun 28 21:26:57 localhost postfix/postfix-script: refreshing the Postfix mail system
Jun 28 21:26:57 localhost postfix/master[7441]: reload configuration /etc/postfix
Jun 28 21:27:00 localhost postfix/pickup[7682]: C62A1BE839: uid=0 from=<root>
Jun 28 21:27:00 localhost postfix/cleanup[7689]: C62A1BE839: message-id=<20060629042700.C62A1BE839@mail.MY_DOMAIN>
Jun 28 21:27:00 localhost postfix/qmgr[7683]: C62A1BE839: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 21:27:01 localhost postfix/local[7691]: C62A1BE839: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=1, status=sent (delivered to maildir)
Jun 28 21:27:01 localhost postfix/qmgr[7683]: C62A1BE839: removed
Jun 28 21:28:00 localhost postfix/pickup[7682]: E3A76BE839: uid=0 from=<root>
Jun 28 21:28:00 localhost postfix/cleanup[7689]: E3A76BE839: message-id=<20060629042800.E3A76BE839@mail.MY_DOMAIN>
Jun 28 21:28:00 localhost postfix/qmgr[7683]: E3A76BE839: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 21:28:00 localhost postfix/local[7691]: E3A76BE839: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=0, status=sent (delivered to maildir)
Jun 28 21:28:00 localhost postfix/qmgr[7683]: E3A76BE839: removed
Jun 28 21:28:17 localhost postfix/postfix-script: stopping the Postfix mail system
Jun 28 21:28:17 localhost postfix/master[7441]: terminating on signal 15
Jun 28 23:54:01 localhost postfix/postfix-script: starting the Postfix mail system
Jun 28 23:54:01 localhost postfix/master[8506]: daemon started -- version 2.2.10, configuration /etc/postfix
Jun 28 23:54:01 localhost postfix/qmgr[8508]: C90EEBE828: from=<test@test.com>, size=321, nrcpt=1 (queue active)
Jun 28 23:54:01 localhost postfix/qmgr[8508]: 105ABBE830: from=<test@test.com>, size=321, nrcpt=1 (queue active)
Jun 28 23:54:01 localhost postfix/qmgr[8508]: F41A5BE834: from=<test@test.com>, size=321, nrcpt=1 (queue active)
Jun 28 23:54:02 localhost postfix/pipe[8514]: F41A5BE834: to=<test@test.com>, relay=maildrop, delay=9316, status=deferred (temporary failure. Command output: ERR: authdaemon: s_connect() failed: Permission denied /usr/local/courier/bin/maildrop: Temporary authentication failure. )
Jun 28 23:54:02 localhost postfix/pipe[8513]: 105ABBE830: to=<test@test.com>, relay=maildrop, delay=9493, status=deferred (temporary failure. Command output: ERR: authdaemon: s_connect() failed: Permission denied /usr/local/courier/bin/maildrop: Temporary authentication failure. )
Jun 28 23:54:02 localhost postfix/pipe[8511]: C90EEBE828: to=<test@test.com>, relay=maildrop, delay=9672, status=deferred (temporary failure. Command output: ERR: authdaemon: s_connect() failed: Permission denied /usr/local/courier/bin/maildrop: Temporary authentication failure. )
Jun 28 23:54:02 localhost postfix/pickup[8507]: C3DEEBEA4C: uid=0 from=<root>
Jun 28 23:54:02 localhost postfix/cleanup[8509]: C3DEEBEA4C: message-id=<20060629065402.C3DEEBEA4C@mail.MY_DOMAIN>
Jun 28 23:54:02 localhost postfix/qmgr[8508]: C3DEEBEA4C: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 23:54:02 localhost postfix/pickup[8507]: DAA27BE838: uid=0 from=<root>
Jun 28 23:54:03 localhost postfix/cleanup[8523]: DAA27BE838: message-id=<20060629065402.DAA27BE838@mail.MY_DOMAIN>
Jun 28 23:54:03 localhost postfix/local[8524]: C3DEEBEA4C: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=8702, status=sent (delivered to maildir)
Jun 28 23:54:03 localhost postfix/qmgr[8508]: C3DEEBEA4C: removed
Jun 28 23:54:03 localhost postfix/qmgr[8508]: DAA27BE838: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 23:54:03 localhost postfix/pickup[8507]: 07F93BE839: uid=0 from=<root>
Jun 28 23:54:03 localhost postfix/cleanup[8509]: 07F93BE839: message-id=<20060629065403.07F93BE839@mail.MY_DOMAIN>
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 07F93BE839: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 23:54:03 localhost postfix/local[8524]: DAA27BE838: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=8642, status=sent (delivered to maildir)
Jun 28 23:54:03 localhost postfix/qmgr[8508]: DAA27BE838: removed
Jun 28 23:54:03 localhost postfix/pickup[8507]: 14106BE83A: uid=0 from=<root>
Jun 28 23:54:03 localhost postfix/cleanup[8523]: 14106BE83A: message-id=<20060629065403.14106BE83A@mail.MY_DOMAIN>
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 14106BE83A: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 23:54:03 localhost postfix/pickup[8507]: 19645BE838: uid=0 from=<root>
Jun 28 23:54:03 localhost postfix/cleanup[8509]: 19645BE838: message-id=<20060629065403.19645BE838@mail.MY_DOMAIN>
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 19645BE838: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 23:54:03 localhost postfix/local[8524]: 14106BE83A: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=8523, status=sent (delivered to maildir)
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 14106BE83A: removed
Jun 28 23:54:03 localhost postfix/pickup[8507]: 1E1BFBE83B: uid=0 from=<root>
Jun 28 23:54:03 localhost postfix/cleanup[8523]: 1E1BFBE83B: message-id=<20060629065403.1E1BFBE83B@mail.MY_DOMAIN>
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 1E1BFBE83B: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 23:54:03 localhost postfix/local[8524]: 19645BE838: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=8463, status=sent (delivered to maildir)
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 19645BE838: removed
Jun 28 23:54:03 localhost postfix/pickup[8507]: 232D7BE83A: uid=0 from=<root>
Jun 28 23:54:03 localhost postfix/cleanup[8509]: 232D7BE83A: message-id=<20060629065403.232D7BE83A@mail.MY_DOMAIN>
Jun 28 23:54:03 localhost postfix/local[8524]: 1E1BFBE83B: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=8403, status=sent (delivered to maildir)
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 1E1BFBE83B: removed
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 232D7BE83A: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 23:54:03 localhost postfix/pickup[8507]: 293F7BE838: uid=0 from=<root>
Jun 28 23:54:03 localhost postfix/cleanup[8523]: 293F7BE838: message-id=<20060629065403.293F7BE838@mail.MY_DOMAIN>
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 293F7BE838: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 23:54:03 localhost postfix/pickup[8507]: 33C8ABE83B: uid=0 from=<root>
Jun 28 23:54:03 localhost postfix/local[8524]: 232D7BE83A: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=8343, status=sent (delivered to maildir)
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 232D7BE83A: removed
Jun 28 23:54:03 localhost postfix/cleanup[8509]: 33C8ABE83B: message-id=<20060629065403.33C8ABE83B@mail.MY_DOMAIN>
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 33C8ABE83B: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 23:54:03 localhost postfix/pickup[8507]: 39C61BE83A: uid=0 from=<root>
Jun 28 23:54:03 localhost postfix/local[8524]: 293F7BE838: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=8283, status=sent (delivered to maildir)
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 293F7BE838: removed
Jun 28 23:54:03 localhost postfix/cleanup[8523]: 39C61BE83A: message-id=<20060629065403.39C61BE83A@mail.MY_DOMAIN>
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 39C61BE83A: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 23:54:03 localhost postfix/pickup[8507]: 3F1F6BE838: uid=0 from=<root>
Jun 28 23:54:03 localhost postfix/local[8524]: 33C8ABE83B: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=8223, status=sent (delivered to maildir)
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 33C8ABE83B: removed
Jun 28 23:54:03 localhost postfix/cleanup[8509]: 3F1F6BE838: message-id=<20060629065403.3F1F6BE838@mail.MY_DOMAIN>
Jun 28 23:54:03 localhost postfix/local[8524]: 39C61BE83A: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=8163, status=sent (delivered to maildir)
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 39C61BE83A: removed
Jun 28 23:54:03 localhost postfix/pickup[8507]: 45F50BE83A: uid=0 from=<root>
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 3F1F6BE838: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 23:54:03 localhost postfix/cleanup[8523]: 45F50BE83A: message-id=<20060629065403.45F50BE83A@mail.MY_DOMAIN>
Jun 28 23:54:03 localhost postfix/local[8524]: 3F1F6BE838: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=8103, status=sent (delivered to maildir)
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 3F1F6BE838: removed
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 45F50BE83A: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 23:54:03 localhost postfix/pickup[8507]: 4CBAEBE838: uid=0 from=<root>
Jun 28 23:54:03 localhost postfix/cleanup[8509]: 4CBAEBE838: message-id=<20060629065403.4CBAEBE838@mail.MY_DOMAIN>
Jun 28 23:54:03 localhost postfix/local[8527]: 07F93BE839: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=8583, status=sent (delivered to maildir)
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 07F93BE839: removed
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 4CBAEBE838: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 23:54:03 localhost postfix/local[8524]: 45F50BE83A: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=8042, status=sent (delivered to maildir)
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 45F50BE83A: removed
Jun 28 23:54:03 localhost postfix/pickup[8507]: 51982BE839: uid=0 from=<root>
Jun 28 23:54:03 localhost postfix/cleanup[8523]: 51982BE839: message-id=<20060629065403.51982BE839@mail.MY_DOMAIN>
Jun 28 23:54:03 localhost postfix/qmgr[8508]: 51982BE839: from=<root@MY_DOMAIN>, size=505, nrcpt=1 (queue active)
Jun 28 23:54:03 localhost postfix/pickup[8507]: 5CC18BE83A: uid=0 from=<root>
Jun 28 23:54:03 localhost postfix/cleanup[8509]: 5CC18BE83A: message-id=<20060629065403.5CC18BE83A@mail.MY_DOMAIN>
Jun 28 23:54:03 localhost postfix/local[8524]: 51982BE839: to=<root@MY_DOMAIN>, orig_to=<root>, relay=local, delay=7923, status=sent (delivered to maildir)
Jun 29 00:05:00 localhost postfix/postfix-script: stopping the Postfix mail system
Jun 29 00:05:00 localhost postfix/master[8506]: terminating on signal 15
Any help would be most appreciated. I've spent the last few days compiling and reinstalling....this is the closest yet! Thanks.
 
Old 06-29-2006, 01:02 PM   #2
lt_wentoncha
Member
 
Registered: Apr 2005
Posts: 42

Original Poster
Rep: Reputation: 15
Anybody got any ideas? Thanks.
 
Old 06-30-2006, 06:37 AM   #3
lt_wentoncha
Member
 
Registered: Apr 2005
Posts: 42

Original Poster
Rep: Reputation: 15
Getting closer...as it turns out I had to reinstall courer-authlib.

Anyways, this is in the logs:

Code:
Jun 30 04:33:54 localhost postfix/qmgr[15848]: warning: premature end-of-input on private/rewrite socket while reading input attribute name
Jun 30 04:33:54 localhost postfix/qmgr[15848]: warning: problem talking to service rewrite: Success
Jun 30 04:33:54 localhost postfix/smtpd[15977]: warning: premature end-of-input on private/rewrite socket while reading input attribute name
Jun 30 04:33:54 localhost postfix/master[4840]: warning: process /usr/libexec/postfix/trivial-rewrite pid 16130 exit status 1
Jun 30 04:33:54 localhost postfix/master[4840]: warning: /usr/libexec/postfix/trivial-rewrite: bad command startup -- throttling
Jun 30 04:33:54 localhost postfix/smtpd[15977]: warning: problem talking to service rewrite: Connection reset by peer
Jun 30 04:33:54 localhost postfix/smtpd[30238]: warning: premature end-of-input on private/rewrite socket while reading input attribute name
Jun 30 04:33:54 localhost postfix/smtpd[30238]: warning: problem talking to service rewrite: Success
Jun 30 04:33:54 localhost postfix/master[4840]: warning: process /usr/libexec/postfix/trivial-rewrite pid 16131 exit status 1
Jun 30 04:33:54 localhost postfix/smtpd[7197]: warning: premature end-of-input on private/rewrite socket while reading input attribute name
Jun 30 04:33:54 localhost postfix/smtpd[7197]: warning: problem talking to service rewrite: Success
Jun 30 04:33:54 localhost postfix/cleanup[16003]: warning: premature end-of-input on private/rewrite socket while reading input attribute name
Jun 30 04:33:54 localhost postfix/cleanup[16003]: warning: problem talking to service rewrite: Connection reset by peer
Jun 30 04:33:54 localhost postfix/master[4840]: warning: process /usr/libexec/postfix/trivial-rewrite pid 16129 exit status 1
Can't figure it out, any help would be most appreciated.
 
Old 06-30-2006, 06:55 AM   #4
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Looks to me like you have a problem in the aliases/virtual mapping or other user maps.

Is your SQL setup working properly? As I recall, Wietse recommends getting things to work using simple hashed files before moving to SQL, but it's a while since I set up a postfix server.

I do quite distinctly recall that the postfix maillist is brutal, but very effective. I'd try posting there for something this specific.

Rgds


Bill
 
Old 06-30-2006, 04:02 PM   #5
lt_wentoncha
Member
 
Registered: Apr 2005
Posts: 42

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by billymayday
Looks to me like you have a problem in the aliases/virtual mapping or other user maps.

Is your SQL setup working properly? As I recall, Wietse recommends getting things to work using simple hashed files before moving to SQL, but it's a while since I set up a postfix server.

I do quite distinctly recall that the postfix maillist is brutal, but very effective. I'd try posting there for something this specific.

Rgds


Bill
Thanks for the reply.

I believe it's working correctly, as I can login with mysql -u user -p with the user that's responsible for the postfix database. I'm not sure what else to check...but in my research, is postfix NOT supposed to be run in chroot? That seems to be a problem.

Thanks.
 
Old 06-30-2006, 04:27 PM   #6
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Actually, I meant to check that the Postfix side was working without MySQL, not the other way round.

I'm sorry, but I don't know the answer to the chroot question, but drop message in to the Postfix mailling list - you'll probably get the answer from the guy who wrote it.

Rgds
 
Old 07-01-2006, 05:17 PM   #7
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Had you seen this by any chance?

http://www.postfix.org/BASIC_CONFIGU...l#chroot_setup

Bill
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Postfix send mail problem(In RH9, kernal 2.4.20, postfix 2.1.5) minor Linux - General 6 09-23-2019 10:09 PM
Postfix - how do hosted domains download their mail from my postfix franschoek Linux - Software 1 04-01-2006 09:41 PM
PostFix Woes Need advice Please bmaxwell Linux - Enterprise 0 09-13-2005 09:00 AM
The woes of Postfix ronkymac Linux - Software 1 03-26-2005 07:04 AM
Postfix Woes hakcenter Linux - Networking 0 11-20-2003 07:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration