Posts by Mutschas

    Thank you Nuxwin, but i'm so sorry. I hope you are not angry. I do not use Dovecot i use Courier.


    So for Courier, just edit the /etc/courier/authmysqlrc and remove the " AND po_active = 'yes'"?
    But if so, what is the identifier for the disabled email-address?
    For now, it's po_active.
    So if i want to disable [email protected] and not 123@abc,de, the only thing i should do is to set "po_active" in the database of the mailadress to "no". But if the SQL-Statement don't use this anymore, how works the disabling?

    Hmm so after some testing...
    Set "no" on "po_active" in "mail_users" has the result, that the user can't login anymore to the account = that's ok.
    BUT it also has the result, that someone else can't send any mails to the account:


    Code
    1. Apr 28 21:09:52 server postfix/pipe[22891]: DD02F1A36004: to=<[email protected]>, relay=maildrop, delay=0.33, delays=0.27/0/0/0.05, dsn=5.1.1, status=bounced (user unknown. Command output: Invalid user specified. )


    So this is not, like it should be :/


    The Sender gehts an E-Mail from the server:

    Quote from Undelivered Mail Returned to Sender

    This is the mail system at host SERVER.I'm sorry to have to inform you that your message could notbe delivered to one or more recipients. It's attached below.For further assistance, please send mail to postmaster.If you do so, please include this problem report. You candelete your own text from the attached returned message. The mail system[email protected]>[/email]: user unknown. Command output: Invalid user specified.

    Thank you, that's ok atm.
    Anything else about the SASL output?
    Is it a Loglevel issue?


    I've found "log_level = 2" in /etc/postfix/sasl/smtpd.conf
    Is there any doc about the outputs of the log-levels?


    Good night, thanks.

    POP3+IMAP+SMTP blocking temporary for some days.
    Ingoing Mails should be accepted, so if the block-time is over, the user don't loose any mails. But the user should not be able to login within the block-time
    Outgoing Mails should not be accepted.


    I found in the mail_users table the column "po_active". Is this the identifier for active or inactive mailaccount?