Maildrop: Temporary Authentication Failure

View: New views
3 Messages — Rating Filter:   Alert me  

Maildrop: Temporary Authentication Failure

by seehoe yee :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello everyone,

I've installed Postfix-2.2.7 + SASL + MySQL + IMAP + Maildrop on Fedora
Core 4.

I'm having this error:

Dec 21 18:41:04 mail01 postfix/pipe[4561]: 7BF02FE80A7:
to=<testing@...>, relay=maildrop, delay=14, status=deferred
(temporary failure. Command output: /usr/local/bin/maildrop: Temporary
authentication failure. )

Whenever I'm sending an e-mail back to 'testing@...'. I've googled
through with no success.

I've followed the tutorial from http://genco.gen.tc/postfix_virtual.php

Would sincerely appreciate comments & feedbacks on the error above

Regards
seehoe

=======
main.cf
=======
myhostname = mail01.time.net
mydomain = time.net
mydestination = $myhostname
local_recipient_maps = $alias_maps $virtual_mailbox_maps unix:passwd.byname
home_mailbox = Maildir/

smtpd_sasl_auth_enable = yes
smtpd_sasl2_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,
            check_recipient_access
mysql:/etc/postfix/mysql-recipient.cf,reject_unauth_destination,permit
# The above line must be fitted in one line DONT FORGET
smtpd_sender_restrictions = check_sender_access
mysql:/etc/postfix/mysql-sender.cf
smtpd_client_restrictions = check_client_access
mysql:/etc/postfix/mysql-client.cf

alias_maps = mysql:/etc/postfix/mysql-aliases.cf
relocated_maps = mysql:/etc/postfix/mysql-relocated.cf

transport_maps = mysql:/etc/postfix/mysql-transport.cf
maildrop_destination_recipient_limit = 1
virtual_transport = maildrop
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-domains.cf
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.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
virtual_gid_maps = mysql:/etc/postfix/mysql-virtual-gid.cf


# If you want to use TLS add three lines below
smtpd_use_tls = yes
smtpd_tls_cert_file = /etc/postfix/postfix.pem
smtpd_tls_key_file = $smtpd_tls_cert_file

# OPTIONAL PART
smtpd_helo_required = yes
disable_vrfy_command = yes
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_etrn_restrictions = reject

==============
end of main.cf
==============



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
courier-users mailing list
courier-users@...
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Re: Maildrop: Temporary Authentication Failure

by Tony Earnshaw-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

seehoe yee wrote:


> I've installed Postfix-2.2.7 + SASL + MySQL + IMAP + Maildrop on Fedora
> Core 4.
>
> I'm having this error:
>
> Dec 21 18:41:04 mail01 postfix/pipe[4561]: 7BF02FE80A7:
> to=<testing@...>, relay=maildrop, delay=14, status=deferred
> (temporary failure. Command output: /usr/local/bin/maildrop: Temporary
> authentication failure. )
>
> Whenever I'm sending an e-mail back to 'testing@...'. I've googled
> through with no success.
>
> I've followed the tutorial from http://genco.gen.tc/postfix_virtual.php
>
> Would sincerely appreciate comments & feedbacks on the error above

This is a 100% Courier maildrop question and can't be solved without
more specific maildrop info from your side. You might consider
subscribing to the maildrop mailing list, where there are experienced
users (plus the maildrop author)  just itching to help you ;)

--Tonni

--
Tony Earnshaw
Email: tonni@...



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
courier-users mailing list
courier-users@...
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Re: Maildrop: Temporary Authentication Failure

by kuski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, did you find the solution to error maildrop: temporary authentication failure?