This is a discussion on Re: backup mx within the mailing.postfix.users forums, part of the Mail Servers and Related category; Petre Bandac: > after googling around, I managed to solve my problem as it follows: > > smtpd_recipient_restrictions = > permit_mynetworks, &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Petre Bandac:
> after googling around, I managed to solve my problem as it follows: > > smtpd_recipient_restrictions = > permit_mynetworks, > check_client_access hash:/etc/postfix/pop-before-smtp, > permit_mx_backup, > check_relay_domains, > reject_unauth_destination > > and it works ;) > > for my own knowledge, exactly which line keeps the mails queued until > the main mx goes back online ? The Postfix queue does not care if Postfix is or is not an MX host for the destination. Only the SMTP daemon cares. Wietse > permit_mx_backup or check_relay_domains (which checks the domains > against which file ?) > > thanks, > > petre > > -- > Login: petre Name: Petre Bandac > Directory: /home/petre Shell: /usr/local/bin/zsh > On since Fri May 20 10:06 (EEST) on ttyv0, idle 3 days 7:42 (messages > off) > Last login Sat May 21 17:32 (EEST) on ttypb from lubyanka > New mail received Fri Feb 25 18:30 2005 (EET) > Unread since Wed Feb 23 16:47 2005 (EET) > No Plan. > > |